From a2a5d443409b8a61bcac0b49c9e76f3de0081848 Mon Sep 17 00:00:00 2001 From: ClawGrip Date: Sat, 6 May 2023 17:20:57 +0200 Subject: atari/bzone.cpp, skeleton/bolsaint.cpp: Updated comments. (#11186) skeleton/bolsaint.cpp: Fix copyright holder. atari/bzone.cpp: Add notes about Desert Wars blue overlay. --- src/mame/atari/bzone.cpp | 5 ++++- src/mame/skeleton/bolsaint.cpp | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mame/atari/bzone.cpp b/src/mame/atari/bzone.cpp index 23297246e1e..c997de0d2ed 100644 --- a/src/mame/atari/bzone.cpp +++ b/src/mame/atari/bzone.cpp @@ -8,9 +8,10 @@ * Battlezone * Bradley Trainer * Red Baron + * Desert Wars (Spanish bootleg of Battle Zone) Known bugs: - * none at this time + * None at this time on the Atari sets (Desert Wars isn't working) **************************************************************************** @@ -851,6 +852,8 @@ ROM_END | |_74LS00PC| |____________| | | | |___________________________________________________________| + + Also, it uses a blue overlay instead of the usual green. */ ROM_START( dsrtwars ) // Desert Wars ROM_REGION( 0x8800, "maincpu", 0 ) diff --git a/src/mame/skeleton/bolsaint.cpp b/src/mame/skeleton/bolsaint.cpp index 38ac55924de..3d61acf149b 100644 --- a/src/mame/skeleton/bolsaint.cpp +++ b/src/mame/skeleton/bolsaint.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Robbbert +// copyright-holders: /************************************************************************************** 80188-based slot machines from Sleic/Petaco. -- cgit v1.2.3