mirror of
https://github.com/holub/mame
synced 2025-05-30 01:23:07 +03:00
ran cleanup.cmd to find out why some files were skipped and it pnly found these (nw)
This commit is contained in:
parent
a76f41cb62
commit
ffdb71f9fc
@ -5,8 +5,8 @@
|
|||||||
Quiz & Variety Sukusuku Inufuku (Japan)
|
Quiz & Variety Sukusuku Inufuku (Japan)
|
||||||
(c)1998 Video System Co.,Ltd.
|
(c)1998 Video System Co.,Ltd.
|
||||||
|
|
||||||
3 On 3 Dunk Madness (US, prototype?)
|
3 On 3 Dunk Madness (US, prototype?)
|
||||||
(c)1996 Video System Co.,Ltd.
|
(c)1996 Video System Co.,Ltd.
|
||||||
|
|
||||||
Driver by Takahiro Nogi <nogi@kt.rim.or.jp> 2003/08/09 -
|
Driver by Takahiro Nogi <nogi@kt.rim.or.jp> 2003/08/09 -
|
||||||
|
|
||||||
@ -130,7 +130,7 @@ CUSTOM_INPUT_MEMBER(inufuku_state::soundflag_r)
|
|||||||
static ADDRESS_MAP_START( inufuku_map, AS_PROGRAM, 16, inufuku_state )
|
static ADDRESS_MAP_START( inufuku_map, AS_PROGRAM, 16, inufuku_state )
|
||||||
AM_RANGE(0x000000, 0x0fffff) AM_ROM // main rom
|
AM_RANGE(0x000000, 0x0fffff) AM_ROM // main rom
|
||||||
|
|
||||||
// AM_RANGE(0x100000, 0x100007) AM_WRITENOP // ?
|
// AM_RANGE(0x100000, 0x100007) AM_WRITENOP // ?
|
||||||
|
|
||||||
AM_RANGE(0x180000, 0x180001) AM_READ_PORT("P1")
|
AM_RANGE(0x180000, 0x180001) AM_READ_PORT("P1")
|
||||||
AM_RANGE(0x180002, 0x180003) AM_READ_PORT("P2")
|
AM_RANGE(0x180002, 0x180003) AM_READ_PORT("P2")
|
||||||
|
@ -112,7 +112,7 @@ void draw_sprites_inufuku( UINT16* spriteram1, int spriteram1_bytes, UINT16* spr
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* todo, fix zooming correctly, it's _not_ like aerofgt */
|
/* todo, fix zooming correctly, it's _not_ like aerofgt */
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Video System Sprites
|
// Video System Sprites
|
||||||
|
|
||||||
void draw_sprites_inufuku( UINT16* spriteram1, int spriteram1_bytes, UINT16* spriteram2, running_machine &machine, bitmap_ind16 &bitmap, const rectangle &cliprect );
|
void draw_sprites_inufuku( UINT16* spriteram1, int spriteram1_bytes, UINT16* spriteram2, running_machine &machine, bitmap_ind16 &bitmap, const rectangle &cliprect );
|
||||||
void draw_sprites_suprslam( UINT16* spriteram, int spriteram_bytes, UINT16* sp_videoram, running_machine &machine, bitmap_ind16 &bitmap, const rectangle &cliprect );
|
void draw_sprites_suprslam( UINT16* spriteram, int spriteram_bytes, UINT16* sp_videoram, running_machine &machine, bitmap_ind16 &bitmap, const rectangle &cliprect );
|
||||||
|
Loading…
Reference in New Issue
Block a user