summaryrefslogtreecommitdiffstatshomepage
path: root/src/build (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-113-39/+39
* added resources and icon for UME / added UME support to verinfo and updated t... Oliver Stöneberg2012-09-201-1/+15
* (MESS) fixed resource data of Windows executable [Oliver Stöneberg] Oliver Stöneberg2012-09-171-19/+5
* First pass at modernizing struct definitions. Aaron Giles2012-09-152-6/+3
* oops, looks like it needs to be before the qsort or "bad things happen". but ... smf-2012-08-161-3/+3
* add ___empty after sorting, the count is correct now and the check for no dri... smf-2012-08-161-3/+3
* Move driver list/enumerator to new file drivenum.c/.h. Aaron Giles2012-04-061-0/+1
* - removed need for *_dev.lst files [Miodrag Milanovic] Miodrag Milanovic2012-02-232-285/+0
* tagmap is just a C++ template now. Added iterators to it as Aaron Giles2012-01-171-6/+7
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-13/+10
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-236/+165
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-13/+13
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-17/+18
* Support for ignoring item in lst files (no whatsnew) Miodrag Milanovic2011-11-302-6/+77
* Clean-ups and version bumpmame0143u3 Angelo Salese2011-08-142-4/+4
* - Updated romload so devices are loaded from separate files [Miodrag Milanovic] Miodrag Milanovic2011-08-022-0/+250
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-312-1/+4
* Fixes for variable shadowing [Oliver Stöneberg] R. Belmont2011-07-211-6/+6
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-2/+2
* (Finally found the time to finish this....) Aaron Giles2011-05-301-36/+37
* Fixed Sega Saturn / ST-V start-up crash that was happening on some ends [Oliv... Angelo Salese2011-05-261-1/+1
* Cleanups and version bumpmame0142u4 Angelo Salese2011-05-241-2/+2
* Updated makelist to be able to import list items from more files (no whatsnew) Miodrag Milanovic2011-05-131-40/+69
* Cleanups again Angelo Salese2011-04-181-16/+16
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-132-0/+220
* Fix a bug in makedep which will caused includes on the first line of the file... Couriersud2011-01-181-1/+5
* makedep now ignores "-include" which is used by sdlmame to include sdlprefix.... Couriersud2011-01-031-0/+6
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-13/+13
* Compile fix for makedep.c Scott Stone2010-09-141-1/+0
* New build tool makedep.c, derived from src2html.c (really!). Aaron Giles2010-09-142-9/+578
* png2bdc.c: When the usage is printed, the name displayed was Fabio Priuli2010-03-171-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-251-3/+5
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-05-282-0/+6
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-0/+1
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-123-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-261-2/+0
* - revert commit 1566 Laurent Desnogues2008-05-131-3/+3
* - don't use $(LIBS) for linking where it's not needed (hope I did not break Laurent Desnogues2008-05-131-3/+3
* Cleanups and version bump.mame0123u4 Aaron Giles2008-03-061-1/+1
* Added macros to define device functions. Updated existing devices Aaron Giles2008-03-011-20/+24
* Spacing and version bump.mame0123u3 Aaron Giles2008-02-281-3/+3
* Makefile & build system update: Couriersud2008-02-212-42/+85
* From Atari Ace: Zsolt Vasvari2008-02-181-3/+3
* Fix build with external zlib. R. Belmont2008-02-151-1/+1
* Changed VERINFO to build always. All tools in build should build for all plat... Aaron Giles2008-02-131-2/+2
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-3/+5
* png2bdc.c: Couriersud2008-02-052-3/+2
* src/build: Couriersud2008-02-053-8/+10
* makefiles: Couriersud2008-02-052-1/+261