| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Initial commit, added base device class | 2015-07-08 | 1 | -0/+13 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | some metadata fixes (nw) | 2015-06-20 | 2 | -1/+4 | |
| | | |||||
| * | Fix more driver building, going deeper in checks (nw) | 2015-06-20 | 3 | -10/+8 | |
| | | |||||
| * | Fix compiling just specific fm cores (nw) | 2015-06-20 | 1 | -0/+53 | |
| | | |||||
| * | Made possible creation of custom builds with given list of drivers included. | 2015-06-20 | 2 | -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) | 2015-06-20 | 5 | -619/+619 | |
| | | |||||
| * | amstrad: add support for the Dobbertin HD20 hard disk. | 2015-06-20 | 1 | -0/+2 | |
| | | |||||
| * | Move solver code into own folder. (nw) | 2015-06-19 | 1 | -6/+8 | |
| | | |||||
| * | force rebuild version.c (nw) | 2015-06-15 | 1 | -0/+6 | |
| | | |||||
| * | Merge pull request #207 from fulivi/hp64k_dev | 2015-06-10 | 1 | -0/+16 | |
| |\ | | | | | New driver for hp 64000 development system | ||||
| | * | hp64k: Preliminary version of HP Hybrid CPU (no interrupts & no DMA yet) | 2015-06-03 | 1 | -0/+16 | |
| | | | |||||
| * | | move some legacy formats over to imgtool since it's now the only user | 2015-06-10 | 2 | -4/+4 | |
| | | | |||||
| * | | apricot: add an expansion slot interface and add two ram expansion | 2015-06-08 | 1 | -0/+17 | |
| | | | | | | | | | cards. this will also be usuable by the apricot f series and portable. | ||||
| * | | vtech1_dsk: remove, no longer used | 2015-06-08 | 1 | -2/+0 | |
| | | | |||||
| * | | atarist_dsk: remove, no longer used | 2015-06-08 | 1 | -2/+0 | |
| | | | |||||
| * | | Merge pull request #202 from wallyweek/sdlinipath | 2015-06-07 | 2 | -0/+10 | |
| |\ \ | | | | | | | Added new SDL_INI_PATH flag [Cesare Falco] | ||||
| | * | | Added new SDL_INI_PATH flag | 2015-06-06 | 2 | -0/+10 | |
| | | | | |||||
| * | | | Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib ↵ | 2015-06-06 | 5 | -39/+369 | |
| |/ / | | | | | | | based on wallyweek's work | ||||
| * | | goodbye old friend, you had a good run. | 2015-06-05 | 1 | -12/+0 | |
| | | | |||||
| * | | thompson: updated to use the new wd fdc. same deal with as bbc: drives 0 | 2015-06-05 | 1 | -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 | 2015-06-04 | 1 | -0/+2 | |
| | | | |||||
| * | | trs80: updated to use the new wd fdc | 2015-06-04 | 1 | -2/+2 | |
| | | | |||||
| * | | vector06: updated to use the new wd fdc. system appears to be broken but | 2015-06-02 | 1 | -0/+2 | |
| | | | | | | | | | loads some sectors from disk. | ||||
| * | | hec2mdhrx: updated to use the new wd fdc. | 2015-06-02 | 1 | -0/+2 | |
| | | | |||||
| * | | mz2000: updated to use new wd fdc. fix softlist to use the correct | 2015-06-01 | 1 | -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 | 2015-06-01 | 5 | -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. | 2015-05-31 | 1 | -0/+2 | |
| | | | |||||
| * | | Allow compiling with shared libraries [O. Galibert] | 2015-05-31 | 5 | -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) | 2015-05-31 | 1 | -1/+1 | |
| | | | |||||
| * | | removed duplicated compile option (nw) | 2015-05-31 | 1 | -1/+0 | |
| | | | |||||
| * | | x1/x1twin: updated to use the new wd fdc. bonus: formatting disks now | 2015-05-31 | 1 | -0/+2 | |
| | | | | | | | | | works in hubasic. | ||||
| * | | fix for clang (nw) | 2015-05-31 | 1 | -0/+3 | |
| | | | |||||
| * | | Fix for osx 10.6.x build (nw) | 2015-05-31 | 1 | -11/+18 | |
| | | | |||||
