diff options
| author | 2023-05-06 17:20:57 +0200 | |
|---|---|---|
| committer | 2023-05-07 01:20:57 +1000 | |
| commit | a2a5d443409b8a61bcac0b49c9e76f3de0081848 (patch) | |
| tree | dc59ccb32cf25b4ae7265d09f8a7feac8af57239 | |
| parent | f93718f937403d96c0b8da752dc35cab7148c98c (diff) | |
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.
| -rw-r--r-- | src/mame/atari/bzone.cpp | 5 | ||||
| -rw-r--r-- | 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. |
