summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/smc777.c
Commit message (Expand)AuthorAgeFilesLines
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-2/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-8/+8
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-10/+10
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-5/+5
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-15/+15
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-12/+12
* Memory handler normalization, part 1. Aaron Giles2012-09-171-8/+8
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-16/+14
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-5/+5
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-1/+1
* Continuing new device implementation for SN76496 and clones - bbc.c, mycom.c,... Scott Stone2012-09-051-4/+26
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1124