summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/peplus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-159/+159
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-2/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-23/+23
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-27/+25
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-8/+8
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-1/+1
* Added IGT ID-023 Protocol to driver. This additional DBV protocol allows all... Jim Stolis2012-08-281-39/+161
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-7/+7
* Added missing pulses to IDO22 DBV protocol and included additional documentat... Jim Stolis2012-08-141-3/+43
* Moved DBV Bill Choices from Dip Settings to Driver Configuration to avoid con... Jim Stolis2012-08-101-8/+8
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-17/+17
* Added dollar bill validator (DBV) to emulate IGT's IDO22 pulse protocol. All... Jim Stolis2012-08-091-5/+129
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-24/+24
* firewave's patch fixes more !-operator warnings Michaƫl Banaan Ananas2012-07-281-1/+1
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-37/+42
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-6/+6
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Remove color_prom parameter from PALETTE_INIT. Added code where Aaron Giles2012-04-121-0/+1
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-27/+27
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-25/+25
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-21/+30
* modernization of some CUSTOM_INPUT's (no whatsnew) Miodrag Milanovic2012-04-091-12/+13
* little cleanup (no whatsnew) Miodrag Milanovic2012-04-031-1/+1
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-88/+96
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-9/+9
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-22/+22
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-2/+2
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* 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