reset MB if machine is rebooting

* this fixes a bug whereby emulator won't reboot from an active session of using the Mockingboard
This commit is contained in:
Aaron Culliney 2013-11-23 16:00:07 -08:00
parent 32b4cd48c4
commit 4856a33b28

View File

@ -741,6 +741,8 @@ void reinitialize(void)
}
timing_initialize();
MB_Reset();
}
static void c_initialize_firsttime()