diff options
Diffstat (limited to 'src/devices/cpu/z180/z180.h')
-rw-r--r-- | src/devices/cpu/z180/z180.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/devices/cpu/z180/z180.h b/src/devices/cpu/z180/z180.h index 87980e29f4e..36b260e7a6f 100644 --- a/src/devices/cpu/z180/z180.h +++ b/src/devices/cpu/z180/z180.h @@ -103,11 +103,7 @@ enum Z180_IO3D, /* 3d reserved */ Z180_OMCR, /* 3e operation mode control register */ Z180_IOCR, /* 3f I/O control register */ - Z180_IOLINES, /* read/write I/O lines */ - - Z180_GENPC = STATE_GENPC, - Z180_GENSP = STATE_GENSP, - Z180_GENPCBASE = STATE_GENPCBASE + Z180_IOLINES /* read/write I/O lines */ }; enum |