summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/plygonet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-8/+8
* Ok, this is The Big One. Aaron Giles2009-02-111-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-1/+1
* Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner) Andrew Gardner2008-12-211-18/+16
* Fixed update_handler for the dsp56k and polygonet. [Andrew Gardner] Andrew Gardner2008-12-211-7/+17
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* Pointer-ified the dsp56k cpu core. [Andrew Gardner] Andrew Gardner2008-12-121-26/+26
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-3/+3
* Adding the latest "what we know" to the plygonet driver. Credit Phil Bennett. R. Belmont2008-11-241-13/+47
* From: Atari Ace Aaron Giles2008-11-241-1/+0
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-4/+4
* Significantly pared down the 68k core. Merged outer MAME shell Aaron Giles2008-11-171-1/+1
* 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-10/+10
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner, PhilB, RBelmont) Andrew Gardner2008-11-081-14/+14
* Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner) Andrew Gardner2008-10-301-1/+1
* plygonet: Fixed text layer emulation and visible area. FBI logo and color te... R. Belmont2008-10-301-1/+1
* plygonet improvements R. Belmont2008-10-291-11/+20
* plygonet: set visible area to something more reasonable. R. Belmont2008-10-291-1/+1
* Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner) Andrew Gardner2008-10-281-9/+21
* Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner) Andrew Gardner2008-10-271-2/+1
* Cleanups and version bump.mame0128u1 Aaron Giles2008-10-231-8/+8
* Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner) Andrew Gardner2008-10-221-5/+25
* Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner) Andrew Gardner2008-10-191-94/+209
* Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner) Andrew Gardner2008-10-181-2/+2
* 01867: plygonet: Duplicated Inputs R. Belmont2008-10-121-49/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-261-1/+1
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-5/+5
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-5/+5
* Cleanups/version bump.mame0126u3 Aaron Giles2008-07-311-11/+11
* Region classes go bye-bye. Aaron Giles2008-07-281-8/+8
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-10/+10
* DSP56156 CPU Core updates. Andrew Gardner2008-07-281-400/+176
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-3/+3
* 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-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-7/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-6/+6
* Fixed remaining input port bit conflicts. Aaron Giles2008-06-051-0/+1
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-8/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+1
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-6/+6
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-3/+3
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-3/+3