| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix chdman -update to leave the write protect state alone when updating |  Aaron Giles | 2009-08-02 | 2 | -3/+4 |
| * | Cleanups and version bump.mame0132u5 |  Aaron Giles | 2009-07-16 | 1 | -1/+1 |
| * | Fixed resource leak in core_fload(). |  Aaron Giles | 2009-07-16 | 1 | -0/+3 |
| * | Added basic support in bitmap.c for 64-bit indexed bitmaps. As a |  Aaron Giles | 2009-07-13 | 2 | -0/+31 |
| * | Added casts to ensure proper values are passed to the ctype.h functions. |  Aaron Giles | 2009-06-25 | 5 | -20/+21 |
| * | 'fixed' core_strwildcmp by increasing the limit from 8 to 16 characters |  smf- | 2009-03-28 | 1 | -15/+15 |
| * | V4 header format is no longer proposed. |  Aaron Giles | 2009-03-20 | 1 | -1/+1 |
| * | Cleanups and version bump. |  Aaron Giles | 2009-03-19 | 3 | -19/+19 |
| * | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -3/+3 |
| * | Added new function core_fload() to load a file into an allocated buffer. |  Aaron Giles | 2009-03-11 | 2 | -0/+44 |
| * | Moved chd_clone_metadata code into chdman.c so that it can intelligently |  Aaron Giles | 2009-03-10 | 4 | -17/+42 |
| * | Redid metadata hashing. A digest of tags and hashes for each |  Aaron Giles | 2009-03-10 | 2 | -83/+104 |
| * | NOTE: With the change, all existing CHD diff files are invalid. |  Aaron Giles | 2009-03-09 | 2 | -48/+199 |
| * | Cleanups and version bump. |  Aaron Giles | 2009-03-05 | 1 | -2/+2 |
| * | Added flags to the metadata entries, encoded in the top bit. Right now |  Aaron Giles | 2009-03-05 | 4 | -14/+49 |
| * | include stddef.h for ptrdiff_t |  Couriersud | 2009-03-01 | 1 | -0/+1 |
| * | Modified the makefile to support experimental optional C++ |  Aaron Giles | 2009-02-28 | 18 | -115/+125 |
| * | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-02-26 | 1 | -1/+1 |
| * | Cleanups and version bump.mame0129u1 |  Aaron Giles | 2009-01-15 | 1 | -2/+2 |
| * | Major drawgfx cleanup, global removal, and feature enhancements: |  Aaron Giles | 2009-01-12 | 4 | -6/+25 |
| * | romload cleanups: |  Aaron Giles | 2009-01-02 | 1 | -8/+3 |
| * | 02745: all sets using autosave: Games using autosave segfault on startup |  Aaron Giles | 2008-12-20 | 1 | -1/+1 |
| * | Fixed crash bug in DCS games. |  Aaron Giles | 2008-12-11 | 2 | -8/+14 |
| * | Cleanups/version bump/added missing drivers.mame0128u5 |  Aaron Giles | 2008-12-06 | 2 | -29/+29 |
| * | 02688: DIP switch settings are not being stored in INP files. |  Aaron Giles | 2008-12-04 | 3 | -5/+231 |
| * | Pool items are now tracked globally, and freed in reverse order |  Aaron Giles | 2008-11-26 | 1 | -43/+50 |
| * | 02456: wrong sector size at CD_TRACK_MODE2 conversion routine |  R. Belmont | 2008-10-30 | 1 | -4/+4 |
| * | Cleanups and version bump.mame0127u6 |  Aaron Giles | 2008-10-02 | 2 | -9/+9 |
| * | Simplified core deinterlacing logic based on availability of pre- |  Aaron Giles | 2008-09-29 | 2 | -2/+3 |
| * | Plumbed machine parameters through the renderer. Removed need for |  Aaron Giles | 2008-09-29 | 2 | -5/+108 |
| * | 02442: -aviwrite produces faulty files |  Aaron Giles | 2008-09-27 | 1 | -8/+8 |
| * | Changed MAKE_RGB macro to set the alpha to 255 instead of 0. Updated |  Aaron Giles | 2008-09-27 | 2 | -5/+6 |
| * | 02410: -aviwrite: files over 2 gigs sometimes get cut off |  Aaron Giles | 2008-09-27 | 1 | -2/+7 |
| * | Cleanups and version bump.mame0127u5 |  Aaron Giles | 2008-09-26 | 1 | -3/+3 |
| * | From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr] |  Aaron Giles | 2008-09-26 | 1 | -8/+24 |
| * | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-09-26 | 1 | -2/+2 |
| * | Cleanups and version bump.mame0127u4 |  Aaron Giles | 2008-09-18 | 1 | -2/+2 |
| * | Changed requirements for laserdisc CHDs to require a new chunk of |  Aaron Giles | 2008-09-18 | 3 | -1/+93 |
| * | Cleanups and version bump.mame0127u3 |  Aaron Giles | 2008-09-11 | 1 | -1/+1 |
| * | Added a core_fopen_ram_copy() call, similar to core_fopen_ram() except that it |  Nathan Woods | 2008-09-06 | 2 | -4/+38 |
| * | Cleanups and version bump.mame0127u1 |  Aaron Giles | 2008-08-28 | 1 | -1/+1 |
| * | Fixed bug when writing AVI files with more than one RIFF chunk. |  Aaron Giles | 2008-08-21 | 1 | -1/+3 |
| * | Cleanups and version bump.mame0127 |  Aaron Giles | 2008-08-19 | 1 | -2/+2 |
| * | Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code. |  Aaron Giles | 2008-08-18 | 1 | -3/+3 |
| * | Cleanups and version bump.mame0126u5 |  Aaron Giles | 2008-08-14 | 2 | -123/+123 |
| * | Added new flag to menu items: MENU_FLAG_DISABLE, which means the |  Aaron Giles | 2008-08-13 | 2 | -2/+41 |
| * | Added video level detection and reporting to ldverify. |  Aaron Giles | 2008-08-12 | 2 | -8/+0 |
| * | Rejiggered huffman.c to support multiple interleaving |  Aaron Giles | 2008-08-12 | 6 | -732/+1534 |
| * | Cleanups and version bump.mame0126u4 |  Aaron Giles | 2008-08-07 | 2 | -31/+31 |
| * | ldverify now prints transient progress to stderr, allows for frame #0, |  Aaron Giles | 2008-08-07 | 2 | -11/+99 |