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

@@ -21,8 +21,6 @@
void
machine_at_init(machine_t *model)
{
AT = 1;
machine_common_init(model);
pit_set_out_func(&pit, 1, pit_refresh_timer_at);