summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix MESS build (nw) AJR2017-02-261-0/+1
|
* Merge pull request #2096 from shattered/_52bb574 ajrhacker2017-02-262-3/+12
|\ | | | | ie15: convert to a device with frontends (standalone driver and rs232…
| * ie15: convert to a device with frontends (standalone driver and rs232 slot ↵ Sergey Svishchev2017-02-272-3/+12
| | | | | | | | device)
* | blockade: Rewrite driver Dirk Best2017-02-261-3/+0
|/ | | | | | | | * Remove fake interrupts and rewrite coin handling * Use correct CPU type * Use screen raw parameters * Use generic 8x8x1 gfx layout * Update ROM filenames
* moved fphantom to fidel6502 driver (nw) hap2017-02-251-1/+0
|
* Fix Heath H19 keyboard (#2066) Mark Garlanger2017-02-252-0/+13
| | | | | * Fix Heath H19 keyboard * Fix how enable/disable of 25th line is handled. * Updated to use internal ROM in MM5740.
* Merge pull request #2086 from kazblox/master ajrhacker2017-02-241-0/+2
|\ | | | | iNES Mapper 190 support, miscellanous cleanups in some drivers
| * nes: Add Magic Kid Googoo board. Kaz2017-02-241-0/+2
| |
* | skeleton driver for cxg chess 2001 (nw) hap2017-02-211-0/+6
| |
* | docastle.cpp: Read inputs through TMS1025 AJR2017-02-191-1/+1
| | | | | | | | tms1024/tms1025: Add input callbacks and read handler; clean up code a little
* | srcclean (nw) Vas Crabb2017-02-194-23/+23
| |
* | Add prodigy to mamenl build. Fix clang5 warnings. (nw) couriersud2017-02-191-0/+4
| |
* | ambush: Rewrite driver. Dirk Best2017-02-181-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use tilemap system to draw background/foreground characters (and use generic gfx_8x8x2_planar layout) - Add mario and dkong3 bootlegs running on extended hardware (color PROMs for those haven't been dumped, using the PROMs from the original currently) - Update and correct dip switches - Document tile attribute RAM and sprite RAM layout bits - Use screen raw parameters - Add connector layout - Update TODO list - Update ROM filenames New working driver: ------------------- Donkey Kong 3 (bootleg on Ambush hardware)
* | Merge pull request #2068 from JoakimLarsson/prodigy_display R. Belmont2017-02-174-0/+10
|\ \ | | | | | | Prodigy display
| * | prodigy: added new devices to script files Joakim Larsson Edstrom2017-02-173-0/+6
| | |
| * | prodigy: Netlist for BCD display Joakim Larsson Edstrom2017-02-171-0/+4
| | |
* | | Reworked truthtables a bit. couriersud2017-02-171-4/+0
|/ / | | | | | | | | - Moved 9312 and 74279 to ttl macro library. - Renamed TTL_9312_* to DM9312. This is more appropriate. - Fixed a number of warnings from latest ubuntu clang-5.0.
* | Get MAME a-compiling finally (nw) Scott Stone2017-02-161-0/+1
| |
* | Merge pull request #2062 from shattered/_fb4f4dd R. Belmont2017-02-151-0/+12
|\ \ | | | | | | ms0515.cpp -- hook up keyboard and floppy, improve video emulation etc. (take 2)
| * | ms0515.cpp -- hook up keyboard and floppy, improve video emulation etc. Sergey Svishchev2017-02-131-0/+12
| | |
* | | Cherry-pick some features from self-registering drivers PoC: Vas Crabb2017-02-164-18/+6
| | | | | | | | | | | | | | | | | | | | | | | | * Use size_t for sizes and <algorithm> for algorithms * Fix up some files that were getting linked into multiple libs * Add missing virtual method to sh2 peripheral class * Put shortname in driver struct for locality * Use shared pointers in config LRU cache for safety
* | | New games added as GAME_NOT_WORKING arbee2017-02-131-0/+1
| | | | | | | | | | | | | | | ----------------------------------- Unknown Konami Medal Game [Alex Cmaylo, The Dumping Union, R. Belmont]
* | | Remove emu.h from headers (nw) Olivier Galibert2017-02-111-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per Vas' request. If the compile fails for you (i'm thinking osx and windows native debuggers here in particular), add '#include "emu.h"' as first include of the cpp files that fail. Due to our use of precompilation and forced inclusion, emu.h must be included as the very first non-comment thing we do if we want to be sure msvc compiles are identical to gcc/clang ones. Doing it directly instead of through an include increases the correctness probability by a magnitude.
* | | Make windows builds of nltool and nlwav understand unicode. couriersud2017-02-102-9/+31
| | | | | | | | | nltool and nlwav now use wmain, i.e. UNICODE main on windows. (nw)
* | | Make sure netlist includes are not found directly on include path. couriersud2017-02-103-21/+10
|/ / | | | | | | Instead, they have to be prefixed by "netlist/". Removed unneeded link librariers for nltool and nlwav along the way. (nw)
* | added RGB unit testing (nw) Miodrag Milanovic2017-02-091-0/+8
| |
* | New WORKING machines: Vas Crabb2017-02-081-0/+6
| | | | | | | | | | --------------------- Westinghouse Test Console Serial #5 [Vas Crabb, NekoEd]
* | banctec: hooked up the crtc (nw) Robbbert2017-02-081-1/+0
| |
* | Get rid of now-deprecated a2lang (nw) arbee2017-02-061-2/+0
| |
* | Missing galgames.cpp (nw) Luca Elia2017-02-061-0/+1
| |
* | vic20: Emulated the Data 20 Display Manager 40/80 column video cartridge. ↵ Curt Coder2017-02-061-0/+2
| | | | | | | | [Curt Coder]
* | Adjust/comment some entries to get compile working until ↵ Scott Stone2017-02-051-1/+0
| | | | | | | | src/mame/drivers/galgames.cpp is uploaded (nw)
* | More complete Galaxy Games emulation: [Luca Elia] Luca Elia2017-02-053-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Created devices for the galaxy games carts (EEPROM + Flash + PIC) and the slot(s) - Removed code patches and emulated the PIC communication and bank switching - Converted the blitter to a device (cesblit.cpp) - moved the Galaxy Games from tmaster.cpp to their own driver (galgames.cpp) Provided the PIC code for all four StarPak cartridges [Keith M. Kolmos] New working machines -------------------- Galaxy Games StarPak 3 [Keith M. Kolmos, Rod_Wod, Sean Sutton, Soren Skou Nielsen, Russell Howard, Francis Ramirez, Tourniquet, BrianT, coolmod, Smitdogg, The Dumping Union, Luca Elia]
* | preliminary TLCS-870 disassembler - Work in Progress (#1967) ajrhacker2017-02-052-0/+13
| |
* | Removed not needed files from bgfx build (nw) Miodrag Milanovic2017-02-051-10/+0
| |
* | Update build scripts, BX is now static library (nw) Miodrag Milanovic2017-02-052-0/+60
| |
* | Remove some dependency between src/devices/ and src/mame (nw) Miodrag Milanovic2017-02-054-8/+29
| |
* | Amiga keyboard updates: Vas Crabb2017-02-051-0/+2
|/ | | | | | | * Put Amiga keyboard implementations in a namespace * Factor out matrix keys to a common module shared by A500/A1200 * Make new German matrix based on US matrix with Alt-chars hooked up * Remove outdated comment
* Addad PIN64 logger class. (nw) MooglyGuy2017-02-022-0/+4
|
* c64: Emulated the PPP Speakeasy 64 (Votrax SC-01-A) cartridge. [Curt Coder] Curt Coder2017-02-011-0/+2
|
* vic20: Emulated the PPP SpeakEasy (Votrax SC-01-A) cartridge. [Curt Coder] Curt Coder2017-02-011-0/+2
|
* Arcade build restructuring (nw) AJR2017-02-011-33/+48
| | | | | - Create EFO, Promat, Terminal, Wing projects to help reduce the weight of libmisc - Eliminate Veltmeijer Automaten project (only two games by this company are in MAME, and one actually on Excellent System hardware)
* m6805: added skeleton CMOS devices Vas Crabb2017-01-301-1/+3
| | | | | | | * Added m146805 and m68hc05 to unidasm * Made opcode tables configurable in m6805_base_device, provided tables for HMOS, CMOS and HC families * Implemented MUL instruction, made unimplemented STOP and WAIT raise fatal error * Added skeleton MC68HC05C4 with RAM and ROM in correct locations in memory map
* Separate include file usage for netlist. couriersud2017-01-291-5/+7
| | | | | | | | Device implementations (all cpp files in netlist/devices) now should only include nl_base.h. Netlist implementation sources should only include "net_lib.h". Refactored netlist.h and netlist.cpp to avoid namespace congestion in netlist.h. Fixed VC2015 build. (nw)
* Amiga: Move and rename amiga sound device, add pinout and description Dirk Best2017-01-293-6/+6
|
* Cleanup of includes. (nw) couriersud2017-01-271-0/+1
|
* fix separate build (nw) Lord-Nightmare2017-01-261-0/+1
|
* Added stub Rainbow device (nw) angelosa2017-01-261-0/+12
|
* Fixed building using system portaudio Julian Sikorski2017-01-261-0/+4
|
* Fixed building using system utf8proc Julian Sikorski2017-01-262-0/+7
|