From 6e0e4b0f832a696a4e18f806e7b8a21680276fe9 Mon Sep 17 00:00:00 2001 From: smf- Date: Thu, 7 Dec 2017 13:03:57 +0000 Subject: save PPC for rewind in debugger. (nw) --- src/devices/cpu/m6502/m6502.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/devices/cpu/m6502/m6502.cpp') diff --git a/src/devices/cpu/m6502/m6502.cpp b/src/devices/cpu/m6502/m6502.cpp index 2cbded54949..39975d6127b 100644 --- a/src/devices/cpu/m6502/m6502.cpp +++ b/src/devices/cpu/m6502/m6502.cpp @@ -64,6 +64,7 @@ void m6502_device::init() save_item(NAME(PC)); save_item(NAME(NPC)); + save_item(NAME(PPC)); save_item(NAME(A)); save_item(NAME(X)); save_item(NAME(Y)); -- cgit v1.2.3-70-g09d2