summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
Commit message (Collapse)AuthorAgeFilesLines
* Initial commit, added base device class angelosa2015-07-081-0/+13
|
* 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
|
* some metadata fixes (nw) Miodrag Milanovic2015-06-202-1/+4
|
* Fix more driver building, going deeper in checks (nw) Miodrag Milanovic2015-06-203-10/+8
|
* Fix compiling just specific fm cores (nw) Miodrag Milanovic2015-06-201-0/+53
|
* Made possible creation of custom builds with given list of drivers included. Miodrag Milanovic2015-06-202-3/+18
| | | | | | Note that game list is parsed so if macros are used they will not be found. example: make SUBTARGET=cops -j9 DRIVERS=src/mame/drivers/cops.c
* update metadata in lua files (nw) Miodrag Milanovic2015-06-205-619/+619
|
* amstrad: add support for the Dobbertin HD20 hard disk. mahlemiut2015-06-201-0/+2
|
* Move solver code into own folder. (nw) couriersud2015-06-191-6/+8
|
* force rebuild version.c (nw) Miodrag Milanovic2015-06-151-0/+6
|
* Merge pull request #207 from fulivi/hp64k_dev Miodrag Milanović2015-06-101-0/+16
|\ | | | | New driver for hp 64000 development system
| * hp64k: Preliminary version of HP Hybrid CPU (no interrupts & no DMA yet) fulivi2015-06-031-0/+16
| |
* | move some legacy formats over to imgtool since it's now the only user Dirk Best2015-06-102-4/+4
| |
* | apricot: add an expansion slot interface and add two ram expansion Dirk Best2015-06-081-0/+17
| | | | | | | | cards. this will also be usuable by the apricot f series and portable.
* | vtech1_dsk: remove, no longer used Dirk Best2015-06-081-2/+0
| |
* | atarist_dsk: remove, no longer used Dirk Best2015-06-081-2/+0
| |
* | Merge pull request #202 from wallyweek/sdlinipath Miodrag Milanović2015-06-072-0/+10
|\ \ | | | | | | Added new SDL_INI_PATH flag [Cesare Falco]
| * | Added new SDL_INI_PATH flag Cesare Falco2015-06-062-0/+10
| | |
* | | Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib ↵ Julian Sikorski2015-06-065-39/+369
|/ / | | | | | | based on wallyweek's work
* | goodbye old friend, you had a good run. Dirk Best2015-06-051-12/+0
| |
* | thompson: updated to use the new wd fdc. same deal with as bbc: drives 0 Dirk Best2015-06-051-0/+2
| | | | | | | | | | and 1 are used for the controller with the wd, other legacy drives for other controllers (needs slotification).
* | coco: updated to use the new wd fdc Dirk Best2015-06-041-0/+2
| |
* | trs80: updated to use the new wd fdc Dirk Best2015-06-041-2/+2
| |
* | vector06: updated to use the new wd fdc. system appears to be broken but Dirk Best2015-06-021-0/+2
| | | | | | | | loads some sectors from disk.
* | hec2mdhrx: updated to use the new wd fdc. Dirk Best2015-06-021-0/+2
| |
* | mz2000: updated to use new wd fdc. fix softlist to use the correct Dirk Best2015-06-011-2/+2
| | | | | | | | interface. change x1_dsk to 2d_dsk and use it for the mz2000 as well.
* | Converted netlist into a library. Moved most code from nl_convert.h to couriersud2015-06-015-128/+163
| | | | | | | | | | | | | | nl_convert.c. Targets using netlist must now specify this explicitly with MACHINES["NETLIST"] = true Added subtarget "nl" which only contains games with netlist elements. (nw)
* | pk8020: updated to use the new wd fdc. fixes regression booting cp/m. Dirk Best2015-05-311-0/+2
| |
* | Allow compiling with shared libraries [O. Galibert] Olivier Galibert2015-05-315-12/+17
| | | | | | | | | | | | | | | | | | | | Put SHLIB=1 in the main makefile, or on the command line. The idea is to get a *way* faster link with symbols. It works at least on linux, with one annoying caveat: you have to be in the build/projects/sdl/mame/gmake-linux directory to start mame afterwards. We're going to move some things around to be able to use LD_LIBRARY_PATH or have it start as-is from the root.
* | fix compile on GCC 4.4 on old Ubuntu (nw) Miodrag Milanovic2015-05-311-1/+1
| |
* | removed duplicated compile option (nw) Miodrag Milanovic2015-05-311-1/+0
| |
* | x1/x1twin: updated to use the new wd fdc. bonus: formatting disks now Dirk Best2015-05-311-0/+2
| | | | | | | | works in hubasic.
* | fix for clang (nw) Miodrag Milanovic2015-05-311-0/+3
| |
* | Fix for osx 10.6.x build (nw) Miodrag Milanovic2015-05-311-11/+18
| |