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

@@ -18,8 +18,6 @@ machine_xt_init(machine_t *model)
{
machine_common_init(model);
mem_add_bios();
pit_set_out_func(&pit, 1, pit_refresh_timer_xt);
keyboard_xt_init();