summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/x68k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/x68k.h')
-rw-r--r--src/mame/includes/x68k.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/x68k.h b/src/mame/includes/x68k.h
index f0a3e252bc3..e61528b8882 100644
--- a/src/mame/includes/x68k.h
+++ b/src/mame/includes/x68k.h
@@ -341,6 +341,10 @@ public:
DECLARE_READ16_MEMBER(x68k_tvram_r);
IRQ_CALLBACK_MEMBER(x68k_int_ack);
+ void x68kxvi(machine_config &config);
+ void x68ksupr(machine_config &config);
+ void x68030(machine_config &config);
+ void x68000(machine_config &config);
private:
inline void x68k_plot_pixel(bitmap_rgb32 &bitmap, int x, int y, uint32_t color);
void x68k_crtc_text_copy(int src, int dest, uint8_t planes);