trunk/src/mame/video/vsystem_spr.h
| r18351 | r18352 | |
| 1 | 1 | // Video System Sprites |
| 2 | 2 | |
| 3 | 3 | void draw_sprites_inufuku( UINT16* spriteram1, int spriteram1_bytes, UINT16* spriteram2, running_machine &machine, bitmap_ind16 &bitmap, const rectangle &cliprect ); |
| 4 | | void draw_sprites_suprslam( UINT16* spriteram, int spriteram_bytes, UINT16* sp_videoram, running_machine &machine, bitmap_ind16 &bitmap, const rectangle &cliprect ); |
| | No newline at end of file |
| 4 | void draw_sprites_suprslam( UINT16* spriteram, int spriteram_bytes, UINT16* sp_videoram, running_machine &machine, bitmap_ind16 &bitmap, const rectangle &cliprect ); |
trunk/src/mame/drivers/inufuku.c
| r18351 | r18352 | |
| 5 | 5 | Quiz & Variety Sukusuku Inufuku (Japan) |
| 6 | 6 | (c)1998 Video System Co.,Ltd. |
| 7 | 7 | |
| 8 | | 3 On 3 Dunk Madness (US, prototype?) |
| 9 | | (c)1996 Video System Co.,Ltd. |
| 8 | 3 On 3 Dunk Madness (US, prototype?) |
| 9 | (c)1996 Video System Co.,Ltd. |
| 10 | 10 | |
| 11 | 11 | Driver by Takahiro Nogi <nogi@kt.rim.or.jp> 2003/08/09 - |
| 12 | 12 | |
| r18351 | r18352 | |
| 130 | 130 | static ADDRESS_MAP_START( inufuku_map, AS_PROGRAM, 16, inufuku_state ) |
| 131 | 131 | AM_RANGE(0x000000, 0x0fffff) AM_ROM // main rom |
| 132 | 132 | |
| 133 | | // AM_RANGE(0x100000, 0x100007) AM_WRITENOP // ? |
| 133 | // AM_RANGE(0x100000, 0x100007) AM_WRITENOP // ? |
| 134 | 134 | |
| 135 | 135 | AM_RANGE(0x180000, 0x180001) AM_READ_PORT("P1") |
| 136 | 136 | AM_RANGE(0x180002, 0x180003) AM_READ_PORT("P2") |