summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/psx.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-09-24 11:41:45 +1000
committer Vas Crabb <vas@vastheman.com>2017-09-24 11:41:45 +1000
commita734a3b8e9fbe907a4894c7c8055d3faeac2bfda (patch)
tree288380af618dfa8b3dac3aea4f2496f0a51407ce /src/mame/drivers/psx.cpp
parent56092fd848bff0e9985850cbb8ce11f701a9e7f3 (diff)
(nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF-8 will be nuked, and cleaning it up by hand is annoying
Diffstat (limited to 'src/mame/drivers/psx.cpp')
-rw-r--r--src/mame/drivers/psx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/psx.cpp b/src/mame/drivers/psx.cpp
index b1e07a4c460..5931ba93d59 100644
--- a/src/mame/drivers/psx.cpp
+++ b/src/mame/drivers/psx.cpp
@@ -438,7 +438,7 @@ WRITE16_MEMBER(psx1_state::parallel_w)
m_maincpu->set_state_int(PSXCPU_DELAYR, PSXCPU_DELAYR_PC);
m_maincpu->set_state_int(PSXCPU_DELAYV, m_maincpu->state_int(PSXCPU_PC));
- // workround to fix controller in amidog tests that do not initialise the sio registers
+ // workround to fix controller in amidog tests that do not initialise the sio registers
m_maincpu->space(AS_PROGRAM).write_word(0x1f80104e, 0x0088);
m_maincpu->space(AS_PROGRAM).write_word(0x1f801048, 0x000d);