Notes, nw

This commit is contained in:
Angelo Salese 2013-03-04 15:30:05 +00:00
parent 71a8c57c34
commit b3bbe4e15c
2 changed files with 9 additions and 2 deletions

View File

@ -4,7 +4,7 @@
TODO:
- colors (missing proms?)
- colors (missing proms)
- dips
- controls (is there START button ?)
- when a car sprite goes outside of the screen it gets stuck for a split frame on top of screen
@ -125,7 +125,7 @@ static const gfx_layout charlayout =
};
static GFXDECODE_START( ssrj )
GFXDECODE_ENTRY( "gfx1", 0, charlayout, 0, 8*4 )
GFXDECODE_ENTRY( "gfx1", 0, charlayout, 0, 0x10 )
GFXDECODE_END
static const ay8910_interface ay8910_config =

View File

@ -59,6 +59,13 @@ TILE_GET_INFO_MEMBER(ssrj_state::get_tile_info4)
}
/*
TODO: This table is nowhere near as accurate. If you bother, here's how colors should be:
-"START" sign is red with dark blue background.
-Sidewalk is yellow-ish.
-first opponents have swapped colors (blue/yellow ìnstead of yellow/blue)
-after the first stage, houses have red/white colors.
*/
static const UINT8 fakecols[4*4][8][3]=
{