summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/glm/doc/api/a00080.html
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/glm/doc/api/a00080.html')
0 files changed, 0 insertions, 0 deletions
2011-08-141-1/+1 | * - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-315-7/+9 | | | | - Various core and tools memory leaks fixes [Oliver Stoneberg] * Clean-ups and version bumpmame0143u1 Angelo Salese2011-07-111-1/+1 | * Preliminary work for ATV Track, in order to get the second SH-4 into Angelo Salese2011-07-111-3/+32 | | | | | | | | | | | | | | | | business [Samuele Zannoli] Added support for dma transfers between the processor and external devices in SH-4 CPU core [Samuele Zannoli] Modified naomibd device so that it allocates the memory for the gdrom data on startup based on a parameter that specifies the size in megabytes. [Samuele Zannoli] Added two new commands to the unidasm utility [Samuele Zannoli] -skip <n> allows to skip the first <n> bytes from the file -count <n> specifiest that only <n> bytes from the file must be disassembled * Fixed some potential memory leaks and NULL pointer deferences as well as ↵ Scott Stone2011-06-151-0/+3 | | | | removing some redundant checks. [Oliver Stoneberg] * chdcd: Better GCC 4.6 fix (no whatsnew) R. Belmont2011-06-071-1/+1 | * chdman: fix GCC 4.6 build [R. Belmont] R. Belmont2011-06-061-2/+2 | * chdman: Handle track type 6 in .nrg files [R. Belmont] R. Belmont2011-05-071-4/+9 | * srcclean.c: srcclean should remove invalid chars only for source files which ↵ Fabio Priuli2011-05-051-3/+4 | | | | are not xml (softlists have UTF-8 characters) [Fabio Priuli] * Add C++ keywords. Support hash files and .lst files. Aaron Giles2011-04-181-0/+31 | * Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-4/+4 | * chdman: experimental incomplete .nrg disc image import [R. Belmont] R. Belmont2011-02-122-1/+183 | | | | | | | | (no whatsnew from here on) Only supports Mode 1 and audio tracks right now, and the NRG files must be the new version output by Nero 5.5 or later. Please send me images that don't work to improve this. * Fix compiling tools (no whatsnew) Miodrag Milanovic2011-02-031-2/+2 | * A new WE DSP16A cpu disassembler. [Andrew Gardner] Andrew Gardner2011-01-251-0/+2 | | | | | | | | | | | | | Notes out of whatsnew.txt * This uses modern devices, but has not been tested in a driver yet, so I may have done something wrong. I will fix it when the time comes. * 60% of the disassembler is complete. I will finish it over the next few days. * There are many similarities in execution to the dsp32, and the existing 32 code will come in handy when it's time to write the execution engine. * This thing is a pleasure compared to the dsp56k. * Added COSMAC back to Unidasm. (no whatsnew) Curt Coder2011-01-121-0/+2 | * Enabled HD61700 in MAME compile and added it to unidasm tool (no whatsnew) Miodrag Milanovic2011-01-081-0/+2 | * - Added Rockwell PPS4 CPU core (not finished) [Miodrag Milanovic] Miodrag Milanovic2011-01-011-0/+2 | | | | | - Added GAME_MECHANICAL flag to mark games having mechanical interface (such as pinball,redemption, bowling games ...) - Imported games from PinMAME as skeletons * fixed build smf-2010-10-191-2/+0 | * Standards and Practices cleanup Scott Stone2010-10-081-1/+1 | * Cleanups and version bump.mame0139u3 Aaron Giles2010-09-192-6/+6 | * CHDMAN: support for .WAV tracks in bin/cue images [R. Belmont] R. Belmont2010-09-151-68/+219 | * CHDMAN: fix for extracting bin/cue audio tracks (no whatsnew) R. Belmont2010-09-141-0/+13 | * CHDMAN: improved -extractcd bin/cue output, improved error handling. [R. ↵ R. Belmont2010-09-142-36/+39 | | | | Belmont] * CHDMAN: Byteswap audio tracks from bin/cue (fixed PC-Engine Lords of ↵ R. Belmont2010-09-091-0/+5 | | | | Thunder) (no whatsnew) * CHDMAN: calculate correct track lengths/offsets for bin/cue input (no whatsnew) R. Belmont2010-09-091-7/+13 | * CHDMAN: rewrote bin/cue support from specs, more images now work. [R. Belmont] R. Belmont2010-09-083-67/+203 | | | | | | | Not for whatsnew: This is not complete or well-tested yet, I'm checking in early mostly so Kale can play with it while I'm at work today. It should at least function better than current for most images. * The dsp561xx CPU core now generates accurate disassembly for Konami ↵ Andrew Gardner2010-08-042-13/+1 | | | | | | | Polygonet hardware (verified against Motorola's reference disassembler). [Andrew Gardner, Stiletto] * MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek] R. Belmont2010-07-081-1/+1 | * Cleanups and version bump. Aaron Giles2010-06-172-2/+2 | * chdman/cdrom updates: [R. Belmont] R. Belmont2010-05-302-72/+266 | | | | | | | | | | | - CDRWIN .bin/.cue images now supported for both input and output - Pregap and postgap information is now preserved in the format - Output of CDRDAO images is significantly improved Existing CHD-CDs will continue to work fine and for data-only discs no action needs to be taken. For mixed data/audio discs (e.g. analog 573/Bemani games) they should be re-converted for better preservation. * Cleanups and version bump. Aaron Giles2010-05-051-1/+1 | * Comment Scott Stone2010-04-241-12/+11 | | | | | | | | ------- Revert of: r8912 - A workaround for the warnings in Visual Srudio when compiling unidasm It was breaking the GCC compile of unidasm. If anyone else has a better fix who uses VS2008/2010, please feel free to reapply a proper fix * Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-2/+2 | * A workaround for the warnings in Visual Srudio when compiling unidasm ↵ Scott Stone2010-04-231-12/+12 | | | | [Oliver Stoneberg] * Fixed linking of chdman.exe and romcmp.exe with Visual