diff options
Diffstat (limited to 'src/emu/sound/mos6560.h')
| -rw-r--r-- | src/emu/sound/mos6560.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/mos6560.h b/src/emu/sound/mos6560.h index 13cacb5d8ae..5c398516669 100644 --- a/src/emu/sound/mos6560.h +++ b/src/emu/sound/mos6560.h @@ -185,8 +185,8 @@ protected: const address_space_config m_videoram_space_config; const address_space_config m_colorram_space_config; - devcb2_read8 m_read_potx; - devcb2_read8 m_read_poty; + devcb2_read8 m_read_potx; + devcb2_read8 m_read_poty; const char *m_screen_tag; screen_device *m_screen; |
