| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
* hookup a stub DTC-510 NSCSI core
* retire bus/scsi/pc9801_sasi
* bus/pc98_cbus: cleanup uint8_t/uint16_t into u8/u16
|
| | |
|
| |
|
|
|
|
|
|
| |
standardize BIOS memory_region tags
New systems marked not working
------------------------------
PC-9801M2 [anonymous]
|
| |
|
|
| |
slots in clients
|
| | |
|
| | |
|
| |
|
|
| |
in NSCSI device as PC8801-30
|
| | |
|
| | |
|
| |
|
|
| |
* move pc80s31k to bus/nec_fdd folder
|
| |
|
|
| |
(#14384)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hooked up to Teradrive only as WIP intermediate step.
List of improvements and changes compared to legacy handling (some of these also applies there):
- Implement `gamenko` Seganet mapper;
- Implement `menghu` mapper (a Gamtec variant using Z80 to read protection data);
- Implement `sanguo5` / `tunshi` mapper (uses SRAM with invalid header);
- Implement `sportg` Tectoy 3-in-1 mapper;
- Hookup SRAM in `yasech` mapper;
- fix `btlchess` mapper;
- Implement `16mj2` extra ports reads;
- Fix `sampras` hanging on menu (uses a J-Cart variant);
- Hookup J-Cart for `sskid`;
- Allow `ninjab` to boot with proper I2C mapper;
- Fix I2C mappers for `billwlsh`, `madden93`, `madd93ce`, `shanewar`;
- Add SRAM for `mightmg3`;
- Fix `beggarp1`, it relocates SRAM address more akin to sf002/wukong mapper;
- Fix `barkley2`: it uses mirroring for SRAM, crashing in tournament mode if it doesn't find it;
- `sonic3` "fram" area doesn't exist anymore, use "sram" instead;
- Retire `rom_radica` from legacy handling: it has been moved as standalone sega/megadriv_rad.cpp driver starting from #3108
- Retire `rom_topf` from legacy handling: was a broken version of `rom_lion3`;
machine/i2cmem: add 24C65 alias for bighurt/brianl96/collslam/shanewar [Angelo Salese, Happy]
move M95320 implementation from legacy stm32 into actual device
machine/intelfsh: add ST_M29W640FT, implement unlock bypass command
New working software list items
-------------------------------
megadriv: Nyuushi Chokuzen Check Nanmon Kimon Kiki Kaikai, Planet Message Quiz [Hidden Palace]
Gunfight 3 in 1, Shísān Zhāng Májiàng - Zhong Guo Měi Nv Pian [archive.org]
New software list items marked not working
------------------------------------------
megadriv: 1800 in 1, Rock Heaven, Rock World, Golden Mega 250 in 1 [archive.org]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Systems promoted to working
---------------------------
PC-9801RS, PC-9821Ap2/U8W (98MATE A) [Angelo Salese, Carl]
New systems marked not working
------------------------------
PC-9821Ce CanBe [spaztron64]
New clones marked not working
-----------------------------
PC-9821Xv13 [Will.Broke.It]
New working software list items
-------------------------------
pc98_cd: Plamo Linux 3.x, Plamo Linux 3.3 [ring.gr.jp]
- nec/pc9801.cpp: bulk replace FDC tags
BREAKING CHANGE: `upd765_2*d` slots are now `fdc_2*d`
BREAKING CHANGE: `pc9821ce2` and `pc9821xs` romsets are retired
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
New systems marked not working
------------------------------
Enterprise 250 [ClawGrip, ArcadeHacker]
New software list items marked not working
------------------------------------------
Solaris 8 10-00 Media - SPARC Platform Edition for Sun Computer Systems [ClawGrip]
Sun Management Center 2.1.1 - February 2000 Revision A [ClawGrip]
SunSolutions CD Volume 1 2000 [ClawGrip]
Raptor GFX Open Windows for Solaris - Version 2.1 [ClawGrip]
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
* rs232.cpp: Add option for Heath H19 terminal
* Change to the option function to a static method
|
| |
|
|
|
|
|
|
| |
- Added JAFA Cartridge Adaptor and Magazzino Parametrico devices.
bus/bbc/exp/autocue: Moved class into anonymous namespace.
bus/bbc/exp/mertec: Mapped the PIA to ROM space, ADC is now working.
|
| |
|
|
| |
The Robin Light Pen, Stack Light Pen, and Stack Light Rifle.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
(#14090)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
New working software list items (coleco_homebrew.xml)
-----------------------------------------------------
Gradius [Dirk Best, TechZombie/archive.org]
|
| | |
|
| |
|
|
| |
* in213: Add dump and LLE of keyboard [AJR, Bitsavers]
|
| |
|
|
| |
* kayproii (& clones): Add dump of original serial keyboard (actually identical to that of Keytronic L2207) and make it the default option [AJR, retrocmp.de]
|
| |
|
|
| |
Acorn Speech upgrade or Cheetah Sweet Talker.
|
| | |
|
| | |
|
| |
|
|
| |
[AJR, sharpmz.org]
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
devices.
|
| |
|
|
|
|
|
| |
DMA slot (#13879)
* z80dma.cpp: Added UA858D variant
* sinclair/spectrum.cpp: Added configurable DMA slot
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Move MZ-1E30 SASI, MZ-1R37 EMM from mz2500 base emulation;
* Fix range of EMM to 640KB max RAM;
* Add basic MZ-1E35 ADPCM emulation;
* Add SuperTurboZ EH-SASI ROM BIOS to MZ-1E30;
* implicitly fix dustbx01-dustbx02-dustbx03 bootups: they are incompatible with MZ-1E30 Sharp BIOS;
|
| |
|
|
| |
Golden Child]
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Added BLK0 and PB lines to the interface.
- Moved existing devices into anonymous namespaces.
bus/acorn/atom: Added GDOS, GDOS-2015, MDCR, Speech Synthesis Module, EPROM Switch Card, Tube Interface, EF9345 80 Column Card.
bus/acorn/cu: Added High Resolution Graphics, CUBIO w/ Race Controllers, Teletext Video Interface.
bus/acorn/system: Added configuration to use 32K RAM card with the Atom.
acorn/acrnsys.cpp: Devicified the System keyboard with AY-3-4592 encoder.
|