diff options
Diffstat (limited to 'src/emu/sound/mos6560.c')
| -rw-r--r-- | src/emu/sound/mos6560.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/mos6560.c b/src/emu/sound/mos6560.c index 422b69d1687..141930fc98b 100644 --- a/src/emu/sound/mos6560.c +++ b/src/emu/sound/mos6560.c @@ -156,7 +156,7 @@ static const rgb_t PALETTE[] = inline UINT8 mos6560_device::read_videoram(offs_t offset) { m_last_data = space(AS_0)->read_byte(offset & 0x3fff); - + return m_last_data; } |
