Skip to content

Commit

Permalink
4900
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioni committed Dec 6, 2021
1 parent fe487c4 commit fe430c4
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 129 deletions.
2 changes: 1 addition & 1 deletion akiko.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1995,7 +1995,7 @@ static void REGPARAM2 akiko_bput (uaecptr addr, uae_u32 v)

static void REGPARAM2 akiko_wput (uaecptr addr, uae_u32 v)
{
addr &= 0xfff;
addr &= 0xffff;
if (addr >= 0x8000)
return;
if((addr < 0x30 && AKIKO_DEBUG_IO)) {
Expand Down
Loading

0 comments on commit fe430c4

Please sign in to comment.