summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/saturn/bram.c
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-110/+0
|
* unified all for Fabio (nw) Miodrag Milanovic2015-05-211-1/+1
|
* Updated licenses to some of bus devices (nw) Miodrag Milanovic2015-05-101-2/+2
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-3/+3
|
* (MESS) saturn: made RAM / Backup RAM expansion internal Fabio Priuli2014-09-291-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. Fabio Priuli2014-05-021-5/+2
|
* (MESS) saturn: replaced auto_allocs with dynamic_arrays, and Fabio Priuli2014-05-011-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) Miodrag Milanovic2014-04-161-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, Fabio Priuli2014-04-031-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) Miodrag Milanovic2014-03-101-0/+100