void machine_specific_shutdown(void) { /* and the tape */ tape_image_detach_internal(1); ciacore_shutdown(machine_context.cia1); tpicore_shutdown(machine_context.tpi1); tpicore_shutdown(machine_context.tpi2); /* close the video chip(s) */ crtc_shutdown(); cbm2ui_shutdown(); }
void machine_specific_shutdown(void) { /* and the tape */ tape_image_detach_internal(1); viacore_shutdown(machine_context.via); /* close the video chip(s) */ petdww_shutdown(); pethre_shutdown(); crtc_shutdown(); petreu_shutdown(); petui_shutdown(); }