summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tecmosys.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Part 5 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-031-26/+17
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-38/+37
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-8/+8
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-1/+1
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-2/+2
* Removed ancient /* audio CPU */ comments that were remnants Aaron Giles2008-07-301-1/+0
* Region classes go bye-bye. Aaron Giles2008-07-281-35/+35
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-48/+40
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-11/+11
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-8/+7
* Some frequency tweaks. Yasuhiro Ogawa2008-06-171-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-4/+4
* Cleanups/version bump.mame0125u4 Aaron Giles2008-06-051-19/+19
* tecmosys / tkdensha> fixed rom loading for sound banking (was just crashing w... davidhay2008-06-031-2/+2
* tecmosys> added blending used by deroon playfield.. probably not optimal code... davidhay2008-06-031-41/+129
* Added earlier revision of Angel Eyes. Increased watchdog config to work close... Tomasz Slanina2008-06-031-2/+52
* tecmosys> 6295 banking, used by tkdensho davidhay2008-06-021-1/+18
* tecmosys > fix oki6295 frequency and region davidhay2008-06-021-2/+3
* possible fix for angel eyes resets davidhay2008-06-021-10/+6
* I've decided to mark Deroon DeroDero as working. davidhay2008-06-011-12/+15
* tecmosys> left some debug stuff enabled last time, sorry davidhay2008-06-011-12/+34
* tecmosys> correct GFX rom, added 'hack' to cause scroll values to get updated... davidhay2008-06-011-51/+88
* tecmosys.c > found a place where y flip is used and enabled it. changed comm... davidhay2008-06-011-8/+8
* tecmosys> added basic sprite zooming davidhay2008-05-311-13/+17
* tecmosys.c> improved sprite priority handling. davidhay2008-05-311-25/+50
* optimized tecmosys.c a bit after testing it on a lower end system ;-) davidhay2008-05-311-9/+46
* tecmosys> added sprite xflip (needed by tkdensho) cleaned up notes a bit (men... davidhay2008-05-311-53/+86
* tecmosys: added sprite buffering / list select so that sprites render properl... davidhay2008-05-311-2/+10
* current progress, including marking a sprite ROM as a bad dump, i'm 99% sure ... davidhay2008-05-311-25/+104
* fix non-debug compile of tecmosys.c davidhay2008-05-311-0/+1
* fixed tkdensho gfx rom loading davidhay2008-05-301-39/+34
* and again tecmosys video current progress (i should remember to hit save befo... davidhay2008-05-301-3/+5
* current tecmosys video progress davidhay2008-05-301-32/+93
* from nuapete - tecmosys protection simulation davidhay2008-05-301-243/+173
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-3/+2
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-2/+2
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-2/+2
* Added Guru-readme. Curt Coder2008-03-161-3/+72
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-32/+32
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-2/+2
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-2/+2
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+6
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-1/+1