summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/bus.lua
Commit message (Collapse)AuthorAgeFilesLines
* a2gameio: Add support for the Softape Bright Pen (#12721) as-tb-dev2024-09-211-0/+2
| | | * a2gameio: Add Softape Bright Pen support for the Apple ][/][+
* bus/bml3: drop bml3 prefix for slot options filenames angelosa2024-09-201-8/+8
|
* bus/pci: PowerVR Neon 250 stub angelosa2024-09-181-0/+2
|
* mvme328: new device [Tom Uban, Plamen Mihaylov] Patrick Mackinlay2024-09-161-0/+2
|
* bus/msx/slot/panasonic08r.cpp: Added MSX Turbo-R internal firmware mapper. ↵ wilbertpol2024-09-111-0/+2
| | | | (#12737)
* funtech/supracan.cpp: preliminary cart interface, add NVRAM support for ↵ angelosa2024-09-101-0/+14
| | | | games requiring it
* a2bus: Add support for Wico Trackball, Wico Command Control Joystick ↵ as-tb-dev2024-08-251-0/+6
| | | | Adapter, and 4 paddles connected to the Sirius JoyPort to the Apple ][/][+ (#12666)
* bus/pci: ncr53c825 stub [Roberto Fresca, Gaby, recreativas.org] angelosa2024-07-271-2/+4
|
* bus/pc8801: add gsx8800 expansion stub angelosa2024-07-211-1/+3
|
* bus/fp1000: preliminary fd1020fd device angelosa2024-07-191-0/+2
|
* casio/fp1100.cpp: add expansion slots, FP-1060I/O and RAMPACK angelosa2024-07-181-0/+19
|
* bus/ieee488: Added HP9133 Floppy/Fixed disk drive. (#12561) Sven Schnelle2024-07-181-0/+2
| | | | | | | * machine/wd2010.cpp: Increased maximum sectors per track to 32. * machine/wd2010.cpp: Implemented multi-sector transfers. * machine/wd2010.cpp: Don't change current cylinder on reset. * cpu/m6809: Added sync acknowledge callback. * hp/hp98x6.cpp: Added HP9133 slot option.
* bus/msx/cart/ide.cpp: Add support for Sunrise ATA-IDE [msxpro, Wilbert Pol] ↵ wilbertpol2024-07-161-0/+2
| | | | | | | | | | | | | | | | (#12583) * msx2_flop.xml: Added 2 items. New working software list items ------------------------------- Sunrise IDE firmware (v2.50) [anonymous] Sunrise IDE firmware (v2.40) [anonymous] * machine/atahle.cpp: - Clear DMA modes when switching to PIO mode. - Do not log reads when reading from the debugger. * bus/msx/cart/ide.cpp: Add support for Sunrise ATA-IDE [msxpro, Wilbert Pol]
* bus/bbc/tube: Added the Matchbox co-processor. Nigel Barnes2024-07-031-0/+2
|
* Systems promoted to working Nigel Barnes2024-07-011-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --------------------------- Micro-Professor 1 Plus [Nigel Barnes] New working clones ------------------ MT-80Z [anonymous] New systems marked not working ------------------------------ Robot Training Arm CS-113 [anonymous] multitech/mpf1: Added expansion and ROM U7 slots. - Added ROM software list. multitech/mpf1p: Replaced bad dump of monitor ROM. - Corrected layout to use 14 seg LED's. - Added keyboard. - Added expansion and ROM U3 slots. - Added ROM software list. bus/mpf1: Added Micro-Professor 1 expansion boards: - Multitech EPB-MPF (Eprom Programmer Board) - Multitech EPB-MPF-IBP (Eprom Programmer Board) - Multitech IOM-MPF-IP (I/O and Memory Board) - Multitech PRT-MPF (Printer) - Multitech PRT-MPF-IP (Printer) - Multitech SGB-MPF (Sound Generation Board) - Multitech SSB-MPF (Speech Synthesizer Board) - Multitech TVA-MPF-IP (Video Board) - Bardehle VIDEO-MPF-I (Video Board)
* hp_dio: add HP98624 GPIB interface card (#12514) Sven Schnelle2024-06-291-0/+2
|
* luxor/abc80x: Added skeleton for Luxor Teletex 800. [robcfg, Curt Coder] Curt Coder2024-05-151-0/+2
|
* bus/msx/cart/franky.cpp: Added SuperSoniqs Franky cartridge. (#12357) wilbertpol2024-05-101-0/+2
|
* moved PC Card devices to src/devices/bus/pccard and changed signals to match ↵ smf-2024-05-091-4/+23
| | | | | | | | | | | specification to avoid unnecessary inversions. [smf] KONAMI_DUAL_PCCARD: New device, used by Punchmania 2 to allow 2 x 32MB linear flash cards to be installed in a single slot (replacing the previous 64MB linear flash card, that does not seem to exist). [smf] Renamed the remaining 16MB and 32MB flash cards, to indicate that they are rebranded Fujitsu cards. [smf] Linear flash cards can now be write protected. [smf] ID245P01: New device, a rebranded Sharp linear flash card that is also used by Konami. [smf] PM24276: New device, a 16 bit linear flash card. [smf] ataflash creates a generic CIS and identify buffer if it is missing from the CHD, also the card can be detected. [smf]
* coleco/cartridge: Add support for 'Activision' type cartridges Dirk Best2024-04-201-0/+2
| | | | | | | | Software list items promoted to working (coleco_homebrew.xml) ------------------------------------------------------------- The Black Onyx Boxxle Space Shuttle: A Journey Into Space (64k)
* ussr/uknc.cpp: Added cassette interface and qbus slots with floppy ↵ shattered2024-04-161-0/+2
| | | | | | controller card. (#12254) * ussr/uknc.cpp: Added second CPU and corrected CPU clocks. * bus/qbus: Added UKNC KMD floppy controller card device.
* coleco: Add expansion bus and support for the Super Game Module Dirk Best2024-04-131-0/+17
| | | | This obsoletes PR#10816. Thanks to 0kmg for the initial implementation.
* bus/multibus: Added Robotron K7071 text-only video card for the A7100 ↵ shattered2024-04-091-0/+2
| | | | series. (#12188)
* msx: add magic key dongle hap2024-04-081-0/+2
|
* qbus: Add dump of Matrox QG-640 Color Display Processor Card and skeleton ↵ AJR2024-04-061-0/+2
| | | | device implementation [AJR, Bitsavers]
* added novag tv interface peripheral [hap, Achim] hap2024-03-231-0/+2
|
* bus/pci: add SiS6326 AGP card angelosa2024-03-131-0/+2
|
* -bus/a2bus: Added SNES MAX game controller interface card. Vas Crabb2024-03-101-0/+2
| | | | -docs: Clarified description of EMULATOR make option.
* bus/pci: add Cirrus Logic GD5446 card angelosa2024-03-091-0/+2
|
* a800: Add Atari CX85 Numeric Keypad to controller port options AJR2024-03-031-0/+2
|
* plg150-ap: Added Olivier Galibert2024-03-031-6/+8
|
* osd: Cleaned up MIDI and network interfaces a little more. Vas Crabb2024-03-011-2/+2
|
* bus/pci: add PDC20262 card [Guru] angelosa2024-02-291-0/+2
|
* trs/mc10.cpp: Add "Multiport" cartridge and RAM expansion for the Matra & ↵ Sylvain Glaize2024-02-281-0/+2
| | | | Hachette Alice (#12080)
* bus/pci: separate AGP cards to their own container, add Laguna 3d as AGP ↵ angelosa2024-02-271-0/+2
| | | | slot option
* bus/pci: add Vision 864 and 968 cards angelosa2024-02-251-0/+2
|
* bus/ata: basic Toshiba XM-3301 ATAPI CD drive [Angelo Salese, Grull Osgo] angelosa2024-02-241-0/+2
| | | | * Allows mounting with TAISATAP.SYS in DOS, allows gammagic to moving on to Voodoo init
* bus/spectrum: Added Prism VTX 5000 Modem device. Nigel Barnes2024-02-171-0/+2
|
* bus/idpartner: added SASI adapter Miodrag Milanovic2024-02-171-0/+2
|
* bus/pci/vt6306: confirm some HW details [Guru] angelosa2024-02-171-2/+2
|
* bus/rs232: Added the Micro-Robotics Scorpion Intelligent Controller device. Nigel Barnes2024-02-171-0/+2
|
* bus/pci: add stub for VT6306 FireWire controller angelosa2024-02-171-0/+2
|
* Add a plg100-vl skeleton-ish. We have h8-h8 serial communications Olivier Galibert2024-02-161-0/+15
| | | | reliability issues to track.
* bus/bbc/1mhzbus: Added The Barry-Box (not working) Nigel Barnes2024-02-161-0/+2
|
* bus/bbc/userport/lvlecho.cpp: Added the LVL Echo Keyboard. Nigel Barnes2024-02-151-0/+2
|
* bus/pci: add WD9710 Paradise Pipeline card angelosa2024-02-151-0/+2
|
* bus/pci: add stub for OAK OTI Spitfire line angelosa2024-02-121-0/+2
|
* New machines marked as NOT_WORKING Miodrag Milanovic2024-02-111-0/+14
| | | | | | | ---------------------------------- Iskra Delta Partner [Jernej Jakob] sfrj/idpartner.cpp : Added bus connector and split GDP into separate card [Miodrag Milanovic]
* bus/pci: add stub for ESS Solo1/Maestro line angelosa2024-02-101-0/+2
|
* bus/qbus: Added DVK MX floppy controller. (#11840) shattered2024-02-091-0/+2
|