summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/bus.lua
Commit message (Collapse)AuthorAgeFilesLines
* tp880v: added Tadpole Technology TP880V VME single-board computer [Plamen ↵ Patrick Mackinlay2024-11-211-0/+2
| | | | Mihaylov]
* bus/cbus: initial hookup for PC-98 Sound Blaster 16 angelosa2024-11-181-4/+6
|
* h89/h17_fdc.cpp: Move to h89 bus directory and make into h89 card (#12931) Mark Garlanger2024-11-021-0/+2
|
* scripts/src/bus.lua: Actual correct location for h89bus. [R. Belmont] arbee2024-11-011-1/+1
|
* bus.lua: correct h89bus folder location hap2024-11-021-1/+1
|
* heathzenith/h89.cpp: Add initial support for the H-89 (and H-88 and Z-90) ↵ arbee2024-10-261-0/+26
| | | | | | | | | slot bus - Uses the real I/O decoding PROMs - Z-37 and MMS 77316 floppy controllers converted to cards - H-88-3 serial and H-88-5 cassette interfaces converted to cards - Sigmasoft Sound card converted to a card
* Added a new modular JVS framework smf-2024-10-251-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | New devices added: Namco Cyber Lead I/O LED(I/O) PCB 8699014200 Namco Cyber Lead I/O LED(I/O) PCB 8699014200 (compatibility patch) Namco Cyber Lead I/O LED(LED) PCB 8699014500 Namco AMC PCB (Extra I/O,JPN,Ver1.10) Namco ASCA-1 (Multipurpose I/O,JPN,Ver2.00) Namco ASCA-3 (Multipurpose + Rotary Encoder,JPN,Ver2.04) Namco ASCA-3 (Multipurpose + Rotary Encoder,JPN,Ver2.02) Namco ASCA-5 (Multipurpose,JPN,Ver2.09) Namco CSZ1 MIU-I/O (GUN-EXTENTION,JPN,Ver2.05) Namco EM I/O1-02 (Techno-Drive I/O,JPN&EXP,Ver2.00) Namco TSS-I/O (GUN-EXTENTION,JPN,Ver2.02) Namco XMIU1 TSS-I/O (GUN-EXTENTION,JPN,Ver2.11,Ver2.12) Note: the Cyber Lead compatibility patch is required because later versions aren't Namco FCA-1 (Multipurpose + Rotary Encoder,JPN,Ver1.00) Namco FCA-1 (Multipurpose + Rotary Encoder,JPN,Ver1.01) Namco FCB (TouchPanel&Multipurpose,JPN,Ver1.02) Note: These use ASCA3 patched to return the correct ID string as the full ROM is yet to be extracted Namco EM Pri1-01 Note: The printer for Techno Drive is HLE'd only enough to make the game happy
* bus/cbus: drop PC9801 prefix for AMD-98 sound card angelosa2024-10-221-2/+2
| | | | | | * make it output mono * improve AY3 flip-flop mechanism * add logmacro
* ussr/bk: attach floppy (#12889) shattered2024-10-191-0/+2
| | | | cpu/t11: VM1 does not use RMW bus transaction for MOV and MOVB insns (fixes writing to floppy)
* bus/psion/honda: Added PC Link and Parallel Printer Link cables (not working). Nigel Barnes2024-10-141-0/+6
| | | | | | bus/psion/honda/ssd.cpp: Added Honda serial port. bus/psion/module: Added Psion RS232/Parallel Module.
* bus/spectrum: Added The Music Machine (MIDI I/O expansion). (#12842) holub2024-10-041-0/+2
|
* vcs_ctrl: Add support for Atari CX22/CX80 Trak-Ball in native trackball mode ↵ as-tb-dev2024-10-021-0/+2
| | | | (#12722)
* 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
|