summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/orion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/orion.h')
0 files changed, 0 insertions, 0 deletions
le='2014-05-06 17:37:43 +0000'>2014-05-061-25/+6 * z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-10/+2 * primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-6/+6 * Removed SOUND_RESET legacy MACRO. (nw) Ivan Vangelista2013-10-291-54/+51 * Removed SOUND_START legacy MACRO. Added SOUND_START_MEMBER and SOUND_RESET_ME... Ivan Vangelista2013-10-271-27/+11 * Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2 * moved some legacy macros from driver.h to drivlgcy.h (nw) Oliver Stöneberg2013-07-151-0/+1 * modernised TMS5220 [smf] smf-2013-05-141-1/+1 * modernised the AY8910 [smf] smf-2013-05-121-6/+6 * small cleanup (nw) Miodrag Milanovic2013-05-081-10/+10 * save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-10/+10 * changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-1/+1 * Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-95/+95 * Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-20/+17 * Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1 * In some of the READ/WRITE_DEVICE*_HANDLERS, use space instead