Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nw, add skeleton and disassembler for DEC PDP-8 CPU | 2015-08-13 | 1 | -0/+16 | |
| | |||||
* | ti99: That's one small move for a man | 2015-08-11 | 1 | -0/+35 | |
| | |||||
* | 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 | |
| | |||||
* | Add emu/netlist to include dirs to avoid relative paths in netlist | 2015-08-03 | 1 | -0/+2 | |
| | | | 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 | |
| | |||||
* | 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. | ||||
* | Fixed VS build (nw) | 2015-08-01 | 1 | -1/+3 | |
| | |||||
* | msx1_cart.xml: Added fs_sr002 mapper based on internal bunsetsu mapper (nw) | 2015-07-30 | 1 | -0/+2 | |
| | |||||
* | 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 | |
| | |||||
* | hmm.. new 5.2 mingw seems to need this to pickup sprintf for lto (NW) | 2015-07-23 | 1 | -0/+1 | |
| | |||||
* | Merge pull request #257 from 0-wiz-0/master | 2015-07-22 | 1 | -0/+12 | |
|\ | | | | | Re-add NetBSD support. | ||||
| * | Add NetBSD support. | 2015-07-14 | 1 | -0/+12 | |
| | | | | | | | | Signed-off-by: Thomas Klausner <wiz@NetBSD.org> | ||||
* | | fixed c&p typo | 2015-07-20 | 1 | -1/+1 | |
| | | |||||
* | | 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 | 1 | -0/+2 | |
| | | |||||
* | | Add macro library for opamp models. (nw) | 2015-07-16 | 1 | -0/+2 | |
|/ | |||||
* | Merge pull request #240 from belegdol/master | 2015-07-13 | 1 | -0/+6 | |
|\ | | | | | Added ability to use system PortAudio | ||||
| * | Added ability to use system PortAudio | 2015-07-05 | 1 | -0/+6 | |
| | | |||||
* | | 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] | ||||
* | | Don't think this was intended to be committed (nw) | 2015-07-09 | 1 | -5/+0 | |
| | | |||||
* | | MONGOOSE_ENABLE_THREADS is only autodefined on Windows | 2015-07-09 | 1 | -1/+1 | |
| | | |||||
* | | Fix the majority of CEN64 SSE stuff, nw | 2015-07-09 | 1 | -0/+26 | |
| | | |||||
* | | guab: Updated driver to use the standard wd floppy controller. | 2015-07-09 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | This also means that it now uses the software list system instead of loading the floppy disk image into a memory region. To run the driver use: "mame guab -flop guab3" now. You may also just start the driver, then choose a floppy disk image from the builtin file manager. | ||||
* | | required to get latest mongoose compiling | 2015-07-08 | 1 | -1/+6 | |
|/ | |||||
* | This is it. ti99 says Goodbye to legacy floppy. | 2015-07-05 | 1 | -12/+1 | |
| | |||||
* | amstrad: added DDI-1 disk drive expansion (464 only), and make 464 and 664 ↵ | 2015-07-05 | 1 | -0/+2 | |
| | | | | default to 64k RAM. | ||||
* | Added MM5837 Noise Generator used by Congo Bongo. [Couriersud] | 2015-07-04 | 1 | -0/+2 | |
| | |||||
* | renamed some cpu core inc files to c | 2015-07-03 | 1 | -0/+4 | |
| | |||||
* | moved sm510/11/12 specifics to their own files | 2015-07-03 | 1 | -0/+2 | |
| | |||||
* | ok, fixed build | 2015-07-03 | 1 | -0/+1 | |
| | |||||
* | added SM510 cpu skeleton | 2015-06-30 | 1 | -16/+32 | |
| | |||||
* | rc759: wip. initial version of the intel 82730 text coprocessor, and | 2015-06-27 | 1 | -0/+12 | |
| | | | | added more meat to the driver. currently dies testing the cassette. | ||||
* | Make the SSE tables a static inside the SSE implementation class (nw) | 2015-06-27 | 1 | -1/+0 | |
| | | | | | Also encapsulate the pointer casting used to access it in static functions Don't mean to step on any toes, sorry if this inconveniences you MooglyGuy | ||||
* | Pick the low-hanging fruit (nw) | 2015-06-23 | 1 | -0/+1 | |
| | | | | | Implemented most of MooglyGuy's new RGB intrinsics for VMX/Altivec Still need to do blend, bilinear filter and merge alpha | ||||
* | nw, update lua script | 2015-06-23 | 1 | -0/+1 | |
| | |||||
* | Convert rgbint and rgbaint globals to a class (nw) | 2015-06-23 | 1 | -0/+1 | |
| | |||||
* | no need for subdir for these projects, those are same for all mame builds (nw) | 2015-06-22 | 2 | -3/+0 | |
| | |||||
* | for separate drivers use simple naming logic (nw) | 2015-06-21 | 1 | -2/+6 | |
| | |||||
* | arm7 also use drc code (nw) | 2015-06-21 | 1 | -1/+1 | |
| | |||||
* | Made FM cores compile only in group, that way it always work (nw) | 2015-06-21 | 1 | -72/+24 | |
| | |||||
* | fixed order of libs making apricot build fine (nw) | 2015-06-20 | 1 | -1/+1 | |
| |