summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/peplus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-7/+7
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-117/+117
* BIG update. Aaron Giles2011-03-291-51/+51
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-127/+141
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-20/+20
* Couple more NVRAM handlers gone. Aaron Giles2010-09-141-31/+10
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-4/+19
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* turned i2cmem into a c++ device & ditched the unused legacy device. smf-2010-07-071-19/+21
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-5/+5
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Fixed out-of-bounds array accesses in the peplus and videopkr drivers [Oliver... Phil Bennett2009-11-161-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* Added default input mappings for gambling / poker / slot games. Converted man... Fabio Priuli2009-08-021-12/+11
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-24/+24
* [MC6845] Refactored to use devcb and added cursor callback (for MESS). Curt Coder2009-06-111-6/+7
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+1
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Fixed Mantis 02382. (peke1012: Bad ROM dump causes graphics glitches) Jim Stolis2009-03-271-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-6/+6
* fix stray "maincpu" to "main" reversion in the last peplus.c submission. Brian Troha2009-02-251-2/+2
* New Clone added: 10's or Better (Player's Edge Plus driver) Brian Troha2009-02-251-1/+21
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-27/+27
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+4
* New games added or promoted from NOT_WORKING status Jim Stolis2009-02-031-0/+19
* Changes to peplus driver: Jim Stolis2009-01-091-101/+166
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-3/+1
* Hi mamedev, Aaron Giles2008-12-161-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-4/+4
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-9/+9