summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* IPC skeleton (nw) Wilbert Pol2015-08-181-1/+2
|
* New games marked as GAME_NOT_WORKING ------------------------------------ ↵ Ville Linde2015-08-181-0/+1
| | | | ROLLing eX.tre.me [Ville Linde, Guru]
* New games marked as GAME_NOT_WORKING Luca Elia2015-08-161-0/+1
| | | | | ------------------------------------ Joy Stand Private [Luca Elia, Guru]
* fix mess build (nw) Wilbert Pol2015-08-141-0/+3
|
* nw, add skeleton and disassembler for DEC PDP-8 CPU therealmogminer@gmail.com2015-08-131-0/+16
|
* blockhl: use bankdev, clean up driver Dirk Best2015-08-131-1/+0
|
* ti99: That's one small move for a man Michael Zapf2015-08-112-13/+36
|
* try fix 3 (nw) yz70s2015-08-111-1/+1
|
* try fix 2 (nw) yz70s2015-08-111-0/+1
|
* chihiro.c: Move parts common with Xbox console into their own files ↵ yz70s2015-08-112-0/+2
| | | | machine/xbox.c and includes/xbox.h [Samuele Zannoli]
* coleco.c: Reduce tagmap lookups and added support for 31in1 and 63in1 ↵ Wilbert Pol2015-08-101-0/+2
| | | | multicarts (nw)
* Defining variants 9224 and 9234 (WIP) Michael Zapf2015-08-101-3/+3
|
* firebeat: Split GCU into its own file (nw) Ville Linde2015-08-091-0/+1
|
* Disable warnng C4319 with visual studio 2015 (nw) yz70s2015-08-091-0/+1
|
* Add emu/netlist to include dirs to avoid relative paths in netlist couriersud2015-08-034-0/+5
| | | include files. (nw)
* Added simple stream classes to netlist code. (nw) couriersud2015-08-031-0/+2
|
* mfmhd: Introduced format definition, now generally available. Michael Zapf2015-08-023-25/+17
|
* New mostly-working system: SME Systems Aussie Byte SBC [Robbbert] Robbbert2015-08-021-0/+2
|
* Revert "debugqt: Port to Qt5 [O. Galibert]" Olivier Galibert2015-08-012-13/+15
| | | | | Experience shows it's too early for that. I'll keep that in a corner and we'll see again later.
* Preliminary decryption support for Namco System 10 [Andreas Naive] andreasnaive2015-08-011-0/+1
|
* Fixed VS build (nw) Miodrag Milanovic2015-08-011-1/+3
|
* new NOT WORKING David Haywood2015-07-301-0/+1
| | | | | | Sega Picture Magic (it's a 32x PCB attached to a custom stripped down 68k base board instead of a MD, likely that the internal boot roms for the SH2s differ however)
* msx1_cart.xml: Added fs_sr002 mapper based on internal bunsetsu mapper (nw) Wilbert Pol2015-07-301-0/+2
|
* pmd85: use standard palette, clean up video emulation Dirk Best2015-07-301-1/+0
|
* debugqt: Port to Qt5 [O. Galibert] Olivier Galibert2015-07-292-15/+13
|
* Move MC14584B to nlm_other.[ch] (nw) couriersud2015-07-271-0/+2
|
* c128: Added a skeleton for the PARTNER 128 cartridge. [Curt Coder] Curt Coder2015-07-271-0/+2
|
* Added a skeleton for the Commodore 1526/MPS-802/4023 printer. [Curt Coder] Curt Coder2015-07-261-0/+2
|
* Added nlwav to tools. nlwav converts netlist logs into wav files. couriersud2015-07-261-0/+36
| | | | | | | | | Example usage: ./nlwav -i netlist.log_RO.1.log -o tt.wav ./nlwav -h [Couriersud]
* Added a skeleton for the Commodore VIC-1520 plotter. [Jim Brain, Curt Coder] Curt Coder2015-07-251-0/+2
|
* Added skeleton for Commodore VIC-1515 printer. [Curt Coder] Curt Coder2015-07-251-2/+4
|
* scrape this for every bit of info (nw) Cowering2015-07-241-7/+9
|
* New working driver: Monkey Magic © 1979 Nintendo Dirk Best2015-07-241-0/+1
|
* semi-revert the change of ar.exe to gcc-ar.exe; the latter is broken in the ↵ Lord-Nightmare2015-07-231-6/+6
| | | | current build tools, needs to be replaced with a working copy (n/w)
* hmm.. new 5.2 mingw seems to need this to pickup sprintf for lto (NW) Cowering2015-07-231-0/+1
|
* forgot a part (NW) Cowering2015-07-231-2/+6
|
* This lets MAME compile in Arch Linux GCC 5.2. 16G RAM used to prevent crash. ↵ Cowering2015-07-231-16/+68
| | | | | | compile with 'make SSE3=1 LTO=1' testing GCC 5.2 MSYS2 now (NW)
* Merge pull request #257 from 0-wiz-0/master R. Belmont2015-07-222-1/+40
|\ | | | | Re-add NetBSD support.
| * Add NetBSD support. Thomas Klausner2015-07-142-1/+40
| | | | | | | | Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
* | fixed c&p typo Joakim Larsson Edström2015-07-201-1/+1
| |
* | Added driver for CPU-1 VME SBC from Force Computers and a skeleton 68230 ↵ Joakim Larsson Edström2015-07-201-0/+7
| | | | | | | | device driver
* | Added PIT68230 to available machines and enabled it for my configuration Joakim Larsson Edström2015-07-201-1/+13
| | | | | | | | | | | | Conflicts: scripts/src/machine.lua scripts/target/mame/my.lua
* | msx.c: Start hooking up moonsound; not fully working yet (nw) Wilbert Pol2015-07-192-1/+3
| |
* | Add macro library for opamp models. (nw) couriersud2015-07-161-0/+2
| |
* | New skeleton: Intel SDK-80 [Nigel Barnes] Robbbert2015-07-161-0/+1
|/
* New games added or promoted from NOT_WORKING status Luca Elia2015-07-131-0/+1
| | | | | --------------------------------------------------- The Dealer (Visco Games) [Luca Elia, Fabrice Arzeno, Porchy, tormod, The Dumping Union]
* Merge pull request #240 from belegdol/master R. Belmont2015-07-132-0/+11
|\ | | | | Added ability to use system PortAudio
| * Added ability to use system PortAudio Julian Sikorski2015-07-052-0/+11
| |
* | Changed uppercase filenames to lowercase. (nw) couriersud2015-07-121-4/+4
| |
* | Created macro libraries for CD4XXX and 74XX chip families. Going couriersud2015-07-121-0/+4
| | | | | | | | forward, these will contain all devices which can be described using truthtables and DIPPINS. [Couriersud]