summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jpmimpct.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1757/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-18/+18
* update for Philip Bennett (nw) Miodrag Milanovic2015-05-181-2/+2
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-2/+2
* Significant change to Stepper motor device behaviour, using devcb2 interfaces. James Wallace2014-12-191-19/+12
* Attempt at fixing the new Stepper device to load correctly for AWP games. Thi... James Wallace2014-12-171-0/+14
* Convert steppers to device_t Ramiro Polla2014-12-151-24/+18
* tms340x0_device: converted to use inline config, devcb and delegates. (nw) Ivan Vangelista2014-09-241-18/+10
* tms34010: Modernised cpu core. (nw) Wilbert Pol2014-07-031-2/+2
* Fix regression of jpmimpct drivers (nw) Scott Stone2014-04-231-1/+1
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-11/+6
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-2/+2
* BFM BD1 and ROC10937 now have proper device line accessors for the clock (scl... James Wallace2014-04-111-16/+3
* Added support for the Samsung 16LF01 series of VFDs (a Rockwell clone with di... James Wallace2014-04-081-1/+1
* Moved MPU4 Test Program 4 to the MOD4 driver, still needs some work on the ti... James Wallace2014-03-291-1/+1
* make the TMS34010 a bit safer when 8-bit writes are used (Megaphoenix does th... David Haywood2014-03-181-17/+1
* some more legacy stuff removed (nw) Miodrag Milanovic2014-03-161-3/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* placed some of screen update functions in tms34010 cpu core classes Miodrag Milanovic2013-07-251-2/+1
* moved some legacy stuff from screen.h to scrlegcy.h (nw) Oliver Stöneberg2013-07-161-0/+1
* Modernized the upd7759 sound chip. [Osso] Scott Stone2013-07-121-7/+6
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-13/+13
* upd7759_device tag lookup removal (nw) Miodrag Milanovic2013-04-131-9/+6
* changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* Modernization of drivers part 9 (no whatsnew) Miodrag Milanovic2013-02-081-7/+6
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-57/+57
* Money Spider is also an Impact Video game, likewise missing stuff (nw) David Haywood2012-12-031-0/+14
* Buzzundrum runs on the Impact Video board so move it (unsurprisingly we're mi... David Haywood2012-12-031-3/+15
* current impact (nw) David Haywood2012-12-031-2/+1
* bit more sorting / identifying in jpmimpct (nw) David Haywood2012-12-021-51/+55
* various fruit machine re-org for some futher work, including identifying some... David Haywood2012-12-021-3952/+5
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-2/+2
* fix for j6ewndg regression (nw) Miodrag Milanovic2012-10-291-0/+3
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-8/+7
* New NOT WORKING Game James Wallace2012-09-181-1/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-41/+37
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Jpm -> JPM Michaël Banaan Ananas2012-08-201-133/+133
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-241/+241
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-238/+238
* Revert r17106 (before spaces changed to _). The following revisions should b... Scott Stone2012-08-031-16/+16
* Never underestimate the power of regex... (nw) James Wallace2012-08-031-16/+16
* ROC10937 converted to a modern device - still needs proper character clock ti... James Wallace2012-07-151-11/+8
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-39/+38
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-17/+17