summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/pokemini.c
Commit message (Expand)AuthorAgeFilesLines
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-1/+1
* (MESS) pokemini.c: Cleanups (nw) Wilbert Pol2013-01-261-104/+101
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-131/+130
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-239/+237
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-139/+130
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-39/+39
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-5/+5
* removed local macros since macros with same name but different syntax will be... Miodrag Milanovic2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-6/+6
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-7/+7
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1585