summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jpmimpct.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-5/+5
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-5/+5
* (nw) jpmimpct : output finder Robbbert2018-04-101-39/+41
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-30/+30
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* meters.cpp: Initial device-ification, fixes MT06117 (nw) Ivan Vangelista2016-01-051-1/+4
* update for Philip Bennett (nw) Miodrag Milanovic2015-05-181-2/+2
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Attempt at fixing the new Stepper device to load correctly for AWP games. Thi... James Wallace2014-12-171-6/+6
* Convert steppers to device_t Ramiro Polla2014-12-151-1/+21
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
* tms340x0_device: converted to use inline config, devcb and delegates. (nw) Ivan Vangelista2014-09-241-7/+6
* Added support for the Samsung 16LF01 series of VFDs (a Rockwell clone with di... James Wallace2014-04-081-1/+1
* make the TMS34010 a bit safer when 8-bit writes are used (Megaphoenix does th... David Haywood2014-03-181-2/+0
* fixed validation (nw) Miodrag Milanovic2014-03-161-1/+1
* some more legacy stuff removed (nw) Miodrag Milanovic2014-03-161-1/+3
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* upd7759_device tag lookup removal (nw) Miodrag Milanovic2013-04-131-1/+4
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* Modernization of drivers part 9 (no whatsnew) Miodrag Milanovic2013-02-081-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
* current impact (nw) David Haywood2012-12-031-1/+1
* various fruit machine re-org for some futher work, including identifying some... David Haywood2012-12-021-0/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-4/+0
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+6
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+1
* ROC10937 converted to a modern device - still needs proper character clock ti... James Wallace2012-07-151-1/+3
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+7
* Fix most reported errors. Aaron Giles2012-04-161-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-2/+3
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+18
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Fixed NAR timing in OKIM6376 to match datasheet figures. [J. Wallace] Angelo Salese2011-06-191-0/+6
* 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-11/+11
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-2/+65
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-3/+3