diff options
author | 2008-01-18 22:57:47 +0000 | |
---|---|---|
committer | 2008-01-18 22:57:47 +0000 | |
commit | 0c44c5388ba867b7892de7afaf89b4fa494a8061 (patch) | |
tree | 1034235033e69a098b4314dd21f66dc2d7bd5858 /src/emu/sound/tms5110.h | |
parent | b9cbc1af47371e4bcd91bc2e8b25fe302d097e17 (diff) |
tms5110.c
* added all known variants of the tms5110 as proper chips
* updated dkong, cvs and scramble to use new chips
Diffstat (limited to 'src/emu/sound/tms5110.h')
-rw-r--r-- | src/emu/sound/tms5110.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/sound/tms5110.h b/src/emu/sound/tms5110.h index be1f073fd4d..d31862e4a30 100644 --- a/src/emu/sound/tms5110.h +++ b/src/emu/sound/tms5110.h @@ -28,6 +28,8 @@ void *tms5110_create(int index, int variant); void tms5110_destroy(void *chip); +void tms5110_set_variant(void *chip, int variant); + void tms5110_reset_chip(void *chip); void tms5110_set_M0_callback(void *chip, int (*func)(void)); void tms5110_set_load_address(void *chip, void (*func)(int)); |