summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target
Commit message (Collapse)AuthorAgeFilesLines
* bus/epson_qx, qx10.cpp: Added Epson QX-10 expansion bus. (#9241) Brian Johnson2022-02-091-0/+1
|
* x76f041/x76f100/zs01: Implement new operations and security features (#9137) 9871238791132022-02-071-0/+2
| | | | | | | | | | | | | * x76f100: Implement security features * x76f041: Implement security features * zs01: Implement security features * ksys573: Update security flash data * k573mcal: Add master calendar for initializing security cassettes * zs01: Update comment about unknown serial
* abc1600: Added sector dump floppy image format. [Curt Coder] Curt Coder2022-02-071-0/+1
|
* New machines marked as NOT_WORKING Ivan Vangelista2022-02-031-0/+1
| | | | | | | | ---------------------------------- Color Match [Jorge Silva] Sport Memory [Jorge Silva] - 391in1.cpp: dumped flash ROM and EEPROM for pokrwild [Jorge Silva]
* Remove no-longer-present header from build scripts. Vas Crabb2022-02-031-1/+0
|
* New machines marked as NOT_WORKING Dirk Best2022-02-021-0/+1
| | | | | ---------------------------------- Digilog 400 [Bitsavers]
* wpc_flip1,wpc_flip2,wpc_dot,wpc_an: added savestate Robbbert2022-02-031-2/+0
|
* digilog: Replace HLE keyboard with LLE Dirk Best2022-02-011-2/+2
|
* s11: concatenated the 4 include files into 1. Robbbert2022-01-271-3/+0
|
* digilog320: Initial keyboard implementation Dirk Best2022-01-251-0/+2
| | | | Also render half intensity attribute and connect 8251 serial clocks.
* new NOT_WORKING machine: Casio LD-50 (#9203) Devin Acker2022-01-241-0/+1
| | | | | | New machines marked as NOT_WORKING ---------------------------------- Casio LD-50 [Devin Acker]
* kungfum2: renamed driver to bkungfu hap2022-01-241-1/+1
|
* New NOT_WORKING machine (#9178) ClawGrip2022-01-211-0/+1
| | | | | New machines marked as NOT_WORKING ----------------------- Neo Mania [ClawGrip, CrispX]
* New machines marked as NOT_WORKING Robbbert2022-01-211-0/+1
| | | | | ---------------------------------- Kung Fu Master 2 [Jonas Jago]
* New machines marked as NOT_WORKING Dirk Best2022-01-201-0/+1
| | | | | ---------------------------------- Digilog 320 [Bitsavers]
* Split off Williams Shuffle games to their own driver. Robbbert2022-01-211-0/+1
|
* New clones marked as NOT_WORKING Ivan Vangelista2022-01-191-4/+0
| | | | | | | -------------------------------- Tetris (bootleg set 5) [Jorge Silva] - audio/nichisnd.cpp, audio/rax.cpp, drivers/usgames.cpp: used finder for memory banks
* New working clones Ivan Vangelista2022-01-181-3/+1
| | | | | | | | ------------------ Genius 6 (V132F) [Jorge Silva] Lethal Crash Race / Bakuretsu Crash Race (set 2, alternate sound ROM) [Jorge Silva] - ohmygod.cpp: used finder for memory bank and other minor cleanups
* Fix several issues in DC-based HW (#9150) Angelo Salese2022-01-172-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | - Streamlined logging across chips to use logmacro.h, removed popmessages and printfs in production code; - Add missing include guards in header files; - split Atomiswave into own file from naomi.cpp (dc_atomiswave.cpp); - powervr2.cpp: YUV pitch follows U size, fixes #8999 - powervr2.cpp: move Elan related stuff back into naomi2_state; - naomi.cpp: support for player 2 keyboard inputs; - naomi.cpp: add proper inputs to alpilot/alpilotj and sstrkfgt; - naomi.cpp: hookup lightgun for deathcox; - naomi.cpp: make G2-DMA timings slightly more accurate (fixes sfz3ugd silent BGMs regression caused by implicit insta-DMAs) - dc_g2if.cpp: wrote a device for G2 DMA interface, fixes #9000 ; - dc_g2if.cpp: add E1/E2/DD channels thru template, add area protection, add illegal address and overflow exceptions (fixes loopchk g2 bus tests 0302 and 0303) - aica.cpp: $2814 CA reads doesn't need shifting, fixes ADX repeating sample/hang bugs in many entries [Angelo Salese, MetalliC]; - powervr2.cpp: make ISP/TSP irq to be slower, fixes regression bug with Capcom fighters having frame hiccups [David Haywood, Angelo Salese] - dc_atomiswave.cpp: converted aw_modem_r/_w to 32-bit, added 3p/4p inputs to ggisuka, expose EXID to an input/output ioports for future extensions; - dc_atomiswave.cpp: extend xtrmhnt2 ALL.Net hack for -drc, move around state machine to derive ALL.Net external device mapping instead of driver_init fn, demote to MUP for obvious reasons; - dc_atomiswave: add Area 1 mirrors, fix maxspeed title screen animation; - [MT#8143](https://mametesters.org/view.php?id=8143) is fixed New NOT_WORKING software list additions --------------------------------------- dc.xml: DC Checker for Repair v2.05R (World), Loop Checker v1.00 (World), GD Drive Repair Program v0.1 (World) [Hidden Palace]
* falco500: Rewrite driver Dirk Best2022-01-161-1/+3
| | | | | | | | | | | | | - Move from falco5220.cpp to falco500.cpp - Implement many ASIC features and support most video options - Fully hook up RS232 ports - Hook up bell - Add keyboard - Add detailed hardware descriptions for 3 models New machines marked as NOT_WORKING ---------------------------------- Falco 500e [Bitsavers]
* New machines marked as NOT_WORKING Ivan Vangelista2022-01-151-0/+1
| | | | | ---------------------------------- Gumball Rally [Museo del Recreativo, Phil Bennett]
* New working clones Ivan Vangelista2022-01-141-2/+0
| | | | | | | ------------------ Rastan Saga (bootleg, Japan Rev 1, earlier code base) [Fabrice Arzeno] timeplt.cpp: added a note about a spaceplta PCB with a char ROM taken from the original [Trol]
* Fixed arcade build; added missing newline. Robbbert2022-01-081-0/+1
|
* Adding bitmap_printer_device and convert epson_lx810 to use it. (#8863) goldnchild2022-01-071-0/+1
|
* Created an initial file system implementation for OS-9 under the CoCo (#9096) npwoods2022-01-071-0/+1
| | | | | | | | * Created an initial file system implementation for OS-9 under the CoCo * Minor fixes to directory entry handling * Changed to use fsblk_t::r[8|16|24|32]b() - Changed the above functions to be const
* New machines marked as NOT_WORKING Dirk Best2022-01-031-2/+8
| | | | | ---------------------------------- Falco TS-28 [Bitsavers]
* Reimplemented support for the CoCo's RS-DOS filesystem on top of the "fsmgr" ↵ npwoods2022-01-031-0/+1
| | | | | | | | | | | | framework (currently read only) (#9080) * Reimplemented support for the CoCo's RS-DOS filesystem on top of the "fsmgr" framework (currently read only) * Added support for file_type and ascii_flag metadata, minor bug fix decoding file allocation table entries * Creating a "CoCo Raw Disk" format and changing the CoCo RS-DOS filesystem to use it * 1. Adding COCO_RAWDSK to all.cpp 2. Fixing sector order on CoCo raw disk
* New NOT_WORKING machine (#9052) ClawGrip2022-01-011-0/+1
| | | | | | * New NOT_WORKING machine ----------------------------- Fun-E-Ball [Museo del Recreativo]
* New machines marked as NOT_WORKING AJR2021-12-301-0/+1
| | | | | ---------------------------------- ADDS 2020 [Bitsavers]
* Added preliminary TS-Configuration for ZX Evolution driver. (#8989) holub2021-12-251-0/+5
| | | | | New machines marked as not working ------------------------- NedoPC, TS-Labs ZX Evolution TS-Configuration
* New machines marked as NOT_WORKING AJR2021-12-241-0/+1
| | | | | ---------------------------------- Yamaha RX15 Digital Rhythm Programmer [DBWBP]
* New machines marked as NOT_WORKING AJR2021-12-241-0/+1
| | | | | ---------------------------------- Kawai ACR-20 Digital Accompaniment Center [DBWBP]
* New machines marked as NOT_WORKING AJR2021-12-231-0/+1
| | | | | ---------------------------------- JoMoX AiRBase 99 [DBWBP]
* New Working Machine smf-2021-12-231-0/+1
| | | | | ------------------- Z80 based, triple time zone clock [smf]
* New working clones Ivan Vangelista2021-12-221-2/+0
| | | | | | | ------------------ Chouji Meikyuu Legion (Japan ver 1.05, set 2) [system11] - taito_o.cpp: merged everything in the driver file
* besta: Converted to VME device. (#9008) shattered2021-12-201-1/+0
|
* hds200: Preliminary keyboard, video improvements, hook up NVRAM Dirk Best2021-12-181-0/+2
|
* Atari Lynx emulation updates (#8931) cam9002021-12-142-2/+2
| | | | | | | | | | | | * Atari Lynx emulation updates - Use memory_view for address mapping - Support variable framerate, Fix screen overscan (102 visible + 3 blank lines) - Fix collision handling (possibly copy-paste error?) - Reduce unnecessary shared pointers, Some duplications - Use inlines values for bit flags - Add support for variable page size for cartridge, AUDIN pin for bankswitch - Add hardware notes, Initialize values - Fix namings, Fix spacings, Use shorter/correct type values - Move lynx sound functions into device/sound/lynx.*, Fix sound pitch (input clock related)
* New NOT_WORKING machines (#8955) ClawGrip2021-12-141-0/+1
| | | | | | | | | * New NOT_WORKING machines --------------------------- Master Crane (set 1) [Israel León (Retrolover), ClawGrip] New NOT_WORKING clones --------------------------- Master Crane (set 2) [Israel León (Retrolover), ClawGrip]
* Research into thoop and squash 'refresh rate' protection [Victor Fernandez ↵ David Haywood2021-12-141-1/+1
| | | | | | (City Game), Peter Ferrie, David Haywood] (#8916) * Research into thoop and squash 'refrsh rate' protection [Victor Fernandez (City Game), Peter Ferrie, David Haywood] - prevents freeze when dying in stage 4 of Thunder Hoop, and bad text on continue in Squash
* ichiban.cpp, royalmah.cpp: merged the former into the latter. Also some ↵ Ivan Vangelista2021-12-131-1/+0
| | | | tagmap cleanup and configured banking in royalmah.cpp
* lancelot: Split off to its own driver. Robbbert2021-12-111-0/+1
|
* New machines marked as NOT_WORKING Dirk Best2021-12-071-0/+6
| | | | | ---------------------------------- Human Designed Systems HDS200 [Bitsavers]
* Moved common apple2 files to the conditional "mameshared" library, to avoid ↵ Robbbert2021-12-031-4/+5
| | | | duplicate symbols on a full MAME build.
* Hopefully fix arcade build. Robbbert2021-12-031-0/+4
|
* dl11: DEC DL11-type serial line unit (#8894) shattered2021-12-021-0/+1
|
* New NOT_WORKING machine (#8927) ClawGrip2021-12-021-0/+1
| | | | | New NOT_WORKING machine --------------------------------- Coche Bully [ClawGrip]
* Fixed a few coverity errors, several of which are real bugs. Vas Crabb2021-12-021-2/+0
|
* mess.lua: fix copypaste error hap2021-12-011-1/+1
|
* Various cleanups. Vas Crabb2021-12-022-6/+0
|