New working software list additions
-----------------------------------
Air Warrior V1.2L11 [redump.org, wiggy2k]
Emit Vol. 1 - Toki no Maigo (Demo) [redump.org]
Engage Errands - Miwaku no Shito-tachi [redump.org]
Engage Errands II - Hikari o Ninau Mono [redump.org, wiggy2k]
Hyper Planet Shiki Vol. 2 [Maddog]
Kikai Jikake no Marian [rockleevk]
Last Armageddon CD Special (Selon reprint) [redump.org]
Lua [redump.org]
Naru Mahjong [redump.org]
Nijiiro Denshoku Musume [redump.org]
Princess Danger [rockleevk]
Tactical Tank Corps DX [redump.org]
Tensen Nyannyan [redump.org]
Winning Post [redump.org]
WonPara Wars [redump.org]
New not working software list additions
---------------------------------------
Crayonnage [redump.org]
Replaced software list items
----------------------------
Bubble Bobble [redump.org]
Dragons of Flame [redump.org]
Exciting CD '94 Summer [redump.org]
Game Technopolis Super Collection 2 [redump.org]
Jan Jaka Jan [redump.org]
Kigen - Kagayaki no Hasha [redump.org]
Lupin Sansei - Hong Kong no Mashu - Fukushuu wa Meikyuu no Hate ni
[redump.org]
Megamorph [redump.org]
Record of Lodoss War - Haiiro no Majo [redump.org]
The Horde [redump.org]
Uchuu Kaitou Funny Bee [redump.org]
Wakoku Seiha Den [redump.org]
Zen Nihon Bishoujo Mahjong Senshuken Taikai - Heart de Ron!!
[redump.org]
Software list items promoted to working
---------------------------------------
Alice no Yakata CD II [wiggy2k]
Doki Doki Vacation - Kirameku Kisetsu no Naka de [wiggy2k]
Hyper Planet for Marty [cherokee]
Ms. Detective File #1 - Iwami Ginzan Satsujin Jiken (FM Towns Marty
version) [cherokee]
Sangokushi IV [akira_2020]
Sensual Angels [cherokee]
* astrcorp.cpp: make magibomb to do something worth, WIP
* Add vblank, DRY on memory maps
* Split state machine, fix video, add default eeprom
* m_draw_sprites -> m_sprite_dma
* Add meat to astoneag
* Confirm sprite drawing being same deal, no need for override
* Move astoneage decryption data and ramdac declaration in a subclass, make screen always enabled for convenience
- jpmimpct.cpp: Various changes. [David Haywood]
* Refactored driver to use emulated DUARTs for both the primary and the touchscreen (fixes video corruption in cluedo intro).
* Fixed bugs in the non-video hookups, including incorrect shifts on addresses and data.
* Hooked up BACTA_DATALOGGER so that the 'protocol' sets boot.
* Hooked up actual Bt477 device for palette in the video-based games.
* Started giving non-video games usable default inputs (jackpot / stake keys).
* Fixed some ROM loading.
* Reparented some sets based on analysis, as some were mishandled due to incorrect source information.
* Separated Acorn IOC and MEMC into devices.
* Emulated 8051-based serial keyboard.
* acorn_machine/memc.cpp: Ensure only one logical page is mapped to a single physical page.
* Fixed RISC OS POST IOC register test.
* aa310.cpp: Added debug code to display RISC OS POST failures.
-machine/archimedes_keyb.cpp: Dumped Acorn Archimedes keyboard microcontroller. [Phil Pemberton]
* formats/hti_tape.cpp: Added support for Manchester encoded DC100 cassettes.
* machine/hp2640_tape.cpp: added emulation of DC100 tape drives.
* machine/hp_dc100_tape.cpp: Added unit name display.
- Change many instruction timings and dummy fetch patterns to match Mitsubishi documentation rather than 6502 behavior
- Add overrides to be used for separable data space in future M50734 emulation
- Fix incorrect addition of Y to address of EORT $zp
- Eliminate INCT A and DECT A instructions (T=1 has no effect on INC A or DEC A)
- Add STP and WIT instructions (not distinguished for now)
- Eliminate generic M740 device type (not used by anything)