diff options
author | 2016-09-27 18:05:19 -0400 | |
---|---|---|
committer | 2016-09-27 18:05:19 -0400 | |
commit | e8d2853334d6779213352b2e7aa442d1ace45516 (patch) | |
tree | c7ede65dd03a891b33644fe2c3549aa6863cb02b /src/devices/cpu/ie15/ie15.h | |
parent | 7f1bb873d19bc81907e800b2ab6ed00e82a79f28 (diff) |
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everything in the debugger, which allows interruptible cpu's to work properly. [smf]"
This reverts commit 1a186c8a3a16a7ce99d7df2dd217a7552b696c92.
Diffstat (limited to 'src/devices/cpu/ie15/ie15.h')
-rw-r--r-- | src/devices/cpu/ie15/ie15.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/cpu/ie15/ie15.h b/src/devices/cpu/ie15/ie15.h index 5f5d4786ba9..ce5cb46bf81 100644 --- a/src/devices/cpu/ie15/ie15.h +++ b/src/devices/cpu/ie15/ie15.h @@ -14,7 +14,10 @@ enum IE15_R0, IE15_R1, IE15_R2, IE15_R3, IE15_R4, IE15_R5, IE15_R6, IE15_R7, IE15_R8, IE15_R9, IE15_R10, IE15_R11, IE15_R12, IE15_R13, IE15_R14, IE15_R15, IE15_R16, IE15_R17, IE15_R18, IE15_R19, IE15_R20, IE15_R21, IE15_R22, IE15_R23, - IE15_R24, IE15_R25, IE15_R26, IE15_R27, IE15_R28, IE15_R29, IE15_R30, IE15_R31 + IE15_R24, IE15_R25, IE15_R26, IE15_R27, IE15_R28, IE15_R29, IE15_R30, IE15_R31, + + IE15_GENPC = STATE_GENPC, + IE15_GENPCBASE = STATE_GENPCBASE }; //************************************************************************** |