mirror of
https://github.com/holub/mame
synced 2025-06-26 06:14:12 +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
|
// 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:
|
List of major ICs:
|
||||||
- IC202 - H8/534 (Hitachi Single-Chip Microcomputer)
|
- IC202 - H8/534 (Hitachi Single-Chip Microcomputer)
|
||||||
@ -130,6 +130,6 @@ ROM_START(uvw1800)
|
|||||||
ROM_END
|
ROM_END
|
||||||
|
|
||||||
// YEAR NAME PARENT/COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
|
// 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?, 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 Videocassete Player/Recorder UVW-1600 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 Videocassete Player/Recorder UVW-1800 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
|
// copyright-holders:Felipe Sanches
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Skeleton driver for Sony U-Matic Videocassete Recorder
|
Skeleton driver for Sony U-Matic Videocassette Recorder
|
||||||
|
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
@ -89,4 +89,4 @@ ROM_START(vo5850pm)
|
|||||||
ROM_END
|
ROM_END
|
||||||
|
|
||||||
// YEAR NAME PARENT/COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
|
// 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