From 622031500e8b984af925423bb6ad21b2cbc234a1 Mon Sep 17 00:00:00 2001 From: "Todd T.Fries" Date: Fri, 25 May 2001 14:21:46 +0000 Subject: [PATCH] reset callback now implemented --- bochs/gui/gui.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bochs/gui/gui.cc b/bochs/gui/gui.cc index 57e3df95f..18b592536 100644 --- a/bochs/gui/gui.cc +++ b/bochs/gui/gui.cc @@ -158,7 +158,10 @@ bx_gui_c::floppyB_handler(void) void bx_gui_c::reset_handler(void) { - BX_INFO(( "# RESET callback (unimplemented).\n" )); + BX_INFO(( "system RESET callback.\n" )); + bx_pc_system.ResetSignal( PCS_SET ); /* XXX is this right? */ + for (int i=0; ireset(BX_RESET_HARDWARE); } void