diff options
Diffstat (limited to 'src/devices/bus/sg1000_exp/fm_unit.cpp')
| -rw-r--r-- | src/devices/bus/sg1000_exp/fm_unit.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/bus/sg1000_exp/fm_unit.cpp b/src/devices/bus/sg1000_exp/fm_unit.cpp index 935346e17de..46e7b036704 100644 --- a/src/devices/bus/sg1000_exp/fm_unit.cpp +++ b/src/devices/bus/sg1000_exp/fm_unit.cpp @@ -74,7 +74,7 @@ READ8_MEMBER(sega_fm_unit_device::peripheral_r) return m_audio_control & 0x01; } // will not be called for other offsets. - return 0xff; + return 0xff; } //------------------------------------------------- @@ -116,4 +116,3 @@ bool sega_fm_unit_device::is_writeable(UINT8 offset) { return (offset <= 2) ? true : false; } - |
