Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IPC skeleton (nw) | 2015-08-18 | 1 | -1/+2 | |
| | |||||
* | New games marked as GAME_NOT_WORKING ------------------------------------ ↵ | 2015-08-18 | 1 | -0/+1 | |
| | | | | ROLLing eX.tre.me [Ville Linde, Guru] | ||||
* | New games marked as GAME_NOT_WORKING | 2015-08-16 | 1 | -0/+1 | |
| | | | | | ------------------------------------ Joy Stand Private [Luca Elia, Guru] | ||||
* | fix mess build (nw) | 2015-08-14 | 1 | -0/+3 | |
| | |||||
* | nw, add skeleton and disassembler for DEC PDP-8 CPU | 2015-08-13 | 1 | -0/+16 | |
| | |||||
* | blockhl: use bankdev, clean up driver | 2015-08-13 | 1 | -1/+0 | |
| | |||||
* | ti99: That's one small move for a man | 2015-08-11 | 2 | -13/+36 | |
| | |||||
* | try fix 3 (nw) | 2015-08-11 | 1 | -1/+1 | |
| | |||||
* | try fix 2 (nw) | 2015-08-11 | 1 | -0/+1 | |
| | |||||
* | chihiro.c: Move parts common with Xbox console into their own files ↵ | 2015-08-11 | 2 | -0/+2 | |
| | | | | machine/xbox.c and includes/xbox.h [Samuele Zannoli] | ||||
* | coleco.c: Reduce tagmap lookups and added support for 31in1 and 63in1 ↵ | 2015-08-10 | 1 | -0/+2 | |
| | | | | multicarts (nw) | ||||
* | Defining variants 9224 and 9234 (WIP) | 2015-08-10 | 1 | -3/+3 | |
| | |||||
* | firebeat: Split GCU into its own file (nw) | 2015-08-09 | 1 | -0/+1 | |
| | |||||
* | Disable warnng C4319 with visual studio 2015 (nw) | 2015-08-09 | 1 | -0/+1 | |
| | |||||
* | Add emu/netlist to include dirs to avoid relative paths in netlist | 2015-08-03 | 4 | -0/+5 | |
| | | | include files. (nw) | ||||
* | Added simple stream classes to netlist code. (nw) | 2015-08-03 | 1 | -0/+2 | |
| | |||||
* | mfmhd: Introduced format definition, now generally available. | 2015-08-02 | 3 | -25/+17 | |
| | |||||
* | New mostly-working system: SME Systems Aussie Byte SBC [Robbbert] | 2015-08-02 | 1 | -0/+2 | |
| | |||||
* | Revert "debugqt: Port to Qt5 [O. Galibert]" | 2015-08-01 | 2 | -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] | 2015-08-01 | 1 | -0/+1 | |
| | |||||
* | Fixed VS build (nw) | 2015-08-01 | 1 | -1/+3 | |
| | |||||
* | new NOT WORKING | 2015-07-30 | 1 | -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) | 2015-07-30 | 1 | -0/+2 | |
| | |||||
* | pmd85: use standard palette, clean up video emulation | 2015-07-30 | 1 | -1/+0 | |
| | |||||
* | debugqt: Port to Qt5 [O. Galibert] | 2015-07-29 | 2 | -15/+13 | |
| | |||||
* | Move MC14584B to nlm_other.[ch] (nw) | 2015-07-27 | 1 | -0/+2 | |
| | |||||
* | c128: Added a skeleton for the PARTNER 128 cartridge. [Curt Coder] | 2015-07-27 | 1 | -0/+2 | |
| | |||||
* | Added a skeleton for the Commodore 1526/MPS-802/4023 printer. [Curt Coder] | 2015-07-26 | 1 | -0/+2 | |
| | |||||
* | Added nlwav to tools. nlwav converts netlist logs into wav files. | 2015-07-26 | 1 | -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] | 2015-07-25 | 1 | -0/+2 | |
| | |||||
* | Added skeleton for Commodore VIC-1515 printer. [Curt Coder] | 2015-07-25 | 1 | -2/+4 | |
| | |||||
* | scrape this for every bit of info (nw) | 2015-07-24 | 1 | -7/+9 | |
| | |||||
* | New working driver: Monkey Magic © 1979 Nintendo | 2015-07-24 | 1 | -0/+1 | |
| | |||||
* | semi-revert the change of ar.exe to gcc-ar.exe; the latter is broken in the ↵ | 2015-07-23 | 1 | -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) | 2015-07-23 | 1 | -0/+1 | |
| | |||||
* | forgot a part (NW) | 2015-07-23 | 1 | -2/+6 | |
| | |||||
* | This lets MAME compile in Arch Linux GCC 5.2. 16G RAM used to prevent crash. ↵ | 2015-07-23 | 1 | -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 | 2015-07-22 | 2 | -1/+40 | |
|\ | | | | | Re-add NetBSD support. | ||||
| * | Add NetBSD support. | 2015-07-14 | 2 | -1/+40 | |
| | | | | | | | | Signed-off-by: Thomas Klausner <wiz@NetBSD.org> | ||||
* | | fixed c&p typo | 2015-07-20 | 1 | -1/+1 | |
| | | |||||
* | | Added driver for CPU-1 VME SBC from Force Computers and a skeleton 68230 ↵ | 2015-07-20 | 1 | -0/+7 | |
| | | | | | | | | device driver | ||||
* | | Added PIT68230 to available machines and enabled it for my configuration | 2015-07-20 | 1 | -1/+13 | |
| | | | | | | | | | | | | Conflicts: scripts/src/machine.lua scripts/target/mame/my.lua | ||||
* | | msx.c: Start hooking up moonsound; not fully working yet (nw) | 2015-07-19 | 2 | -1/+3 | |
| | | |||||
* | | Add macro library for opamp models. (nw) | 2015-07-16 | 1 | -0/+2 | |
| | | |||||
* | | New skeleton: Intel SDK-80 [Nigel Barnes] | 2015-07-16 | 1 | -0/+1 | |
|/ | |||||
* | New games added or promoted from NOT_WORKING status | 2015-07-13 | 1 | -0/+1 | |
| | | | | | --------------------------------------------------- The Dealer (Visco Games) [Luca Elia, Fabrice Arzeno, Porchy, tormod, The Dumping Union] | ||||
* | Merge pull request #240 from belegdol/master | 2015-07-13 | 2 | -0/+11 | |
|\ | | | | | Added ability to use system PortAudio | ||||
| * | Added ability to use system PortAudio | 2015-07-05 | 2 | -0/+11 | |
| | | |||||
* | | Changed uppercase filenames to lowercase. (nw) | 2015-07-12 | 1 | -4/+4 | |
| | | |||||
* | | Created macro libraries for CD4XXX and 74XX chip families. Going | 2015-07-12 | 1 | -0/+4 | |
| | | | | | | | | forward, these will contain all devices which can be described using truthtables and DIPPINS. [Couriersud] |