diff options
| author | 2015-01-28 09:20:10 +0100 | |
|---|---|---|
| committer | 2015-01-28 09:20:10 +0100 | |
| commit | 26e7a17b6326aa5a75a6276e52cf84a94c16d7a0 (patch) | |
| tree | bab4468226c59d590688e0ece892f5bfbca58736 /src/emu/bus/nes_ctrl/ftrainer.c | |
| parent | 13b862c4fae88f0f819c2c4416d49249e4de45b9 (diff) | |
Cleanups and version bumpmame0158
Diffstat (limited to 'src/emu/bus/nes_ctrl/ftrainer.c')
| -rw-r--r-- | src/emu/bus/nes_ctrl/ftrainer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/nes_ctrl/ftrainer.c b/src/emu/bus/nes_ctrl/ftrainer.c index 38fdc326ed6..b8a7a3a22c2 100644 --- a/src/emu/bus/nes_ctrl/ftrainer.c +++ b/src/emu/bus/nes_ctrl/ftrainer.c @@ -119,7 +119,7 @@ void nes_ftrainer_device::device_reset() UINT8 nes_ftrainer_device::read_exp(offs_t offset) { UINT8 ret = 0; - if (offset == 1) //$4017 + if (offset == 1) //$4017 { if (!BIT(m_row_scan, 0)) { |
