Changeset 1efc42c in buchla-emu for emu/cpu.c


Ignore:
Timestamp:
07/30/2017 06:18:21 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
c5b6c90
Parents:
caff491
Message:

Load floppy disk image file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/cpu.c

    rcaff491 r1efc42c  
    131131}
    132132
    133 static void bios_init(const char *bios)
     133static void bios_init(void)
    134134{
    135135        inf("loading BIOS file %s", bios);
     
    611611}
    612612
    613 void cpu_loop(const char *bios)
     613void cpu_loop(void)
    614614{
    615615        hw_init();
    616         bios_init(bios);
     616        bios_init();
    617617
    618618        inf("entering CPU loop");
Note: See TracChangeset for help on using the changeset viewer.