mirror of
https://github.com/holub/mame
synced 2025-04-29 11:30:28 +03:00
deco16: Important hardware note (nw)
This commit is contained in:
parent
e520141656
commit
e78658f85a
@ -6,6 +6,9 @@
|
|||||||
|
|
||||||
6502, reverse-engineered DECO variant
|
6502, reverse-engineered DECO variant
|
||||||
|
|
||||||
|
Note that the "DECO CPU16" is not in fact a CPU in itself, but a custom
|
||||||
|
bus controller with protection features used with a standard 6502.
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -2,10 +2,8 @@
|
|||||||
// copyright-holders:Robbbert
|
// copyright-holders:Robbbert
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Jade JGZ80 (with Serial Parallel Interrupt Controller)
|
Single board Z80 computer on a S100 card (not the JGZ80).
|
||||||
|
The Jade SPIO board adds four CTCs, two SIOs and one PIO.
|
||||||
Single board Z80 computer on a S100 card.
|
|
||||||
The SPIO board adds four CTCs, two SIOs and one PIO.
|
|
||||||
|
|
||||||
2013-09-12 Skeleton driver.
|
2013-09-12 Skeleton driver.
|
||||||
|
|
||||||
@ -91,12 +89,12 @@ MACHINE_CONFIG_START(jade_state::jade)
|
|||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
/* ROM definition */
|
/* ROM definition */
|
||||||
ROM_START( jgz80 )
|
ROM_START( jade )
|
||||||
ROM_REGION( 0x800, "roms", 0 )
|
ROM_REGION( 0x800, "roms", 0 )
|
||||||
ROM_LOAD( "jgz80.rom", 0x0000, 0x0800, CRC(90c4a1ef) SHA1(8a93a11051cc27f3edca24f0f4297ebe0099964e) )
|
ROM_LOAD( "jgz80.rom", 0x0000, 0x0800, CRC(90c4a1ef) SHA1(8a93a11051cc27f3edca24f0f4297ebe0099964e) )
|
||||||
ROM_END
|
ROM_END
|
||||||
|
|
||||||
/* Driver */
|
/* Driver */
|
||||||
|
|
||||||
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
|
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
|
||||||
COMP( 1983, jgz80, 0, 0, jade, jade, jade_state, empty_init, "Jade Computer Products", "JGZ80", MACHINE_NOT_WORKING | MACHINE_NO_SOUND_HW )
|
COMP( 1983, jade, 0, 0, jade, jade, jade_state, empty_init, "Jade Computer Products", "unknown S-100 computer with Serial/Parallel/Interrupt Controller", MACHINE_NOT_WORKING | MACHINE_NO_SOUND_HW )
|
||||||
|
@ -15855,7 +15855,7 @@ jackie // (c) 1993 IGS
|
|||||||
jackpool // (c) 1997 Electronic Projects
|
jackpool // (c) 1997 Electronic Projects
|
||||||
|
|
||||||
@source:jade.cpp
|
@source:jade.cpp
|
||||||
jgz80 // Jade JGZ-80
|
jade //
|
||||||
|
|
||||||
@source:jaguar.cpp
|
@source:jaguar.cpp
|
||||||
a51mxr3k // ?? (c) 1998
|
a51mxr3k // ?? (c) 1998
|
||||||
|
Loading…
Reference in New Issue
Block a user