summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
Commit message (Collapse)AuthorAgeFilesLines
* nw, add skeleton and disassembler for DEC PDP-8 CPU therealmogminer@gmail.com2015-08-131-0/+16
|
* ti99: That's one small move for a man Michael Zapf2015-08-111-0/+35
|
* 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
|
* Add emu/netlist to include dirs to avoid relative paths in netlist couriersud2015-08-031-0/+2
| | | 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
|
* 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.
* Fixed VS build (nw) Miodrag Milanovic2015-08-011-1/+3
|
* msx1_cart.xml: Added fs_sr002 mapper based on internal bunsetsu mapper (nw) Wilbert Pol2015-07-301-0/+2
|
* 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
|
* hmm.. new 5.2 mingw seems to need this to pickup sprintf for lto (NW) Cowering2015-07-231-0/+1
|
* Merge pull request #257 from 0-wiz-0/master R. Belmont2015-07-221-0/+12
|\ | | | | Re-add NetBSD support.
| * Add NetBSD support. Thomas Klausner2015-07-141-0/+12
| | | | | | | | Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
* | fixed c&p typo Joakim Larsson Edström2015-07-201-1/+1
| |
* | 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-191-0/+2
| |
* | Add macro library for opamp models. (nw) couriersud2015-07-161-0/+2
|/
* Merge pull request #240 from belegdol/master R. Belmont2015-07-131-0/+6
|\ | | | | Added ability to use system PortAudio
| * Added ability to use system PortAudio Julian Sikorski2015-07-051-0/+6
| |
* | 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]
* | Don't think this was intended to be committed (nw) balr0g2015-07-091-5/+0
| |
* | MONGOOSE_ENABLE_THREADS is only autodefined on Windows balr0g2015-07-091-1/+1
| |
* | Fix the majority of CEN64 SSE stuff, nw therealmogminer@gmail.com2015-07-091-0/+26
| |
* | guab: Updated driver to use the standard wd floppy controller. Dirk Best2015-07-091-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 Cowering2015-07-081-1/+6
|/
* This is it. ti99 says Goodbye to legacy floppy. Michael Zapf2015-07-051-12/+1
|
* amstrad: added DDI-1 disk drive expansion (464 only), and make 464 and 664 ↵ mahlemiut2015-07-051-0/+2
| | | | default to 64k RAM.
* Added MM5837 Noise Generator used by Congo Bongo. [Couriersud] couriersud2015-07-041-0/+2
|
* renamed some cpu core inc files to c hap2015-07-031-0/+4
|
* moved sm510/11/12 specifics to their own files hap2015-07-031-0/+2
|
* ok, fixed build hap2015-07-031-0/+1
|
* added SM510 cpu skeleton hap2015-06-301-16/+32
|
* rc759: wip. initial version of the intel 82730 text coprocessor, and Dirk Best2015-06-271-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) Vas Crabb2015-06-271-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) Vas Crabb2015-06-231-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 therealmogminer@gmail.com2015-06-231-0/+1
|
* Convert rgbint and rgbaint globals to a class (nw) therealmogminer@gmail.com2015-06-231-0/+1
|
* no need for subdir for these projects, those are same for all mame builds (nw) Miodrag Milanovic2015-06-222-3/+0
|
* for separate drivers use simple naming logic (nw) Miodrag Milanovic2015-06-211-2/+6
|
* arm7 also use drc code (nw) Miodrag Milanovic2015-06-211-1/+1
|
* Made FM cores compile only in group, that way it always work (nw) Miodrag Milanovic2015-06-211-72/+24
|
* fixed order of libs making apricot build fine (nw) Miodrag Milanovic2015-06-201-1/+1
|