Fix for ROMs not loading properly on many machines - my bad.

This commit is contained in:
waltje
2017-10-13 02:41:17 -04:00
parent 724e5c44df
commit 97b3ca3430
12 changed files with 10 additions and 34 deletions

View File

@@ -338,14 +338,8 @@ static void ps1mb_m2133_init(void)
static void
machine_ps1_common_init(machine_t *model)
{
AT = 1;
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)