Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all devices into separate part of src tree (nw) | 2015-09-13 | 1 | -110/+0 | |
| | |||||
* | unified all for Fabio (nw) | 2015-05-21 | 1 | -1/+1 | |
| | |||||
* | Updated licenses to some of bus devices (nw) | 2015-05-10 | 1 | -2/+2 | |
| | |||||
* | Added dummy license headers for EMU section (nw) | 2015-05-07 | 1 | -0/+2 | |
| | |||||
* | Replace dynamic_array with std::vector [O. Galibert] | 2015-04-14 | 1 | -3/+3 | |
| | |||||
* | (MESS) saturn: made RAM / Backup RAM expansion internal | 2014-09-29 | 1 | -13/+10 | |
| | | | | | | | | | | | | | | slot options. you now mount these with the -cart media switch, i.e. for instance mess.exe saturn -cdrm ddsom -cart ram32 or mess.exe saturn -cdrm draculax -cart bram16 and not anymore using the -exp option. [Fabio Priuli] out of whatsnew: this prevents users from passing conflicting setups like "-exp ram32 -cart kof95", etc. these would have lead to unpredictable effects, depending on the order of the option (and whether they were set at command line or inside ini files) | ||||
* | cleaned up. nw. | 2014-05-02 | 1 | -5/+2 | |
| | |||||
* | (MESS) saturn: replaced auto_allocs with dynamic_arrays, and | 2014-05-01 | 1 | -5/+6 | |
| | | | reduced BRAM & DRAM allocation to actual RAM size. nw. | ||||
* | Moved eminline and related files into /src/osd since it's system related (nw) | 2014-04-16 | 1 | -2/+2 | |
| | | | | | | | | Moved delegates into /src/lib/util to enable usage of delegates in other project parts Moved mame_printf_* calls into /src/osd/osdcore.c and renamed them to osd_printf_* Changed mess.mak to display compilation of ymmu100.ppm nicely | ||||
* | (MESS) saturn: added default formatting to Backup RAM carts, | 2014-04-03 | 1 | -0/+13 | |
| | | | | | so that games can be saved in the expansion without passing through the console menu the first time the expansion is used [Fabio Priuli] | ||||
* | Moved rest of console slot devices to bus folder (nw) | 2014-03-10 | 1 | -0/+100 | |