summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m10.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1050/+0
* Revert "Set some screens to ROT270 (nw)" Miodrag Milanovic2015-10-121-2/+0
* Set some screens to ROT270 (nw) Miodrag Milanovic2015-10-111-0/+2
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-7/+7
* Update for Lee Taylor and Paul Swan (nw) Miodrag Milanovic2015-05-261-1/+1
* synced credits where it make sense (nw) Miodrag Milanovic2015-05-261-1/+1
* 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
* samples_device: converted to use inline config and delegates. Will probably n... Ivan Vangelista2014-09-041-9/+6
* ttl74123_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-26/+17
* some small cleanup (nw) Miodrag Milanovic2014-03-211-10/+6
* Checkpoint 2: Alex W. Jackson2014-03-151-2/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-5/+5
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-2/+2
* m10.c: Fix crash; also fix flipscreen [Alex Jackson] Alex W. Jackson2014-02-171-6/+7
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Some cleanups of remaining machine->primary_screen references in drivers. Mostly Aaron Giles2013-08-051-1/+1
* Bulk removal of machine().primary_screen references from MAME drivers, in Aaron Giles2013-08-051-6/+6
* Eliminate some of MAME's anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-151-4/+15
* fixed DEBUG macro redefinition in src/mame/drivers/m10.c (nw) Oliver Stöneberg2013-04-251-8/+8
* samples change to find in constructor (nw) Miodrag Milanovic2013-04-141-1/+0
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-1/+0
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-6/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-50/+50
* rm misplaced irem head on pcb info, it already is on top of the m10.c driver ... Michaël Banaan Ananas2012-09-271-0/+15
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-10/+8
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-9/+8
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-3/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-11/+11
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-8/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-24/+22
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-10/+10
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-11/+9
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-7/+7
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-6/+6
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-15/+15
* Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-7/+6
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-5/+5
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-73/+66
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-15/+15
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-23/+23
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-191-26/+24
* Various wav/flac sample changes: [David Haywood] Angelo Salese2012-02-031-10/+10
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+2
* 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
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-72/+72