* atari400.cpp: initial split up of different state machines
* atari400.cpp: Fix clang error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]
* atari400.cpp: virtualize machine_start/machine_reset
* atari400.cpp: isolate m_ext_bank in a130xe_state
* atari400.cpp: bulk replace pokey raw tags into m_pokey
maxaflex.cpp: remove shadowed m_pokey, declared in atari_common_state;
* atari400.cpp: fix a800xl / a130xe self test ROM enabling, fixes Acid800 XL MMU test
* a800.xml: Update Q/A
* atari400.cpp: split a600xl and a1200xl to own state
* atari400.cpp: virtualize PIA portb
* atari400.cpp: use memory_view at 0xd800-0xffff
* atari400.cpp: various a400 and a800 refactoring changes:
- reduce memory maps and configs to bare minimum;
- reduce default RAM options for them and add preliminary options;
- isolate I/O map;
- make sure it unmap_value_high() because otherwise they will crash on non-48K setups;
* atari400.cpp: inherit hw_iomap for a800xl and onward
* atari400.cpp: lower kernel view bound to 0xc000 for a800xl and later machines
* atari400.cpp: remove all _low_r/low_w handlers and replaced with views, fix xegs default boot order (BASIC then game ROM via select key), address code review
* atari400.cpp: fix CI clang failure
* atari400.cpp: fix a1200xl_state calls
* atari400.cpp: hookup option jumpers to a1200xl
* atari400.cpp, gtia.cpp: misc connection notes
* a800.xml: minor bombjake notes
* atari400.cpp: reduce selftest views
* atari400.cpp: better inherit PIA portb mechanics
* atari400.cpp: remove obsolete a600xl_mem fns
* atari400.cpp: emulate extended RAM quirk for a130xe, convert m_ext_bank to address_map_bank_device
Co-authored-by: AJR <ajrhacker@users.noreply.github.com>
Fixes MT8464
The problem here is that the end of the previous command clears the BSY status bit which makes it appear to system code that the second command has completed (when it has not).
The bug report has files to demonstrate the problem on a TRS-80 Model I emulation.
Corrected some parent/clone relationships, publishers and release years.
New working software list additions
--------------------------------------------
Golden Pack 100 - vol. 1 (compilation, pirate) [Planeta Sinclair]
Johnny Reb (Zafi Chip) [spectrumcomputing.co.uk]
Shackled (Erbe) [spectrumcomputing.co.uk]
New Working Clones
-------------------
The Gladiator / Shen Jian Fu Mo Lu / Shen Jian Fengyun (M68k label V100) (ARM label V104, ROM 04/02/03 SHEN JIAN V104)
New working software list additions (snes.xml)
-----------------------------------
Bing Bing! Bingo (Japan, prototype) [keiichi-desu]
Densetsu no Ogre Battle - The March of the Black Queen (Japan, prototype) [keiichi-desu]
Dual Orb - Seireiju Densetsu (Japan, prototype) [keiichi-desu]
Elfaria - The Isle of the Blest (Japan, prototype) [keiichi-desu]
Kessen! Dokapon Oukoku IV - Densetsu no Yuusha-tachi (Japan, prototype, Ver 07.315) [keiichi-desu]
Kessen! Dokapon Oukoku IV - Densetsu no Yuusha-tachi (Japan, prototype, Ver 07.431) [keiichi-desu]
Kunio no Oden (Japan, prototype) [keiichi-desu]
The Last Battle (Japan, prototype) [keiichi-desu]
Michael Andretti's IndyCar Challenge (USA, prototype) [keiichi-desu]
Nosferatu (Japan, prototype) [keiichi-desu]
Super Nazo Puyo - Rulue no Roux (Japan, prototype) [keiichi-desu]
Tetris Battle Gaiden (Japan, prototype) [keiichi-desu]
Ultra Baseball Jitsumei Ban 2 (Japan, prototype) [keiichi-desu]
New NOT_WORKING software list additions (snes.xml)
---------------------------------------
Illvanian no Shiro (Japan, prototype, 19940823) [keiichi-desu]
New working software list additions (ibm5170.xml)
-----------------------------------
I Dream of Jeannie [MAZterXP, archive.org]
Operation Crusader [The Good Old Days]
Operation Harrier [The Good Old Days]
Personal Computer World (1994-06 - June 1994) [arranarchipelago, archive.org]
Personal Computer World (1994-11 - November 1994) [SmartCoda, archive.org]
Personal Computer World (1997-05 - May 1997) [SmartCoda, archive.org]
New working software list additions (a5200.xml)
-----------------------------------
Battlezone (prototype, alt) [swlovinist]
Behind Jaggi Lines (prototype) [swlovinist]
Pole Position (prototype 133-05) [swlovinist]
New NOT_WORKING software list additions (a5200.xml)
-----------------------------------
Astro Grover (prototype) [CPUWIZ]
- Add separate controls for cocktail mode and multiplexer device (very similar to thepit.cpp)
- Add raw screen and watchdog timings
- Use different watchdog reset address for jumpkun
- Improve alignment for flipped sprites
- Modernize VBL interrupt
- Add tilt input (which just resets the system)