summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/megasys1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-17/+17
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-11/+11
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-97/+97
* Remaining regressions. Aaron Giles2009-02-171-3/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-44/+30
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-2/+2
* From: abcd efgh [cix_999@yahoo.it] Aaron Giles2009-01-151-1182/+1010
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-141-5/+5
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-5/+5
* Unified rom names in the Soldom sets. Most Jaleco Mega Sys 1 rom labels were... Brian Troha2008-11-231-11/+11
* replace soldam roms with verified dump. davidhay2008-11-231-4/+4
* adds soldam clone davidhay2008-11-231-4/+48
* Another big one. Aaron Giles2008-11-201-5/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-16/+16
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-13/+13
* Cleanups and version bump.mame0128u1 Aaron Giles2008-10-231-1/+1
* replace monkelf prom with one from the bootleg board davidhay2008-10-191-1/+3
* Part 9 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-071-12/+4
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-21/+21
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-668/+733
* 02119: cischeat, bigrun: no sound Aaron Giles2008-08-191-29/+29
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-5/+5
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-5/+5
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-30/+30
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-272/+265
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-9/+9
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-16/+16
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-4/+4
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-102/+102
* Fixed several regressions due to the region changes. Aaron Giles2008-07-301-10/+10
* Removed ancient /* audio CPU */ comments that were remnants Aaron Giles2008-07-301-1/+0
* Region classes go bye-bye. Aaron Giles2008-07-281-301/+301
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-318/+318
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-6/+5
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-5/+5
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-9/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-19/+19
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-18/+0
* puts monkyelf in megasys1.c... not working because it doesn't use the origina... davidhay2008-06-031-0/+86
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+2
* AY-3-8910 rewrite: Couriersud2008-04-221-4/+5
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-7/+7
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-6/+4
* Renamed input port functions: Aaron Giles2008-04-061-8/+8
* 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