mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
betacam.cpp, umatic.cpp: Videocassete -> Videocassette
This commit is contained in:
parent
366a4cc490
commit
b320f99413
@ -2,7 +2,7 @@
|
||||
// copyright-holders:Felipe Sanches
|
||||
/****************************************************************************
|
||||
|
||||
Skeleton driver for Sony BETACAM-SP Videocassete Players and Recorders
|
||||
Skeleton driver for Sony BETACAM-SP Videocassette Players and Recorders
|
||||
|
||||
List of major ICs:
|
||||
- IC202 - H8/534 (Hitachi Single-Chip Microcomputer)
|
||||
@ -130,6 +130,6 @@ ROM_START(uvw1800)
|
||||
ROM_END
|
||||
|
||||
// YEAR NAME PARENT/COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
|
||||
SYST(199?, uvw1200, 0, 0, betacam, betacam, betacam_state, empty_init, "Sony", "BETACAM-SP Videocassete Player UVW-1200 RGB", MACHINE_IS_SKELETON)
|
||||
SYST(199?, uvw1600, 0, 0, betacam, betacam, betacam_state, empty_init, "Sony", "BETACAM-SP Videocassete Player/Recorder UVW-1600 RGB", MACHINE_IS_SKELETON)
|
||||
SYST(199?, uvw1800, 0, 0, betacam, betacam, betacam_state, empty_init, "Sony", "BETACAM-SP Videocassete Player/Recorder UVW-1800 RGB", MACHINE_IS_SKELETON)
|
||||
SYST(199?, uvw1200, 0, 0, betacam, betacam, betacam_state, empty_init, "Sony", "BETACAM-SP Videocassette Player UVW-1200 RGB", MACHINE_IS_SKELETON)
|
||||
SYST(199?, uvw1600, 0, 0, betacam, betacam, betacam_state, empty_init, "Sony", "BETACAM-SP Videocassette Player/Recorder UVW-1600 RGB", MACHINE_IS_SKELETON)
|
||||
SYST(199?, uvw1800, 0, 0, betacam, betacam, betacam_state, empty_init, "Sony", "BETACAM-SP Videocassette Player/Recorder UVW-1800 RGB", MACHINE_IS_SKELETON)
|
||||
|
@ -2,7 +2,7 @@
|
||||
// copyright-holders:Felipe Sanches
|
||||
/****************************************************************************
|
||||
|
||||
Skeleton driver for Sony U-Matic Videocassete Recorder
|
||||
Skeleton driver for Sony U-Matic Videocassette Recorder
|
||||
|
||||
****************************************************************************/
|
||||
|
||||
@ -63,9 +63,9 @@ void umatic_state::io_map(address_map &map)
|
||||
|
||||
void umatic_state::mem_map(address_map &map)
|
||||
{
|
||||
map(0x0000, 0x17ff).rom(); // 8k-byte EPROM at IC26, but only the first 6kb are mapped.
|
||||
map(0x0000, 0x17ff).rom(); // 8k-byte EPROM at IC26, but only the first 6kb are mapped.
|
||||
// And remaining unmapped content is all 0xFF.
|
||||
map(0x1800, 0x1fff).ram(); // 2k-byte CXK5816PN-15L at IC17
|
||||
map(0x1800, 0x1fff).ram(); // 2k-byte CXK5816PN-15L at IC17
|
||||
}
|
||||
|
||||
static INPUT_PORTS_START(umatic)
|
||||
@ -89,4 +89,4 @@ ROM_START(vo5850pm)
|
||||
ROM_END
|
||||
|
||||
// YEAR NAME PARENT/COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
|
||||
SYST(19??, vo5850pm, 0, 0, umatic, umatic, umatic_state, empty_init, "Sony", "U-Matic Videocassete Recorder VO-5850PM", MACHINE_IS_SKELETON)
|
||||
SYST(19??, vo5850pm, 0, 0, umatic, umatic, umatic_state, empty_init, "Sony", "U-Matic Videocassette Recorder VO-5850PM", MACHINE_IS_SKELETON)
|
||||
|
Loading…
Reference in New Issue
Block a user