- added call to exit_m68k()

This commit is contained in:
gbeauche 2000-09-05 16:52:10 +00:00
parent d4a1463279
commit 0ca8dcaf08

View File

@ -95,6 +95,7 @@ bool Init680x0(void)
void Exit680x0(void)
{
exit_m68k();
}