diff options
| author | 2016-06-29 08:34:30 +0200 | |
|---|---|---|
| committer | 2016-06-29 08:34:30 +0200 | |
| commit | 63f9a01f8c5d43b9cfe68c2d401a84647d19c10e (patch) | |
| tree | a1f1874aa84850bddbebd2b0e0bfc3e1c77ce8c4 /src/devices/bus/sg1000_exp/fm_unit.cpp | |
| parent | 1f6f1bfd6cfb748d9c5e159d6bd014bab8d30944 (diff) | |
Cleanup and version bumpmame0175
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; } - |
