mirror of
https://github.com/holub/mame
synced 2025-06-08 05:44:09 +03:00
promote Fruit Land to working + self-service (nw)
This commit is contained in:
parent
24bf09662c
commit
ec5c9bc680
@ -1,8 +1,9 @@
|
|||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
|
|
||||||
"Fruit" (c) ???? (DOSBox runs it with half the screen missing)
|
"Fruit Land" (c) ????
|
||||||
|
hack of an open source game by MesSoft with coin handling added
|
||||||
|
|
||||||
preliminary driver by R. Belmont
|
preliminary driver by R. Belmont and Carl
|
||||||
|
|
||||||
Hardware:
|
Hardware:
|
||||||
- ST STPCD0166BTC3 486/66 + PC + VGA all on one chip
|
- ST STPCD0166BTC3 486/66 + PC + VGA all on one chip
|
||||||
@ -602,4 +603,4 @@ ROM_START( fruitpc )
|
|||||||
DISK_IMAGE( "fruit", 0,SHA1(df250ff06a97fa141a4144034f7035ac2947c53c) )
|
DISK_IMAGE( "fruit", 0,SHA1(df250ff06a97fa141a4144034f7035ac2947c53c) )
|
||||||
ROM_END
|
ROM_END
|
||||||
|
|
||||||
GAME( 2006, fruitpc, 0, fruitpc, fruitpc, fruitpc_state, fruitpc, ROT0, "<unknown>", "Fruit Land", GAME_NOT_WORKING|GAME_IMPERFECT_GRAPHICS )
|
GAME( 2006, fruitpc, 0, fruitpc, fruitpc, fruitpc_state, fruitpc, ROT0, "<unknown>", "Fruit Land", GAME_NO_SOUND|GAME_IMPERFECT_GRAPHICS )
|
||||||
|
Loading…
Reference in New Issue
Block a user