summaryrefslogtreecommitdiffstatshomepage
path: root/hlsl
diff options
context:
space:
mode:
Diffstat (limited to 'hlsl')
0 files changed, 0 insertions, 0 deletions
mit/src/mame/drivers/deco32.c?id=d041766ee8ef7f18e093c50eac6692b3e1c01167'>From: Mamesick [mailto:mamesick@libero.it] Aaron Giles2009-01-291-0/+2 * From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-141-4/+4 * From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1 * From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1 * Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1 * Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1 * WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-50/+50 * Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-13/+13 * Major cpuintrf changes: Aaron Giles2008-11-101-10/+10 * structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-111-2/+2 * This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-5/+5 * Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-10/+10 * Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-7/+7 * NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-28/+28 * Removed ancient /* audio CPU */ comments that were remnants Aaron Giles2008-07-301-1/+1 * Region classes go bye-bye. Aaron Giles2008-07-281-165/+165 * Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-217/+216 * Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-19/+14 * Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-7/+7 * Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-21/+21 * Changed direct access EEPROM interface to return the "bus width" of the Aaron Giles2008-07-171-3/+2 * From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-24/+24 * From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-48/+48 * From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-1/+1 * From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-3/+1 * Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-18/+18 * From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-7/+7 * From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+3 * Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-5/+5 * Renamed input port functions: Aaron Giles2008-04-061-20/+20 * Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-4/+4 * New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-4/+4 * - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-1/+1 * Replaced the following macros (SMH == static memory handler)