Update sigmab52.cpp

Just cleanup a bit...
This commit is contained in:
Roberto Fresca 2018-09-01 18:13:33 +02:00 committed by GitHub
parent 1f996c962e
commit 1473e0d256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,20 +94,6 @@
******************************************************************************* *******************************************************************************
DRIVER UPDATES:
[2010-02-04]
- Initial release.
- Pre-defined Xtals.
- Started a preliminary memory map.
- Hooked both CPUs.
- Preliminary ACRTC support.
- Added technical notes.
TODO: TODO:
- Verify clocks. - Verify clocks.
@ -382,10 +368,6 @@ void sigmab52_state::sound_prog_map(address_map &map)
map(0x8000, 0xffff).rom().region("audiocpu", 0); map(0x8000, 0xffff).rom().region("audiocpu", 0);
} }
/* Unknown R/W:
*/
void sigmab52_state::jwildb52_hd63484_map(address_map &map) void sigmab52_state::jwildb52_hd63484_map(address_map &map)
{ {
@ -588,6 +570,7 @@ void sigmab52_state::machine_reset()
m_audiocpu_cmd_irq = CLEAR_LINE; m_audiocpu_cmd_irq = CLEAR_LINE;
} }
/************************* /*************************
* Machine Drivers * * Machine Drivers *
*************************/ *************************/