summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/slapstic.h
blob: 558c862224813789ec7856e052711005dd06c1c1 (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(int chip);
void slapstic_reset(void);

int slapstic_bank(void);
int slapstic_tweak(offs_t offset);