| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean-ups and version bumpmame0145u1 |  Angelo Salese | 2012-02-19 | 56 | -693/+693 |
| * | Compile fix for PPC OSX (nw) |  R. Belmont | 2012-02-19 | 1 | -1/+1 |
| * | fixed MacOSX compile. no whatsnew. |  Fabio Priuli | 2012-02-19 | 1 | -1/+1 |
| * | Fix compile under 4.6.2 (no whatsnew) |  Miodrag Milanovic | 2012-02-19 | 1 | -0/+1 |
| * | free_file_line no longer complains about NULL free's not existing. |  Aaron Giles | 2012-02-19 | 1 | -2/+2 |
| * | Update CHD error list in chd.c |  Aaron Giles | 2012-02-19 | 1 | -1/+5 |
| * | Rewrote SAMPLES as a modern device. Updated all callers. FLAC |  Aaron Giles | 2012-02-19 | 3 | -5/+35 |
| * | Fixed cdrom_file allocation, it contains classes so can't be allocated by mal... |  Miodrag Milanovic | 2012-02-18 | 1 | -3/+3 |
| * | Delete dynamic_array buffer only if allocated, fixes crash in taitogn, requir... |  Miodrag Milanovic | 2012-02-18 | 1 | -2/+2 |
| * | Move all-0 detection to the write path. Use hunk_info on the |  Aaron Giles | 2012-02-17 | 1 | -18/+23 |
| * | Fail initializing the CD-FLAC codec if the hunk size is not CD-compatible. |  Aaron Giles | 2012-02-17 | 1 | -0/+8 |
| * | Added new CHD codec: CD-FLAC which knows how to shuffle CD data |  Aaron Giles | 2012-02-17 | 4 | -5/+254 |
| * | Fix char_to_hex upper chars, this fixes listxml output (no whatsnew) |  Miodrag Milanovic | 2012-02-17 | 1 | -1/+1 |
| * | fix from mess, visible by 32bit mingw 4.4.7 (no whatsnew) |  Miodrag Milanovic | 2012-02-17 | 1 | -0/+4 |
| * | chdcodec.c: Fix Linux compile (no whatsnew) |  mahlemiut | 2012-02-16 | 1 | -2/+2 |
| * | Remove redundant hashing code, use hashing.h instead. |  Aaron Giles | 2012-02-16 | 2 | -22/+46 |
| * | Fix blocksize for FLAC encoder. |  Aaron Giles | 2012-02-16 | 2 | -2/+2 |
| * | Fix compile on 4.6.2 (no whatsnew) |  Miodrag Milanovic | 2012-02-16 | 2 | -4/+4 |
| * | Major CHD/chdman update. The CHD version number has been increased |  Aaron Giles | 2012-02-16 | 32 | -6065/+7992 |
| * | Sync with MESS, floppy work by OG (no whatsnew) |  Miodrag Milanovic | 2012-02-13 | 2 | -30/+138 |
| * | Add LZMA codec and .7z container support [David Haywood, R. Belmont] |  R. Belmont | 2012-02-12 | 83 | -0/+19161 |
| * | Attempt #2mame0145 |  Angelo Salese | 2012-02-05 | 1 | -8/+8 |
| * | chd: Fix error where FLAC was encoding 4 times too much data (samples vs. byt... |  R. Belmont | 2012-02-01 | 1 | -1/+1 |
| * | Sync with MAME (nw) |  Miodrag Milanovic | 2012-01-31 | 1 | -1/+1 |
| * | Clean-ups and version bumpmame0144u7 |  Angelo Salese | 2012-01-29 | 59 | -1665/+1665 |
| * | Keep u7 compatible while we wait for Aaron (nw) |  R. Belmont | 2012-01-29 | 1 | -1/+1 |
| * | Sync with MESS (no whatsnew) |  Miodrag Milanovic | 2012-01-25 | 8 | -6/+255 |
| * | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 4 | -60/+41 |
| * | sync with MESS, it's just cleanup :) (nw) |  Miodrag Milanovic | 2012-01-24 | 1 | -1/+1 |
| * | Added DMF support in pc_dsk (no whatsnew) |  Miodrag Milanovic | 2012-01-24 | 1 | -0/+1 |
| * | mess sync (nw) |  Olivier Galibert | 2012-01-23 | 1 | -169/+298 |
| * | floppy: Do specific UI handling [O. Galibert] |  Olivier Galibert | 2012-01-23 | 4 | -5/+49 |
| * | fix compile on PPC OS X (nw) |  R. Belmont | 2012-01-22 | 1 | -0/+3 |
| * | Missing files from the last checkin (nw) |  R. Belmont | 2012-01-22 | 3 | -28/+494 |
| * | Added FLAC (lossless audio) codec support plus experimental hooks in samples ... |  R. Belmont | 2012-01-22 | 57 | -0/+33247 |
| * | fix Linux compile (nw) |  R. Belmont | 2012-01-18 | 1 | -1/+1 |
| * | tagmap is just a C++ template now. Added iterators to it as |  Aaron Giles | 2012-01-17 | 3 | -368/+170 |
| * | Add libjpeg; converted Sliver to decompress pictures on the fly [David Haywoo... |  R. Belmont | 2012-01-16 | 59 | -0/+39211 |
| * | Fix several rendering issues with artwork, introduced in the |  Aaron Giles | 2012-01-16 | 2 | -18/+23 |
| * | Clean-ups and version bumpmame0144u6 |  Angelo Salese | 2012-01-15 | 3 | -18/+18 |
| * | sync with MESS (no whatsnew) |  Miodrag Milanovic | 2012-01-15 | 1 | -4/+16 |
| * | Added new method screen_device::register_screen_bitmap which |  Aaron Giles | 2012-01-15 | 2 | -19/+12 |
| * | Cleanup of bitmap classes now that formats and bpp are dictated |  Aaron Giles | 2012-01-14 | 2 | -140/+176 |
| * | Sync with MESS, OG's work credited in MESS already (no whatsnew) |  Miodrag Milanovic | 2012-01-14 | 6 | -34/+487 |
| * | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 9 | -148/+453 |
| * | Cleanups and version bumpmame0144u5 |  Angelo Salese | 2012-01-08 | 6 | -30/+30 |
| * | typo fix (nw) |  Olivier Galibert | 2012-01-07 | 1 | -1/+1 |
| * | mess sync (nw) |  Olivier Galibert | 2012-01-07 | 6 | -3/+302 |
| * | Placeholders. |  Olivier Galibert | 2012-01-07 | 2 | -0/+0 |
| * | OS/2 updates [KO Myung-Hun] |  R. Belmont | 2012-01-05 | 1 | -0/+7 |