Skip to content

Commit

Permalink
(at least) Funhouse writes to ROM region
Browse files Browse the repository at this point in the history
  • Loading branch information
volkenborn committed Dec 11, 2024
1 parent 1ba8a1a commit 83b336f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wpc/wmssnd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,7 @@ static MEMORY_WRITE_START(wpcs_writemem)
{ 0x3400, 0x3400, hc55516_0_digit_clock_clear_w }, /* 3400-37ff */
{ 0x3800, 0x3800, wpcs_volume_w }, /* 3800-3bff */
{ 0x3c00, 0x3c00, wpcs_latch_w }, /* 3c00-3fff */
{ 0xc000, 0xffff, MWA_NOP },
MEMORY_END

#else
Expand All @@ -1099,6 +1100,7 @@ static MEMORY_WRITE_START(wpcs_writemem)
{ 0x3400, 0x3400, hc55516_0_digit_clock_clear_w }, /* 3400-37ff */
{ 0x3800, 0x3800, wpcs_volume_w }, /* 3800-3bff */
{ 0x3c00, 0x3c00, wpcs_latch_w }, /* 3c00-3fff */
{ 0xc000, 0xffff, MWA_NOP },
MEMORY_END
#endif

Expand Down

0 comments on commit 83b336f

Please sign in to comment.