Skip to content

Commit

Permalink
Let's hook up the new code so it can be seen by the driver (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadez2003 authored Oct 28, 2024
1 parent 4ad6f80 commit c6a61ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/includes/genesis.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ extern READ16_HANDLER ( genesis_io_r );
extern READ16_HANDLER ( genesis_68k_to_z80_r );
extern INTERRUPT_GEN( genesis_vblank_interrupt );
extern void genesis_irq2_interrupt(int state);
extern int genesis_region;
extern READ16_HANDLER ( genesis_68000_io_r );
extern WRITE16_HANDLER ( genesis_68000_io_w );

/*----------- defined in vidhrdw/genesis.c -----------*/

Expand Down

0 comments on commit c6a61ae

Please # to comment.