ROM loading typos fixed, MIDI typo fixed, some warnings fixed. Still messing with the ROM on some PS/2 models not working.

This commit is contained in:
waltje
2017-10-10 18:49:20 -04:00
parent c7e3adf446
commit 5be5a38db6
7 changed files with 36 additions and 23 deletions

View File

@@ -342,7 +342,10 @@ machine_ps1_common_init(machine_t *model)
machine_common_init(model);
#if 0
/* Already done in machine.c */
mem_add_bios();
#endif
pit_set_out_func(&pit, 1, pit_refresh_timer_at);
dma16_init();
if (romset != ROM_IBMPS1_2011)

View File

@@ -160,6 +160,9 @@ machine_ps2_m30_286_init(machine_t *model)
machine_common_init(model);
#if 0
/* Already done in machine.c */
#endif
mem_add_bios();
pit_set_out_func(&pit, 1, pit_refresh_timer_at);
dma16_init();

View File

@@ -809,8 +809,8 @@ machine_ps2_common_init(machine_t *model)
machine_common_init(model);
#if 0
/* Already done in pc.c. */
#if 1
/* Already done in machine.c. */
mem_add_bios();
#endif
dma16_init();