summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/thomson/cd90_640.cpp
Commit message (Collapse)AuthorAgeFilesLines
* to_flop.xml: Metadata updates and promotions AJR2026-02-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add appropriate diacritics to titles and publishers - Add author, serial, notice and usage fields to various entries - Correct some titles, publishers and publication years - Promote most "640K disk" entries to working - crystann: Label as unofficial disk conversion - jeuxto8: Label as bad dump * bus/thomson/cd90_640.cpp: Enable generic MFM formats Software items promoted to working (to_flop.xml) ------------------------------------------------ Gestion FIL (640K disk) Systeme P.P.M. (v8.0, 640K disks) TO9+ Applications (640K Disk) TO9+ Initiations (640K disk) Les Futuristes (640K disk) MGT - Sapiens - Mach 3 (640K disk) Les Prives (640K disk) Simulation Hits (640K disk) Simulation Pack (640K disk) Stars Volume 1 (640K disk) Tetris II & Sokoban (640K disk) Teo-Games no.2 (640K disk) Chinese Stack (640K disk) Lotus Esprit Turbo Challenge (640K disk) Megar Demo #1 - Ruiz (640K disk) Space Project (640K disks) Sorcery Demo (640K disk) TruC216i (tele) (640K disk) TruC216i (emul) (640K disk) TruC40 (tele) (640K disk) TruC40 (emul) (640K disk) TruC70 (640K disk) TruC80i (640K disk) ASCINEWS no.1 (640K disk) ASCINEWS no.3 (640K disk) ASCINEWS no.4 (640K disk) ASCINEWS no.5 (640K disk) ASCINEWS no.6 (640K disk) ASCINEWS no.7 (640K disk) ASCINEWS no.8 (640K disk) ASCINEWS no.9 (640K disk) ASCINEWS no.10 (640K disk) Teo-Drive no.2 (640K disk) Teo-Drive no.3 (640K disk) Teo-Drive no.4 (640K disk) Teo-Drive no.5 (640K disk) Bob Winner (640K disk) Les Chevaliers de l'An Mil (640K disk) Lemmings (640K disk) Turbo Cup (640K disk) Software items demoted to not working (to_flop.xml) --------------------------------------------------- Jeux TO8
* Add support for reading SAP (Systeme d'Archivage Pukall) disk images to ↵ AJR2024-11-031-0/+2
| | | | Thomson systems
* Thomson floppy disk updates AJR2024-10-271-2/+2
| | | | | - to8, to9 & to9p now include the FDC in the base configuration. to9 uses a WD1770 (WD2793 appears to fail calibration), while to8 & to9p use the THM-FC-1 gate array (now a separate device). This eliminates the need to, and ability to, configure floppy disk extensions for the to8, to9 and to9p. - Changed sector offsets for double-sided .fd images so that they load correctly (usually).
* thomson.cpp: Extension bus cleanup AJR2022-12-101-3/+3
| | | | | | | | | | | | | - Make CC 90-232 serial/parallel interface an extension device - Eliminate spurious custom Centronics interface from MO5NR (CC 90-232 is used with this model instead) - Make RF 57-932 serial interface an extension device - Make MD 90-120 modem interface an extension device (emulation still needs work) - Make Midipak an extension device and completely rewrite emulation - Make MEA8000-based speech interface an extension device - Configure 1 MHz E clock for extension bus - Add FIRQ & IRQ outputs from extension bus - Expand extension I/O address range from $x7D0-$x7DF to $x7C0-$x7FF - Clean up various bits of driver code
* thomson: Turn the extensions into slot devices, modernize the floppies Olivier Galibert2021-04-191-0/+91