usgames: add "inc" to companyname

This commit is contained in:
hap 2023-02-11 01:16:32 +01:00
parent 3d696d6e3d
commit 8efc3d218d
5 changed files with 26 additions and 18 deletions

View File

@ -3,7 +3,8 @@
/******************************************************************************
La Régence, French chess computer by "France Double R". German distribution
by Sandy Electronic, who sub-titled it TSB 4 (Turniersensorbrett).
by Sandy Electronic, who sub-titled it TSB 4 (Turniersensorbrett), the EPROM
contents is the same.
The chess engine is Richard Lang's Cyrus.
@ -11,10 +12,12 @@ Hardware notes:
- PCB label: FRANCE DOUBLE R, MADE IN FRANCE
- Sharp LH0080A Z80A @ 4 MHz (8MHz XTAL)
- 3*4KB ROM, sockets support up to 48KB ROM
- 2KB battery-backed RAM (MSM5128-15RS), 3 sockets, only middle one used. Power-off
or power outage triggers an NMI. If this isn't done, the next power-on may fail.
- 2KB battery-backed RAM (MSM5128-15RS), 3 sockets, only middle one used
- TTL, piezo, 8*8+4 LEDs, magnetic sensors
The hardware triggers an NMI on power-off (or power-failure). If this isn't done,
NVRAM fails at next power-on.
******************************************************************************/
#include "emu.h"

View File

@ -137,5 +137,5 @@ ROM_END
} // anonymous namespace
GAME( 200?, potgoldu, 0, potgold, potgold, potgold_state, empty_init, ROT0, "U.S. Games Inc.", "Pot O' Gold (U.S. Games, v400x?)", MACHINE_IS_SKELETON )
GAME( 2001, potgoldu580, potgoldu, potgold580, potgold, potgold_state, empty_init, ROT0, "U.S. Games Inc.", "Pot O' Gold (U.S. Games, v580F)", MACHINE_IS_SKELETON )
GAME( 200?, potgoldu, 0, potgold, potgold, potgold_state, empty_init, ROT0, "U.S. Games, Inc.", "Pot O' Gold (U.S. Games, v400x?)", MACHINE_IS_SKELETON )
GAME( 2001, potgoldu580, potgoldu, potgold580, potgold, potgold_state, empty_init, ROT0, "U.S. Games, Inc.", "Pot O' Gold (U.S. Games, v580F)", MACHINE_IS_SKELETON )

View File

