summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target
Commit message (Collapse)AuthorAgeFilesLines
...
* mess.lua: place hh_ collection drivers and their subclasses together hap2022-06-111-20/+20
|
* rename headonb.cpp to efg8080.cpp hap2022-06-101-1/+1
|
* New machines added as MACHINE_NOT_WORKING arbee2022-06-101-0/+1
| | | | | | ----------------------------------------- M3001 [Darksoft, Team Europe, R. Belmont] M4001 [Darksoft, Team Europe, R. Belmont]
* pong: remove obsolete external version hap2022-06-102-4/+4
|
* Fixed MESS build. Robbbert2022-06-101-0/+1
|
* Cleanup of the source files lists for src/mame: Olivier Galibert2022-06-093-36/+60
| | | | | | | | - Every file in src/mame/{includes,drivers,audio,machine} with the exception of konamiic.txt has to appear in one and only one of the projects of arcade.lua or mess.lua (ignoring mameshared) - Files in mameshared must exist in mame.lua
* cpu/dps56156, plygonet.cpp: DSP56156 fixes and plygonet.cpp cleanup: (#9894) ↵ MooglyGuy2022-06-091-2/+0
| | | | | | | | | [Ryan Holtz] * cpu/dsp56156: Fixed ANDI, fixed BFCLR errata, fixed DEC24 not affecting flags. * cpu/dsp56156: Added proper devcb_write16 for Port C output. * plygonet.cpp: Fixed banking and tightened up VRAM access. * plygonet.cpp: Account for endianness in tilemap accesses. * plygonet.cpp: Switched to logmacro, merged into one file, and general code cleanup.
* How did the CI manage to compile already? Olivier Galibert2022-06-082-7/+1
|
* Remove header file that doesn't exist anymore from tiny.lua and ci.lua Olivier Galibert2022-06-082-2/+0
|
* segas16sb: move isgsm driver to its own file hap2022-06-062-0/+2
|
* Z180 ASCI (#9762) Miodrag Milanović2022-06-061-0/+1
| | | | | | | | | | | New working machines ----------------------------------- Micromint SB180 [Miodrag Milanovic] -z180: implemented ASCI serial communication [Miodrag Milanovic] -tim011: hookup serial keyboard [Miodrag Milanovic] -20pacgal: Add support for terminal
* New NOT_WORKING machine (#9862) ClawGrip2022-06-051-0/+1
| | | | | * New NOT_WORKING machine ----------------------------------- Frenzy Express [Museo del Recreativo]
* 8080bw.cpp, mw8080bw.cpp: Some cleanup/untangling: (#9884) Vas Crabb2022-06-051-1/+0
| | | | | | | | | | | | | | | Updated Space Invaders C.V. and Space Invaders Part II input definitions based on schematics and manuals. Got Space Invaders specific stuff out of the Midway 8080 B/W base class. Got some of the game-specific stuff out of the _8080bw_state class. It's still a bit of a mess because sound hardware is implemented in the driver classes so some games pull in a more derived class than they really should just for sound handlers. Got rid of the duplicate joystick inputs in rollingc. Fixed cocktail mode input and DIP switches in a few games.
* New machines added as MACHINE_NOT_WORKING arbee2022-06-041-1/+1
| | | | | | | ----------------------------------------- Tinker Bell [Darksoft, Team Europe, R. Belmont] segam1.cpp: removed and games merged into the new segasm1.cpp. [R. Belmont]
* europc, europc2: Low-level emulation of built-in keyboard AJR2022-06-041-0/+2
|
* gokidetor.cpp: Rename Gokidetor to La Cucaracha (#9883) eientei952022-06-031-1/+1
|
* New NOT_WORKING machines (#9881) ClawGrip2022-06-021-0/+1
| | | | | ------------------------------ Tom's Adventures [Museo del Recreativo] Ice Cold Beer (ICE) [Museo del Recreativo]
* New machines marked as NOT_WORKING AJR2022-05-281-0/+1
| | | | | ---------------------------------- Tektronix 4319 Graphics Workstation [Bitsavers]
* mess.lua: Fix full build after 2538377cf85bba3454ad02204119c0517e9064af AJR2022-05-271-0/+1
|
* New working clones Ivan Vangelista2022-05-271-3/+0
| | | | | | | | | | | ------------------ Nostromo [anonymous] Samurai (World) [anonymous, SNESNESCUBE64] Super Ship [anonymous] - gotya.cpp: minor cleanups - hyprduel.cpp: used standard ROM loading macros
* New working machines hap2022-05-271-0/+1
| | | | | -------------------- Micon-Kit Part II [hap, anonymous, Jay Gallagher]
* New machines marked as NOT_WORKING Patrick Mackinlay2022-05-271-0/+5
| | | | | --- Labtam 3000 [Xolod]
* New clones marked as NOT_WORKING Ivan Vangelista2022-05-271-2/+0
| | | | | | | | | | | | | | | | | | | | | -------------------------------- Dead or Alive (Model 2A) [Trol] - arkanoid.cpp, snk.cpp: minor documentation updates - funworld.cpp: demoted multiwina to MIG - jack.cpp: corrected ROM lables [Brian Troha] - nmk16.cpp: fixed missing sprites in attract mode for tdragonb3, thanks to info from hammy - sidearms.cpp: dumped PROMs, added hardware info and correcte clocks for Turtle Ship [Guru] - vamphalf.cpp: improved hardware info [Guru] - xain.cpp: corrected audio CPU clock to match measurements - yunsun16.cpp: used standard ROM loading macros and other minor cleanups
* Add ymqy70.cpp to mess.lua and mess.flt AJR2022-05-261-0/+1
|
* new WORKING machines (#9819) David Haywood2022-05-251-0/+1
| | | | ------ Marble Madness II (prototype) [anonymous]
* Initial work towards a sis630 based chipset driver (#9635) Angelo Salese2022-05-232-1/+2
| | | | | | | | | | - Add more or less complete implementations of sis630_host, sis950_lpc, sis630_gui, sis5513_ide, sis7001_usb, sis7018_audio, sis900_eth devices; - Removed gamecstl.cpp in favour to the new sis630.cpp driver; - i386.cpp: enable CMOV feature for Pentium III and 4; - i386.cpp: add PSN stub feature for Pentium III; New machines marked as NOT_WORKING ---------------------------------- Shuttle MS-11 [Angelo Salese, archive.org]
* srcclean in preparation for release Vas Crabb2022-05-221-3/+3
|
* netlist: More c++, less macros, added support for cspell (#9794) couriersud2022-05-221-0/+11
| | | | | | | | | | | | | | | | | - More c++, less macros * Significantly reduced the use of unused_var and replaced it with [[maybe_unused]] * use enum class in ppmf.h - Changes to testing code in ptest.h * Catch exceptions in more places * The verbosity of the output can now be controlled * Display of test stats totals - added support for cspell - fixed various typos - fixed SUBTARGET=nl build - fixed more file permissions - srcclean and add fix_permissions target to netlist makefile
* atarist.cpp: Split out video and blitter as separate devices AJR2022-05-191-1/+2
|
* JPM SRU fruit machine improvements (#9632) SomeRandomGuyIdk2022-05-171-0/+4
| | | | | | | jpmsru.cpp: Fleshed out I/O and added layouts. machine/steppers.cpp: Added JPM SRU 200-step pattern. audio/fruitsamples.cpp: Added device for simulated fruit machine sounds.
* - goldstar.cpp: decrypted cb3c, needs correct address map Ivan Vangelista2022-05-161-2/+0
| | | | - gstriker.cpp: used finder for memory bank and other small cleanups
* vball.cpp: used finder for memory bank and other small cleanups Ivan Vangelista2022-05-141-2/+0
|
* tait8741.cpp: Removed old simulation of Gladiator MCUs (unused for a while now). Vas Crabb2022-05-141-2/+0
|
* New working clones Ivan Vangelista2022-05-101-3/+1
| | | | | ------------------ Space Invaders' gambling game (unencrypted) [Jorge Silva]
* RC2014 (#9716) Miodrag Milanović2022-05-101-0/+2
| | | | | | | | | New working machines -------------------- RC2014 Classic [Miodrag Milanovic] RC2014 Pro [Miodrag Milanovic] RC2014 Classic II [Miodrag Milanovic] RC2014 Zed [Miodrag Milanovic] RC2014 Zed Pro [Miodrag Milanovic]
* - nmk16.cpp: added hardware info and corrected ROM labels for Acrobat ↵ Ivan Vangelista2022-05-091-2/+0
| | | | | | Mission [Guru] - paradise.cpp: used finders, templates and other small cleanups
* Z88: added serial port and NVRAM support. [Sandro Ronco] Sandro Ronco2022-05-081-0/+2
|
* cps2.cpp: Added TOURNAMENT board communication simulation. (#9699) [Vas ↵ Vas Crabb2022-05-061-0/+3
| | | | Crabb, Darksoft, Gregory Lewandowski]
* New working clones Ivan Vangelista2022-05-051-2/+0
| | | | | | | | ------------------ Batsugun (older, set 2) [buffi] Dogyuun (oldest set) [buffi] - pacland.cpp: used finders and other small cleanups
* New working machines Roberto Fresca2022-05-041-0/+1
| | | | | -------------------- Hot Chilli (95103, v0104) [Roberto Fresca, Grull Osgo, Matt B]
* firetrap.cpp: used finders, templates and other small cleanups Ivan Vangelista2022-05-031-2/+0
|
* New machines marked as NOT_WORKING Ivan Vangelista2022-05-021-0/+1
| | | | | | | | | ---------------------------------- Neo Print - Popeye (Japan) (T4i 3.04) [buffi] Neo Print - European Version (World) (T4i 2.00) [buffi] Rally Point 2 [coolmod] - toaplan2.cpp: added a note about a different ROM configuration found for sstrikerk [buffi]
* New working machines hap2022-05-011-0/+6
| | | | | -------------------- Scrabble Lexor - Computer Word Game [hap, Sean Riddle]
* -tim011.cpp: Hooked up floppy drives properly. (#9649) Miodrag Milanović2022-05-021-0/+1
| | | | | | | | * Hooked up floppy drives and controller properly, and implemented video display. * formats/tim011_dsk.cpp: Added TIM 011 floppy image format. -machine/upd765.cpp: If waiting for additional command bytes, treat a data register read as an open bus write (tested on real hardware) and always trigger the DRQ line even if in nodma mode. [Carl -cpu/z180: Added callbacks for tend; decrement bcr1 when DMA channel 1 is active. [Carl]
* Fixed SUBTARGET=nl build. (#9662) couriersud2022-05-021-0/+8
|
* rename hh_amis2k driver to wildfire hap2022-05-011-6/+1
|
* - appoooh.cpp: finders and other small cleanups Ivan Vangelista2022-04-271-2/+0
| | | | - royalmah.cpp: corrected year for ichiban
* brkthru.cpp, gunsmoke.cpp, bfm_adr2.cpp: used finders and other small cleanups Ivan Vangelista2022-04-261-4/+0
|
* New clones marked as NOT_WORKING Ivan Vangelista2022-04-231-0/+1
| | | | | -------------------------------- Bad Lands (Modular System) [Eduardo Anay, ClawGrip]
* New clones marked as NOT_WORKING Ivan Vangelista2022-04-211-0/+1
| | | | | -------------------------------- Slap Fight (Modular System) [Eduardo Anay, ClawGrip]