Skip to content

Commit

Permalink
apple2e.cpp: fix $C05F access regression (MT #9592) [R. Belmont, yosh…
Browse files Browse the repository at this point in the history
…isuga, Peter Ferrie]
  • Loading branch information
rb6502 committed Apr 21, 2022
1 parent 54b1e34 commit 9c14c2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mame/drivers/apple2e.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2346,6 +2346,10 @@ void apple2e_state::c000_w(offs_t offset, u8 data)
{
m_accel_gameio = data;
}
else
{
do_io(offset, false);
}
break;

case 0x70: case 0x71: case 0x72: case 0x73: case 0x74: case 0x75: case 0x76: case 0x77:
Expand Down

0 comments on commit 9c14c2e

Please sign in to comment.