summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/psx
diff options
context:
space:
mode:
author Cowering <cowering@users.noreply.github.com>2015-06-30 09:02:11 -0500
committer Cowering <cowering@users.noreply.github.com>2015-07-08 23:37:59 -0500
commit8db46d73a25701178d8acc93510a6e81a86b3c4b (patch)
tree9248dd9388fb86f64be05e7d9c06b20f1bb3950c /src/emu/bus/psx
parent1a32c4b76007999073b353532f74e7acee4b0491 (diff)
more pedantic fixes (NW)
Diffstat (limited to 'src/emu/bus/psx')
-rw-r--r--src/emu/bus/psx/ctlrport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/psx/ctlrport.h b/src/emu/bus/psx/ctlrport.h
index 2d02cf31c14..2e7a35d2d9d 100644
--- a/src/emu/bus/psx/ctlrport.h
+++ b/src/emu/bus/psx/ctlrport.h
@@ -39,7 +39,7 @@ protected:
enum
{
QUERY_PAD_STATE = 0x42,
- CONFIG_MODE = 0x43,
+ CONFIG_MODE = 0x43
};
private: