summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cesclass.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+3
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-3/+3
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-3/+3
* Fixed some recent vblank port related regressions (no whatsnew) Miodrag Milanovic2012-05-051-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-2/+2
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-2/+2
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-4/+4
* Removed ADDRESS_MAP_MODERN define (no whatsnew) Miodrag Milanovic2012-04-011-1/+0
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+4
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-2/+2
* cleanups and version bumpmame0144u3 Angelo Salese2011-12-141-12/+12
* Improved driver, games are currently sort of playable Angelo Salese2011-12-051-24/+159
* Added basic video part to CES Classic driver [Angelo Salese] Angelo Salese2011-12-041-57/+39
* Clean-ups and version bumpmame0144u2 Angelo Salese2011-12-041-3/+3
* Converted Beezer to proper vertical screen orientation, being originally a Ga... Angelo Salese2011-12-031-1/+0
* Lost some time on CES Classic HW, just to realize it's a pinball system ... Angelo Salese2011-12-031-7/+86
* Clean-ups and version bumpmame0144u1 Angelo Salese2011-11-271-4/+4
* modernized address maps for most skeleton drivers [Fabio Priuli] Fabio Priuli2011-11-181-9/+24
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* cleanups, this time for good Angelo Salese2011-04-171-2/+2
* New games marked as NOT_WORKING mariuszw12011-04-121-0/+89