ran cleanup.cmd to find out why some files were skipped and it pnly found these (nw)

This commit is contained in:
smf- 2012-10-08 08:37:39 +00:00
parent a76f41cb62
commit ffdb71f9fc
3 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@
Quiz & Variety Sukusuku Inufuku (Japan)
(c)1998 Video System Co.,Ltd.
3 On 3 Dunk Madness (US, prototype?)
(c)1996 Video System Co.,Ltd.
3 On 3 Dunk Madness (US, prototype?)
(c)1996 Video System Co.,Ltd.
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 )
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(0x180002, 0x180003) AM_READ_PORT("P2")

View File

@ -112,7 +112,7 @@ void draw_sprites_inufuku( UINT16* spriteram1, int spriteram1_bytes, UINT16* spr
}
}
}
/* todo, fix zooming correctly, it's _not_ like aerofgt */

View File

@ -1,4 +1,4 @@
// 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_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 );