mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Update sigmab52.cpp
Just cleanup a bit...
This commit is contained in:
parent
1f996c962e
commit
1473e0d256
@ -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 *
|
||||||
*************************/
|
*************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user