summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jaguar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jaguar.cpp')
-rw-r--r--src/mame/drivers/jaguar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jaguar.cpp b/src/mame/drivers/jaguar.cpp
index f31d60b76b7..d03cabc76c9 100644
--- a/src/mame/drivers/jaguar.cpp
+++ b/src/mame/drivers/jaguar.cpp
@@ -1967,7 +1967,7 @@ image_init_result jaguar_state::quickload_cb(device_image_interface &image)
/* Some programs are too lazy to set a stack pointer */
- m_maincpu->set_state_int(STATE_GENSP, 0x1000);
+ m_maincpu->set_state_int(M68K_SP, 0x1000);
m_shared_ram[0]=0x1000;
/* Transfer control to image */