@ -520,13 +520,13 @@ ROM_END
} // Anonymous namespace
GAME( 1987, usg32, 0, usg32, usg32, usgames_state, empty_init, ROT0, "U.S. Games", "Super Duper Casino (California V3.2)", MACHINE_SUPPORTS_SAVE )
GAME( 1988, superten, 0, usg32, usg83, usgames_state, empty_init, ROT0, "U.S. Games", "Super Ten V8.3", MACHINE_SUPPORTS_SAVE )
GAME( 1988, usg83x, superten, usg32, usg83, usgames_state, empty_init, ROT0, "U.S. Games", "Super Ten V8.3X", MACHINE_SUPPORTS_SAVE ) // "Experimental" version??
GAME( 1988, usg82, superten, usg32, usg83, usgames_state, empty_init, ROT0, "U.S. Games", "Super Ten V8.2" , MACHINE_SUPPORTS_SAVE )
GAME( 1992, usgames, 0, usg185, usg83, usgames_state, empty_init, ROT0, "U.S. Games", "Games V25.4X", MACHINE_SUPPORTS_SAVE )
GAME( 1991, usg251, usgames, usg185, usg83, usgames_state, empty_init, ROT0, "U.S. Games", "Games V25.1", MACHINE_SUPPORTS_SAVE )
GAME( 1991, usg211c, usgames, usg185, usg83, usgames_state, empty_init, ROT0, "U.S. Games", "Games V21.1C", MACHINE_SUPPORTS_SAVE )
GAME( 1991, usg187c, usgames, usg185, usg83, usgames_state, empty_init, ROT0, "U.S. Games", "Games V18.7C", MACHINE_SUPPORTS_SAVE )
GAME( 1990, usg185, usgames, usg185, usg83, usgames_state, empty_init, ROT0, "U.S. Games", "Games V18.5", MACHINE_SUPPORTS_SAVE )
GAME( 1989, usg182, usgames, usg185, usg83, usgames_state, empty_init, ROT0, "U.S. Games", "Games V18.2", MACHINE_SUPPORTS_SAVE )
GAME( 1987, usg32, 0, usg32, usg32, usgames_state, empty_init, ROT0, "U.S. Games, Inc.", "Super Duper Casino (California V3.2)", MACHINE_SUPPORTS_SAVE )
GAME( 1988, superten, 0, usg32, usg83, usgames_state, empty_init, ROT0, "U.S. Games, Inc.", "Super Ten V8.3", MACHINE_SUPPORTS_SAVE )
GAME( 1988, usg83x, superten, usg32, usg83, usgames_state, empty_init, ROT0, "U.S. Games, Inc.", "Super Ten V8.3X", MACHINE_SUPPORTS_SAVE ) // "Experimental" version??
GAME( 1988, usg82, superten, usg32, usg83, usgames_state, empty_init, ROT0, "U.S. Games, Inc.", "Super Ten V8.2" , MACHINE_SUPPORTS_SAVE )
GAME( 1992, usgames, 0, usg185, usg83, usgames_state, empty_init, ROT0, "U.S. Games, Inc.", "Games V25.4X", MACHINE_SUPPORTS_SAVE )
GAME( 1991, usg251, usgames, usg185, usg83, usgames_state, empty_init, ROT0, "U.S. Games, Inc.", "Games V25.1", MACHINE_SUPPORTS_SAVE )
GAME( 1991, usg211c, usgames, usg185, usg83, usgames_state, empty_init, ROT0, "U.S. Games, Inc.", "Games V21.1C", MACHINE_SUPPORTS_SAVE )
GAME( 1991, usg187c, usgames, usg185, usg83, usgames_state, empty_init, ROT0, "U.S. Games, Inc.", "Games V18.7C", MACHINE_SUPPORTS_SAVE )
GAME( 1990, usg185, usgames, usg185, usg83, usgames_state, empty_init, ROT0, "U.S. Games, Inc.", "Games V18.5", MACHINE_SUPPORTS_SAVE )
GAME( 1989, usg182, usgames, usg185, usg83, usgames_state, empty_init, ROT0, "U.S. Games, Inc.", "Games V18.2", MACHINE_SUPPORTS_SAVE )

View File

@ -16,7 +16,8 @@ Hardware notes:
- 3*1KB M58732S 2708 ROM, 4th socket is empty
- 256 bytes RAM (2*M58722P 2111A)
- 0.5KB DRAM (M58755S) for framebuffer
- M58741P Color TV Interface, 64*64 1bpp video
- M58741P Color TV Interface, 64*64 pixels (192 scanlines), chip supports 3bpp,
but this game only uses 1 bit per pixel
- 7seg time counter (not software controlled)
- beeper

View File

@ -39,8 +39,7 @@ Constellation Quattro:
Super Sensor IV:
- MOS MPS6502A @ 2MHz
- 1KB battery-backed RAM (2*TC5514AP-3). Power-off or power outage triggers
an NMI. If this isn't done, the next power-on may fail.
- 1KB battery-backed RAM (2*TC5514AP-3)
- 8KB ROM (TMM2364P)
- 2 ROM sockets for expansion (blue @ u6, white @ u5)
@ -49,12 +48,17 @@ Known Super Sensor IV expansion ROMs:
Sensor Dynamic's ROM is identical to Super Sensor IV "1I", the hardware is
basically a low-budget version of it with peripheral ports removed.
Super Sensor IV triggers an NMI on power-off (or power-failure). If this isn't
done, NVRAM fails at next power-on.
Super Constellation:
- UMC UM6502C @ 4 MHz (8MHz XTAL)
- 4KB battery-backed RAM (2*TC5516APL-2)
- 2*32KB ROM custom label
Super Constellation also has a power-off NMI, but it doesn't do anything other
than writing 0x08 to control_w.
TODO:
- is Dynamic S a program update of ssensor4 or identical?