summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/c65.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-18 14:45:06 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-18 14:45:06 +0000
commita1b116c06f4748d61e36c070356b4818b5979f3e (patch)
treea6b9e6e1e8578cc8f2d7bdd60c528f4a321d764e /src/mess/includes/c65.h
parent3ac43e0187323c2b55dc00c79c31bdd2d50d9b20 (diff)
INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew)
Diffstat (limited to 'src/mess/includes/c65.h')
-rw-r--r--src/mess/includes/c65.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mess/includes/c65.h b/src/mess/includes/c65.h
index 90b0eb10290..58a99a0fe96 100644
--- a/src/mess/includes/c65.h
+++ b/src/mess/includes/c65.h
@@ -65,6 +65,8 @@ public:
DECLARE_MACHINE_START(c65);
DECLARE_PALETTE_INIT(c65);
UINT32 screen_update_c65(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(vic3_raster_irq);
+ INTERRUPT_GEN_MEMBER(c65_frame_interrupt);
};
@@ -85,9 +87,6 @@ int c65_dma_read_color(running_machine &machine, int offset);
void c65_vic_interrupt(running_machine &machine, int level);
void c65_bankswitch_interface(running_machine &machine, int value);
-
-INTERRUPT_GEN( c65_frame_interrupt );
-
extern const mos6526_interface c65_cia0;
extern const mos6526_interface c65_cia1;