summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/intv.c
Commit message (Expand)AuthorAgeFilesLines
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-3/+3
* fixed buffer overflow in src/mess/machine/intv.c detected by AddressSanitizer... Oliver Stöneberg2013-07-191-1/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-9/+9
* bye bye silly terminator errors... nw. Fabio Priuli2013-05-301-5/+5
* (MESS) intv.c: added support for save states to all systems of this driver. [... Fabio Priuli2013-05-261-84/+139
* (MESS) intv: converted the STIC video chip emulation to be a device. [Fabio P... Fabio Priuli2013-05-261-24/+31
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-3/+2
* [MT05141] Fixed intvkbd from crashing when trying to mount a software list en... Wilbert Pol2013-02-131-3/+8
* (MESS) intv.c: Missed these (nw) Wilbert Pol2013-02-131-5/+4
* (MESS) intv.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-121-78/+76
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-14/+14
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-12/+10
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-5/+5
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-13/+12
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-10/+10
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-15/+14
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-9/+9
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* 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-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+853