summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2015-07-10 00:18:27 +0200
committer hap <happppp@users.noreply.github.com>2015-07-10 00:18:27 +0200
commit74a8d9b04ad4b3a83b69d9e6576e90789daf4350 (patch)
tree39b816e260daa8c52db6bae1a7e554269299ef20 /src/emu/cpu
parent70157ad3b318798035246a6301bbe7db18822248 (diff)
added lcd output to driver side
Diffstat (limited to 'src/emu/cpu')
-rw-r--r--src/emu/cpu/sm510/sm510.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/cpu/sm510/sm510.h b/src/emu/cpu/sm510/sm510.h
index 1428e22d823..95037fe91ff 100644
--- a/src/emu/cpu/sm510/sm510.h
+++ b/src/emu/cpu/sm510/sm510.h
@@ -47,9 +47,9 @@
enum
{
- SM510_PORT_SEGA = 0x10,
- SM510_PORT_SEGB = 0x20,
- SM510_PORT_SEGC = 0x30
+ SM510_PORT_SEGA = 0,
+ SM510_PORT_SEGB = 4,
+ SM510_PORT_SEGC = 8
};