summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/slapstic.h
blob: 4caa8ab3a35b59567cef585d56f7d77947b260c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*************************************************************************

    Atari Slapstic decoding helper

**************************************************************************

    For more information on the slapstic, see slapstic.html, or go to
    http://www.aarongiles.com/slapstic.html

*************************************************************************/

/*----------- defined in machine/slapstic.c -----------*/

void slapstic_init(running_machine &machine, int chip);
void slapstic_reset(void);

int slapstic_bank(void);
int slapstic_tweak(address_space *space, offs_t offset);