summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/vboy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-16/+17
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-4/+4
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* (MESS) vboy : added fullpath support for small homebrews (nw) Robbbert2013-10-071-10/+17
* (MESS) vboy.c: improved loading from fullpath for non-2MB carts. [Fabio Priuli] Fabio Priuli2013-10-071-1/+17
* Went through Nintendo drivers and like for the nes earlier, made using the de... Scott Stone2013-04-251-2/+2
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-9/+8
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* ficed several occurances of uninitialized memory (nw) Oliver Stöneberg2013-03-091-0/+1
* Fixed Virtual Boy regression with Red Alarm & Space Invaders Angelo Salese2013-02-131-4/+4
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-9/+8
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+3
* machine_notify_delegate modernization (nw) Miodrag Milanovic2013-02-041-7/+6
* vboy: create flipped copies of tiles when data is written in order to simplif... David Haywood2013-01-191-88/+71
* optimize simple draw cases with some early bail outs - mariocla intro (nw) David Haywood2013-01-191-6/+14
* cleanup (nw) David Haywood2013-01-191-5/+0
* vboy - optimize a bit, eg bound high ingame (nw) David Haywood2013-01-191-53/+65
* also bounds check most of the array accesses in vboy, rules out memory corrup... David Haywood2013-01-191-134/+139
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-5/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-182/+182
* Simplified IRQ routine on PC Engine CD Angelo Salese2013-01-031-1/+1
* (MESS) vboy.c: simplified SRAM handling with softlists. no whatsnew. Fabio Priuli2012-09-281-37/+4
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-17/+17
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-13/+13
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-24/+24
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-5/+3
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-4/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-47/+44
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-5/+5
* 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
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-2/+2
* Some NVRAM hooks Angelo Salese2012-08-241-5/+1
* Hooked up NVRAM loading/saving Angelo Salese2012-08-241-6/+119
* (MESS) Virtual Boy: correct timer handling, gives proper sound/music. [R. Bel... R. Belmont2012-08-241-36/+71
* fb flag fixes Angelo Salese2012-08-241-7/+6
* Commented out code for hooking up the fb Angelo Salese2012-08-241-18/+57
* (MESS) Fixed H-Bias effects, fixing in particular a video bug with Teleroboxe... Angelo Salese2012-08-241-8/+7
* Implemented remaining BSU opcodes in V810 CPU core [Angelo Salese] Angelo Salese2012-08-231-20/+42
* Testing the new SVN Angelo Salese2012-08-211-1/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1284