summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m6502.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m6502.cpp')
-rw-r--r--src/devices/cpu/m6502/m6502.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6502/m6502.cpp b/src/devices/cpu/m6502/m6502.cpp
index 2ca7329bf87..5ea3e864bb0 100644
--- a/src/devices/cpu/m6502/m6502.cpp
+++ b/src/devices/cpu/m6502/m6502.cpp
@@ -99,7 +99,7 @@ void m6502_device::init()
X = 0x80;
Y = 0x00;
P = 0x36;
- SP = 0x01bd;
+ SP = 0x0100;
TMP = 0x0000;
TMP2 = 0x00;
IR = 0x00;