Previous 199869 Revisions Next

r18352 Monday 8th October, 2012 at 08:37:39 UTC by smf
ran cleanup.cmd to find out why some files were skipped and it pnly found these (nw)
[src/mame/drivers]inufuku.c
[src/mame/video]vsystem_spr.c vsystem_spr.h

trunk/src/mame/video/vsystem_spr.c
r18351r18352
112112      }
113113   }
114114}
115   
116115
117116
117
118118/* todo, fix zooming correctly, it's _not_ like aerofgt */
119119void draw_sprites_suprslam( UINT16* spriteram, int spriteram_bytes, UINT16* sp_videoram, running_machine &machine, bitmap_ind16 &bitmap, const rectangle &cliprect )
120120{
trunk/src/mame/video/vsystem_spr.h
r18351r18352
11// Video System Sprites
22
33void draw_sprites_inufuku( UINT16* spriteram1, int spriteram1_bytes, UINT16* spriteram2, running_machine &machine, bitmap_ind16 &bitmap, const rectangle &cliprect );
4void 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
4void 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
r18351r18352
55    Quiz & Variety Sukusuku Inufuku (Japan)
66    (c)1998 Video System Co.,Ltd.
77
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.
1010
1111    Driver by Takahiro Nogi <nogi@kt.rim.or.jp> 2003/08/09 -
1212
r18351r18352
130130static ADDRESS_MAP_START( inufuku_map, AS_PROGRAM, 16, inufuku_state )
131131   AM_RANGE(0x000000, 0x0fffff) AM_ROM         // main rom
132132
133//   AM_RANGE(0x100000, 0x100007) AM_WRITENOP   // ?
133//  AM_RANGE(0x100000, 0x100007) AM_WRITENOP    // ?
134134
135135   AM_RANGE(0x180000, 0x180001) AM_READ_PORT("P1")
136136   AM_RANGE(0x180002, 0x180003) AM_READ_PORT("P2")

Previous 199869 Revisions Next


© 1997-2024 The MAME Team