summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/common/entry/entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/examples/common/entry/entry.cpp')
0 files changed, 0 insertions, 0 deletions
s=13&d=retro' /> Aaron Giles2011-03-271-1/+1 * Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-1/+1 * Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1 * MDRV_* -> MCFG_* Aaron Giles2010-12-311-19/+19 * Update driver-specific sound devices to use tokens and store Aaron Giles2010-10-141-3/+3 * Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1 * Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2 * Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1 * Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-1/+1 * Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1 * Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1 * Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2 * New games added mariuszw12009-08-271-2/+20 * Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2 * A last round of number-to-tag changes, for the moment (I don't want to confli... Fabio Priuli2009-04-281-1/+1 * More memory map merging. Aaron Giles2009-03-301-9/+4 * Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6 * Ok, this is The Big One. Aaron Giles2009-02-111-7/+1 * Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-23/+3 * From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1 * Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1 * Fix more warnings drivers[s-z]* Couriersud2008-11-151-1/+3 * From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-26/+1 * Dear Aaron, Aaron Giles2008-11-081-0/+19 * Adjusted tags in drivers to meet conformity checks. Promoted checks to Aaron Giles2008-09-101-1/+1 * The meager beginning of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-08-311-10/+6 * Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-1/+1 * From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-19/+20 * Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-2/+2 * From: f205v [mailto:f205v@mail.mdsnet.it] Aaron Giles2008-08-061-0/+19 * NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-3/+3 * Region classes go bye-bye. Aaron Giles2008-07-281-3/+3 * Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-5/+5 * Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1 * Tagged all the first CPUs for drivers (mostly as "main").