- 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)
- sa1111: Moved some local statics to be constexpr rather than const. Tweaked audio register handling to favor references over pointers. [Ryan Holtz]
- sed1356: Added to-do note regarding potential endian issues. [Ryan Holtz]
- sa1110: Added rudimentary support for the ICP and DMA blocks. [Ryan Holtz]
- sa1111: Various changes. [Ryan Holtz]
* Hooked up I2S audio DMA support.
* Hooked up IRQ support.
* Hooked up basic GPIO support.
- uda1344: Added initial pass at audio support, based on DMADAC. [Ryan Holtz]
- sed1356: Added support for BitBLT solid-fill command. [Ryan Holtz]
- jornada: Added more keys, touch pen support, and fixed EEPROM access. [Ryan Holtz]
* New working software list additions
-----------------------------------
gamegear:
Andre Agassi Tennis (prototype),
Bubble Bobble (prototype),
CJ Elephant Fugitive (prototype),
Dinobasher Starring Bignose the Caveman (prototype),
Dragon - The Bruce Lee Story (prototype),
Empire Syndicate (Chicago Syndicate) (prototype, 19950320),
Kawasaki Superbike Challenge (USA),
Micro Machines (prototype) [smspower]
sg1000:
San-nin Mahjong (Jpn, alt) [smspower]
sms:
3D Gunner (prototype),
Alex Kidd - High Tech World (prototype),
Battle Wings (Bomber Raid, prototype),
Cyborg Hunter (prototype),
Hang-On (prototype),
Missile Defense 3-D (prototype),
Out Run 3-D (prototype),
Solomon no Kagi - Oujo Rihita no Namida (prototype),
Super Off Road (prototype) [smspower]
New NOT_WORKING software list additions
---------------------------------------
gamegear:
X-Terminator v2.1 for Game Gear (Euro, USA),
X-Terminator v2.1J for Game Gear (Jpn) [smspower]
* New working software list additions
-----------------------------------
sms:
Game de Check! Koutsuu Anzen (Jpn, prototype) [smspower]
* gamegear: Redumped Sports Illustrated Championship Football & Baseball (Euro, USA) [smspower]
* audio/redbaron.cpp: Added save state support.
* gladiatr.cpp: Fixed typo.
* Changed some unused functions to use [[maybe_unused]] attribute so they don't rot.