summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/gb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-5/+5
* Checkpoint 2: Alex W. Jackson2014-03-151-2/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+4
* Moved rest of console slot devices to bus folder (nw) Miodrag Milanovic2014-03-101-2/+2
* MCFG_DEVICE_REMOVE("palette") replaced with proper MCFG_PALETTE_MODIFY (nw) Miodrag Milanovic2014-03-071-4/+4
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-15/+21
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+2
* (MESS) gbcolor: fixed heavy gfx regression caused by my conversion Fabio Priuli2014-01-291-1/+1
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-4/+4
* (MESS) gb: misc lcd & includes cleanups. nw. Fabio Priuli2013-06-241-5/+72
* (MESS) gameboy: converted the various LCD types (DMG, MGB, CGB...) to be devi... Fabio Priuli2013-06-231-13/+26
* (MESS) marked Game Boy, Game Boy Color, Game Boy Advance, Game Gear, Intelliv... Fabio Priuli2013-06-081-6/+6
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* (MESS) gameboy: modernized sound emulation and added save state [Fabio Priuli] Fabio Priuli2013-05-181-32/+32
* (MESS) gameboy/gbcolor: simplified video code by reducing the number of memor... Fabio Priuli2013-05-101-0/+1
* Went through Nintendo drivers and like for the nes earlier, made using the de... Scott Stone2013-04-251-2/+2
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-2/+2
* reduced direct accesses to cart devices (systems should eventually only inter... Fabio Priuli2013-03-141-20/+22
* (MESS) gameboy: added emulation of Rockman 8 pirate cart by Yong Yong. [Fabio... Fabio Priuli2013-03-011-11/+26
* (MESS) megaduck: Hookup software list. (nw) Wilbert Pol2013-02-281-0/+1
* (MESS) gb.c: attempt in emulating protection for Chong Wu Xiao Jing Ling/Poke... Fabio Priuli2013-02-261-0/+1
* (MESS) gameboy.c: fixed cart type for MBC1 collection games, promoting Bomber... Fabio Priuli2013-02-231-51/+29
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* (MESS) gb.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-091-3/+3
* (MESS) gb.c: many updates to cart handling [Fabio Priuli] Fabio Priuli2013-02-071-51/+159
* Getting rid of DEVICE_IMAGE_START (nw) Wilbert Pol2013-02-061-8/+6
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-5/+5
* Changed LR35902 configuration and tagmap lookup reduction for gameboy.c (nw) Wilbert Pol2013-01-311-11/+12
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-73/+73
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-14/+14
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+742