summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/attckufo.h
blob: 76ce2cf6987e797b04189aa2c475702f756e9f6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "sound/custom.h"

/*----------- defined in audio/attckufo.c -----------*/

void attckufo_soundport_w (int offset, int data);
void *attckufo_custom_start(int clock, const struct CustomSound_interface *config);


/*----------- defined in video/attckufo.c -----------*/

extern const rgb_t attckufo_palette[16];
extern UINT8 attckufo_regs[16];

VIDEO_UPDATE( attckufo );

WRITE8_HANDLER ( attckufo_port_w );
READ8_HANDLER ( attckufo_port_r );

INTERRUPT_GEN( attckufo_raster_interrupt );