diff options
author | 2021-12-01 23:57:09 -0500 | |
---|---|---|
committer | 2021-12-01 23:57:09 -0500 | |
commit | 55f5586749b44c9b3e91203a75496694a6c765db (patch) | |
tree | d8c791534123971e0ae031997e2f185ce97bc88f | |
parent | 83352ba76616edc7ac8a0ec59f0af7737a77ec8d (diff) |
apple2e: fix GCC compile. [R. Belmont]
-rw-r--r-- | src/mame/drivers/apple2e.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/apple2e.cpp b/src/mame/drivers/apple2e.cpp index b9c1154046b..ea69bcf0742 100644 --- a/src/mame/drivers/apple2e.cpp +++ b/src/mame/drivers/apple2e.cpp @@ -2095,6 +2095,7 @@ u8 apple2e_state::c000_r(offs_t offset) { return (m_sysconfig->read() & 0x80) | uFloatingBus7; } + break; case 0x60: // cassette in case 0x68: |