* New WORKING clone
----------------------------------
Twins [David Torres, ClawGrip, Recreativas.org]
It seems that the set from Ecogames is the older and original version, and that Electronic Devices later licensed it.
There are also some other ED licensed games from Ecogames: http://www.tilt.it/deb/edevg-en.html
The games shows 1993, and the PCB is also marked with "191193"
* Add "twinseg"
* Make the Ecogames the parent set
* Rename "twins" and clones to make the Ecogames set the new parent
* hp98543: fix planemasks (nw)
* hp9k_3xx: use 98543 dio card on certain models (nw)
320: the QA-2 ROM version doesn't know about the 98544
332: the internal card is logically a DIO card, so let's use
the DIO implementation instead of duplicating all the code
* hp9k_3xx: fix indent (nw)
A driver for machines made by MIPS Computer Systems, which used MIPS R2000, R3000 and R6000 CPUs and ran RISC/os (a port of UNIX System V Release 3). Initial focus is the RC2030 headless workstation. As of this commit, it gets part-way through its I/O processor diagnostics with output to a serial terminal.
* eka_xx sets require the bios to be mapped, not replaced (nw)
* some cleanups (nw)
* order buttons as per how the system names them (nw)
* looking at priorities (not quite right yet)
* better? (nw)
* gave bass fishing some inputs (nw)
* this isn't very logical.. (nw)
* better transparency handling (nw)
* cleanup (nw)
* help card night (nw)
* support 'arena control' used by Slap Fight Tiger when starting a game (nw)
* safeguard (nw)
* (nw)
* naming changes (nw)
* naming changes (nw)
* Add missing info on these Zone / Wireless consoles. (nw)
* Wat? Jungle Soft never had an apostrophe in its name, as its own title screen shows: http://supermulti.org/?post=4 (nw)
* New WORKING clone
----------------------------------
Tetris (bootleg set 4, with UM3482) [ClawGrip]
I'm adding this just to save some time just in case anyone wants to work on it. The Z80 isn't hooked up, and the UM3482 is unemulated.
* Add "atetb3482"
The default debug settings are filling up error.log pretty quick
when booting SCSI machines like hp9k_3xx. Disable debug in the
default settings, it can still be enabled if some dev/user wants
to debug NSCSI.
These devices have a number of differences. This change only addresses a very minor detail regarding reserved bits in CSR1 and CSR2, enabling MIPS Rx2030 diagnostics to pass.
* XaviX - simplify some things with the CPU core changes now that elsewhere works better, allows namcons2 to boot, rad_ping to get past the first screen without crashing etc.
* added 24-bit addressing mode for tilemap tiles so that epo_efdx can show it's eeprom error message (nw)
hp9000/300 sends FEOI directly after the data register write,
before the byte is actually transmitted. This leads to the current
byte being sent out with EOI set, instead of the last one.