summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target
Commit message (Collapse)AuthorAgeFilesLines
* Device-fied PRO-CT0 cam9002020-09-132-0/+2
| | | | | for protection, aka ALPHA-8921(in Some later 80s alpha denshi PCBs) or SNK-9201 prot_fatfury2.cpp: Convert protection into alpha_8921.cpp device
* New machines marked as NOT_WORKING AJR2020-09-121-0/+1
| | | | | ---------------------------------- Sony Trinitron Color Video Monitor BVM-20F1E [Corrado Tomaselli]
* New machines marked as NOT_WORKING hap2020-09-101-0/+1
| | | | | ---------------------------------- Constellation Expert [hap, Berger]
* New machines marked as NOT_WORKING Ivan Vangelista2020-09-091-0/+1
| | | | | | | | | | | | ---------------------------------- Matrix [bytestorm] New working clones ------------------ Midnight Run: Road Fighter 2 (AAA, Asia v1.10, newer sound program) [Guru] Street Fighter II': Champion Edition (bootleg, set 1) [f205v, maru79] Street Fighter II': Champion Edition (bootleg, set 2) [f205v, maru79] Street Fighter II': Champion Edition (bootleg, set 3) [Janniz, f205v, maru79]
* New machines marked as NOT_WORKING Dirk Best2020-09-081-0/+1
| | | | | ---------------------------------- Informer 213 AE [Dirk Best, MattisLind]
* New machines added as MACHINE_NOT_WORKING Ryan Holtz2020-09-081-1/+1
| | | | | | | | | | | | | | ----------------------------------------- Newton Notepad [Pablo Marx] MessagePad [Pablo Marx] ExpertPad PI-7000 [Pablo Marx] MessagePad 110 [Pablo Marx] MessagePad 120 [Pablo Marx] Marco [Pablo Marx] MessagePad 130 [Pablo Marx] eMate 300 [Pablo Marx] MessagePad 2000 [Pablo Marx] MessagePad 2100 [Pablo Marx]
* New machines marked as NOT_WORKING Dirk Best2020-09-071-0/+1
| | | | | ---------------------------------- Informer 207/100 [Bitsavers]
* New not working machine Dirk Best2020-09-061-0/+8
| | | | | ----------------------- Informer 207/376 [Dirk Best]
* New machines marked as NOT_WORKING Ivan Vangelista2020-09-031-0/+1
| | | | | ---------------------------------- unknown Hobby Play slot machine [jordigahan, ClawGrip]
* New machines marked as NOT_WORKING Lord-Nightmare2020-09-011-0/+1
| | | | | | ---------------------------------- Votrax/Phonic Mirror HandiVoice HC-110 [Kevin Horton] Votrax/Phonic Mirror HandiVoice HC-120 [Kevin Horton]
* New machines marked as NOT_WORKING AJR2020-08-301-0/+1
| | | | | ---------------------------------- Roland TR-505 Rhythm Composer [DBWBP]
* bus/a2bus: Added Uthernet card emulation for Apple IIgs (#7090) Rhett Aultman2020-08-311-0/+1
| | | | * Ported Cirrus Logic CS8900A Crystal LAN MAC emulation from VICE and hooked it up to Apple II card device. * Adds Ethernet networking support for Apple IIgs.
* tr707, tr727, mks7: Add skeleton MB63H114 device AJR2020-08-301-0/+2
|
* new WORKING machines (Plug & Play Double Dance Mania x2) (#7158) David Haywood2020-08-301-0/+1
| | | | | | | | | | * new WORKING machines ----- Double Dance Mania: Supreme / Dance Supreme [Sean Riddle, David Haywood, Kamaal Brown] Double Dance Mania: Mega 12 [Sean Riddle, David Haywood] * new NOT WORKING ----- My Arcade Wireless Video Game Station 200-in-1 (DGUN-2572) [Sean Riddle, David Haywood]
* New machines marked as NOT_WORKING AJR2020-08-291-0/+1
| | | | | ---------------------------------- GEM RealPiano RP200 [DBWBP]
* kim1: minor cleanup; added usage. Robbbert2020-08-281-1/+0
|
* new NOT WORKING machines (#7142) David Haywood2020-08-271-0/+1
| | | | | New NOT WORKING machines ---- Zeebo (Brazil) [Triple Oxygen]
* netlist: Fix various issues around include directories. couriersud2020-08-254-4/+0
| | | | | | | | | * removed include directory src/lib/netlist from various genie files to avoid potential issues. * Code using netlist should use #include "netlist/*". * Updated includes. * Fixed standalone makefile depend target to properly deal with relative paths.
* srcclean for 0.224 Vas Crabb2020-08-231-2/+2
|
* Enable ppc64le for travis (#7113) Julian Sikorski2020-08-221-0/+3
| | | | | | * Added akkaarrh to the ci target. * Switched Travis CI to Ubuntu Focal. * Allow ppc64le CI build to fail. * Report CI status as soon as a job has failed or remaining jobs are allowed to fail.
* Sound and other improvements to Sega G-80 games. (#7103) Aaron Giles2020-08-192-3/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | Sound and other improvements to Sega G-80 games: [Aaron Giles, couriersud] * Added netlist-based sound to Eliminator, Zektor, Space Fury, and Astro Blaster. * Split the Sega Universal Sound Board and Speech Boards into their own separate files. * Improved Universal Sound Board implementation for better accuracy in Star Trek and Tac/Scan. * Wrote netlist-based backend for Universal Sound Board; currently disabled due to limitations in the system. * Wrote netlist-based backend for Speech Board; currently disabled pending future sound system changes. * Implemented wait states and the vector DRAW flag to help improve timing. SP0250 Improvements: [Aaron Giles] * Matched clock divider to real chip measurements. * Fixed behavior when not fed enough data; addresses "gapping" in speech in Sega games. * Implemented accurate LFR noise generator according to real chip measurements. * Added pulse-width modulation DAC output mode for future consumption by netlist. Netlist additions: [Aaron Giles] * Added compile-time option to record nltool-compatible CSV files. * Improved CD4020 implementation. * Fixed CD4053 behavior. * Added 74139 device. * Added TL082 device. 8253 PIT changes: [Aaron Giles] * Added explicit synchronization to all writes. * Cleaned up some timing calculations to avoid double<->attotime conversions.
* sspeedr: new netlist audio implementation (#7081) Colin Douglas Howell2020-08-162-0/+9
| | | | | | | | | | | | * sspeedr: new netlist audio implementation Netlist-based audio implementation for sspeedr (Super Speed Race, 1979) derived from Midway audio schematics, and based on that used for 280zzzap (280-ZZZAP) and lagunar (Laguna Racer) in the mw8080bw driver. The Super Speed Race audio circuits are clearly derived from those games; the biggest difference is the use of a linear feedback shift register for noise generation. * Updated netlist static solvers with recent netlist changes.
* netlist: Add tank to nl subtarget, update static_solvers. couriersud2020-08-171-0/+2
|
* -atarittl: Added netlist for Tank. currently runs at about 0.005% of full ↵ Ryan Holtz2020-08-161-0/+2
| | | | speed, unsure why.
* Fix ci build Julian Sikorski2020-08-121-0/+2
|
* Fix non-x86 build and try to make sure it does not break silently again (#7041) Julian Sikorski2020-08-121-0/+188
| | | | | | * Do not build x64 DRC backend when C backend is forced * New CI target (mametiny + kinst) * Switch travis to CI target * Switch appveyor to CI target
* new NOT WORKING machines (#7049) David Haywood2020-08-121-2/+2
| | | | | | | | | | | * new NOT WORKING machines ----- PCP 8728 - 788 in 1 [David Shah] unknown unSP based handheld [unknown] * new NOT WORKING machines ------ Virtual Ping Pong (Protocol) [Sean Riddle, David Haywood] My Arcade Gamer Mini 160-in-1 (DGUN-2953) [Sean Riddle, David Haywood]
* New machines marked as NOT_WORKING AJR2020-08-111-0/+1
| | | | | ---------------------------------- Lee Data 1220 Display Terminal [Bitsavers]
* -destroyr: Added netlist sound. [Ryan Holtz] Ryan Holtz2020-08-112-0/+6
|
* nl.lua: fixed NL subtarget compile Ivan Vangelista2020-08-111-1/+1
|
* -flyball: Added netlist sound. [Ryan Holtz, Ivan Vangelista] Ryan Holtz2020-08-112-0/+6
|
* Add missing file to tiny build AJR2020-08-101-0/+2
|
* -starfire: Removed MACHINE_IMPERFECT_SOUND flags. Added missing music and ↵ Ryan Holtz2020-08-102-0/+10
| | | | Alert sound effect to Fire One netlist and added Star Fire netlist. [Ryan Holtz, Colin Howell, Aaron Giles]
* nl.lua, nl.lst: added starcrus Ivan Vangelista2020-08-101-0/+6
|
* Add and hook up a device for the D-12338-567 Williams Pin Sound '88 board, ↵ Lord-Nightmare2020-08-091-0/+2
| | | | used on the Williams System 11B 'Jokerz!' pinball. [Lord Nightmare]
* Added carpolo and fireone to SUBTARGET nl. couriersud2020-08-091-6/+23
|
* -BACTA Datalogger: Moved to shared library, improved message handling James Wallace2020-08-071-2/+2
|
* Fix tiny build (#7040) Julian Sikorski2020-08-071-0/+5
|
* -fireone: Committed netlist for couriersud to have a look at. Ryan Holtz2020-08-061-0/+4
|
* Merge tag 'mame0223' into mainline-master Vas Crabb2020-08-061-1/+1
|\ | | | | | | MAME 0.223
| * -debug/debugcmd.cpp: Don't leak an open FILE when an argument is invalid and ↵ Vas Crabb2020-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | also fixed a spelling error. * The saver/loadr commands should consider region endianness for portability. -cpu/gigatron: Capitalisation of hex values was inconsistent, change it to lowercase as that tends to be the MAME standard. -machine/exorterm.cpp: Fixed inputs magically changing on reset when they shouldn't (there are still others that should be fixed). -mpu4vid.cpp: Corrected some errors in game descriptions. -Fixed a couple of editing errors.
* | Added an implementation of the BACTA Datalogging protocol used in many of ↵ James Wallace2020-08-051-0/+2
| | | | | | | | | | | | | | the AWP drivers. The logged data is currently served to the error log. Hooked the BACTA logger up to the MPU4 driver to fix Datapak/Protocol games.
* | new NOT WORKING (plug & play) (#7027) David Haywood2020-08-031-1/+5
| | | | | | | | | | | | | | | | | | new NOT WORKING machines ------------------------ Super PC TV (Epoch) [Preservat!on Quest / Noah Bacon, Hubz] U-Dance [Sean Riddle, David Haywood] Moving Music (MM-TV110) [Sean Riddle, David Haywood] * splitting up xavix a bit, preparation for better device encapsulation
* | -tankbatt: Added netlist audio. [Ryan Holtz] Ryan Holtz2020-08-021-0/+2
| |
* | Merged interact into hec2hrp as they are almost the same. Robbbert2020-07-301-1/+0
| |
* | -starcrus: Added netlist sound. [Ryan Holtz, Colin Howell, Aaron Giles] Ryan Holtz2020-07-291-0/+2
| |
* | New machines marked as NOT_WORKING AJR2020-07-281-0/+1
| | | | | | | | | | ---------------------------------- CIT-101XL Video Display Terminal [Bitsavers, Al Kossow]
* | HP IPC: support for I/O slots and 82919 serial card added (#7001) fulivi2020-07-271-0/+1
|/ | | | | | * mc68681: tx/rx clocking from timer fixed, added partial support for break signal * hp_ipc: support for I/O slots added, 82919 serial I/O card added
* netlist: add cinemat games to sub target nl. couriersud2020-07-251-0/+2
|
* added Hughes HLCD 0438 LCD Driver device hap2020-07-242-0/+2
|