summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/gb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) gb.c: Reduce tagmap lookups. (nw) Wilbert Pol2014-03-231-8/+9
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* (MESS) gb: misc lcd & includes cleanups. nw. Fabio Priuli2013-06-241-5/+1
* (MESS) gameboy: converted the various LCD types (DMG, MGB, CGB...) to be devi... Fabio Priuli2013-06-231-422/+15
* fixed stupid regression in gbpocket/gblight. nw. Fabio Priuli2013-05-241-1/+1
* fix for duplicate save state registration entries (nw) Scott Stone2013-05-241-3/+1
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-13/+13
* (MESS) gameboy: modernized sound emulation and added save state [Fabio Priuli] Fabio Priuli2013-05-181-15/+14
* (MESS) gameboy/gbcolor: simplified video code by reducing the number of memor... Fabio Priuli2013-05-101-83/+120
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+2
* updated sgb_hack setup to avoid external access to m_cart. nw. Fabio Priuli2013-03-141-13/+1
* (MESS) gb.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-141-20/+20
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-2/+1
* (MESS) gb.c: Prevent array out of bound access when logging SGB packet inform... Wilbert Pol2013-02-091-1/+7
* forgot to comment out a printf... nw. Fabio Priuli2013-02-071-1/+1
* (MESS) gb.c: many updates to cart handling [Fabio Priuli] Fabio Priuli2013-02-071-1226/+38
* Getting rid of DEVICE_IMAGE_START (nw) Wilbert Pol2013-02-061-1/+1
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-17/+16
* machine_notify_delegate modernization (nw) Miodrag Milanovic2013-02-041-10/+7
* Changed LR35902 configuration and tagmap lookup reduction for gameboy.c (nw) Wilbert Pol2013-01-311-194/+186
* (MESS) gb.c: fixed support for Wisdom Tree games [Fabio Priuli] Fabio Priuli2013-01-301-1/+5
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-164/+164
* (MESS) gameboy.c: Partially implemented banking for Story of La Sa Ma. [Wilb... Wilbert Pol2012-10-151-25/+59
* (MESS) gameboy.c: Documented mappers from some more unlicensed titles (nw) Wilbert Pol2012-10-101-1/+33
* (MESS) gameboy.c: Added support for the mapper used by Sonic 3D Blast 5 pirat... Wilbert Pol2012-10-101-1/+17
* (MESS) gameboy.c: Added parsing of new software list features. Auto-detect st... Wilbert Pol2012-10-091-0/+52
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-13/+12
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-32/+32
* Memory handler normalization, part 1. Aaron Giles2012-09-171-14/+14
* (MESS) Fixed gbcolor regression. (nw) Sandro Ronco2012-09-141-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-72/+64
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-19/+19
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+2237