Skip to content

Commit

Permalink
Hookup the new video call for mspactwin (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadez2003 authored Apr 10, 2024
1 parent 9214026 commit eceb3cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/includes/pacman.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ VIDEO_START( pacman );
VIDEO_UPDATE( pacman );

WRITE8_HANDLER( pacman_videoram_w );
WRITE8_HANDLER( mspactwin_videoram_w );
WRITE8_HANDLER( pacman_colorram_w );
WRITE8_HANDLER( pacman_flipscreen_w );

Expand Down

0 comments on commit eceb3cb

Please sign in to comment.