summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/s2650/s2650.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/s2650/s2650.h')
-rw-r--r--src/emu/cpu/s2650/s2650.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/cpu/s2650/s2650.h b/src/emu/cpu/s2650/s2650.h
index 8fa34426fff..ece37e69afb 100644
--- a/src/emu/cpu/s2650/s2650.h
+++ b/src/emu/cpu/s2650/s2650.h
@@ -14,11 +14,11 @@ enum
/* fake I/O space ports */
enum
{
- S2650_EXT_PORT = 0x00ff, /* M/~IO=0 D/~C=x E/~NE=1 */
- S2650_CTRL_PORT = 0x0100, /* M/~IO=0 D/~C=0 E/~NE=0 */
- S2650_DATA_PORT = 0x0101, /* M/~IO=0 D/~C=1 E/~NE=0 */
- S2650_SENSE_PORT = 0x0102, /* Fake Sense Line */
- S2650_FO_PORT = 0x0103 /* Fake FO Line */
+ S2650_EXT_PORT = 0x00ff, /* M/~IO=0 D/~C=x E/~NE=1 */
+ S2650_CTRL_PORT = 0x0100, /* M/~IO=0 D/~C=0 E/~NE=0 */
+ S2650_DATA_PORT = 0x0101, /* M/~IO=0 D/~C=1 E/~NE=0 */
+ S2650_SENSE_PORT = 0x0102, /* Fake Sense Line */
+ S2650_FO_PORT = 0x0103 /* Fake FO Line */
};
DECLARE_LEGACY_CPU_DEVICE(S2650, s2650);