summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/gamecom.c
Commit message (Expand)AuthorAgeFilesLines
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* Timer divider is supposed to be vs. the master clock, makes things to be a bi... Angelo Salese2013-10-231-2/+2
* Improved i/o handling a bit Angelo Salese2013-10-231-82/+90
* Hooked DAC writes, now Game.com greets you with a very low pitched "Game Com"... Angelo Salese2013-10-231-0/+9
* Rather crude h/v blank params, to be improved, nw Angelo Salese2013-10-231-0/+60
* more cleanup (nw) Miodrag Milanovic2013-04-141-20/+18
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+2
* sm8500: Converted to C++ (nw) Wilbert Pol2013-01-301-112/+120
* (MESS) gamecom.c: A few cleanups (nw) Wilbert Pol2013-01-251-18/+30
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-19/+18
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+8
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-4/+4
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-1/+1
* 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/+637