mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
New games added or promoted from NOT_WORKING status
--------------------------------------------------- Tobikose! Jumpman [tormod, R. Howard, K. Svensson, D. Beneke, Smitdogg, Luca Elia, The Dumping Union]
This commit is contained in:
parent
2e303fbf13
commit
7e03d81ecd
File diff suppressed because it is too large
Load Diff
@ -2428,6 +2428,7 @@ V-V TP-027
|
|||||||
DRIVER( theroes ) /* (c) 2001 Primetek Investments */
|
DRIVER( theroes ) /* (c) 2001 Primetek Investments */
|
||||||
DRIVER( korokoro ) /* (c) 1999 Takumi */
|
DRIVER( korokoro ) /* (c) 1999 Takumi */
|
||||||
DRIVER( crusherm ) /* (c) 1999 Takumi */
|
DRIVER( crusherm ) /* (c) 1999 Takumi */
|
||||||
|
DRIVER( tjumpman ) /* (c) 1999 Namco */
|
||||||
|
|
||||||
/* Kyugo games */
|
/* Kyugo games */
|
||||||
/* Kyugo only made four games: Repulse, Flash Gal, SRD Mission and Air Wolf. */
|
/* Kyugo only made four games: Repulse, Flash Gal, SRD Mission and Air Wolf. */
|
||||||
|
@ -543,8 +543,8 @@ static void get_sprite_info_cave( running_machine *machine )
|
|||||||
{
|
{
|
||||||
cave_state *state = (cave_state *)machine->driver_data;
|
cave_state *state = (cave_state *)machine->driver_data;
|
||||||
pen_t base_pal = 0;
|
pen_t base_pal = 0;
|
||||||
const UINT8 *base_gfx = memory_region(machine, "gfx1");
|
const UINT8 *base_gfx = memory_region(machine, "sprites");
|
||||||
int code_max = memory_region_length(machine, "gfx1") / (16*16);
|
int code_max = memory_region_length(machine, "sprites") / (16*16);
|
||||||
|
|
||||||
UINT16 *source;
|
UINT16 *source;
|
||||||
UINT16 *finish;
|
UINT16 *finish;
|
||||||
@ -672,8 +672,8 @@ static void get_sprite_info_donpachi( running_machine *machine )
|
|||||||
{
|
{
|
||||||
cave_state *state = (cave_state *)machine->driver_data;
|
cave_state *state = (cave_state *)machine->driver_data;
|
||||||
pen_t base_pal = 0;
|
pen_t base_pal = 0;
|
||||||
const UINT8 *base_gfx = memory_region(machine, "gfx1");
|
const UINT8 *base_gfx = memory_region(machine, "sprites");
|
||||||
int code_max = memory_region_length(machine, "gfx1") / (16*16);
|
int code_max = memory_region_length(machine, "sprites") / (16*16);
|
||||||
|
|
||||||
UINT16 *source;
|
UINT16 *source;
|
||||||
UINT16 *finish;
|
UINT16 *finish;
|
||||||
|
Loading…
Reference in New Issue
Block a user