Previous 199869 Revisions Next

r34846 Wednesday 4th February, 2015 at 21:49:49 UTC by Angelo Salese
Merge branch 'master' of https://github.com/mamedev/mame
[src/mame/includes]toki.h

trunk/src/mame/includes/toki.h
r243357r243358
4141   tilemap_t *m_foreground_layer;
4242   tilemap_t *m_text_layer;
4343
44   DECLARE_WRITE16_MEMBER(tokib_soundcommand_w);
45   DECLARE_READ16_MEMBER(pip_r);
44   DECLARE_WRITE16_MEMBER(tokib_soundcommand16_w);
45   DECLARE_READ16_MEMBER(pip16_r);
4646   DECLARE_WRITE16_MEMBER(toki_control_w);
4747   DECLARE_WRITE16_MEMBER(foreground_videoram_w);
4848   DECLARE_WRITE16_MEMBER(background1_videoram_w);
4949   DECLARE_WRITE16_MEMBER(background2_videoram_w);
50   DECLARE_WRITE8_MEMBER(tokib_adpcm_control_w);
51   DECLARE_WRITE8_MEMBER(tokib_adpcm_data_w);
52   DECLARE_WRITE_LINE_MEMBER(tokib_adpcm_int);
50   DECLARE_WRITE8_MEMBER(toki_adpcm_control_w);
51   DECLARE_WRITE8_MEMBER(toki_adpcm_data_w);
52   DECLARE_WRITE_LINE_MEMBER(toki_adpcm_int);
5353
5454   DECLARE_DRIVER_INIT(tokib);
5555   DECLARE_DRIVER_INIT(jujuba);


Previous 199869 Revisions Next


© 1997-2024 The MAME Team