summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/highvdeo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1644/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-2/+2
* Update for Mirko Buffoni and some shared (nw) Miodrag Milanovic2015-05-121-1/+1
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
* fix newmcard / record palette regression from RAMDAC device conversion (nw) David Haywood2014-08-081-2/+2
* These aren't needed anymore (nw) Ivan Vangelista2014-06-091-1/+0
* Hooked up RAMDAC device to following drivers [Angelo Salese]: Angelo Salese2014-06-081-37/+19
* galpani3.c, highvdeo.c, igs_m027.c, majorpkr.c: fix generic_paletteram regres... Alex W. Jackson2014-04-301-24/+9
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* New games added or promoted from NOT_WORKING status Roberto Fresca2014-03-011-17/+213
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-6/+6
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* i186: Added internal clock divider. [Curt Coder] Curt Coder2013-10-191-1/+1
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* i186: move 80186 peripherals into the cpu [Carl] cracyc2013-08-191-3/+9
* Modernized galeco, okim6376, vr0video, mb87078, snk6502 devices. [Osso] Scott Stone2013-07-251-5/+5
* oki tag lookup removal (nw) Miodrag Milanovic2013-04-121-10/+8
* changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* added m_maincpu where missing in driver classes that are placed in drivers (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-29/+29
* New York Joker: Added inputs, outputs, button-lamps, sound, coin and Roberto Fresca2013-02-101-123/+112
* new NOT WORKING David Haywood2013-02-021-21/+215
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-10/+10
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-5/+6
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-9/+9
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-16/+16
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-12/+12
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-11/+19
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-4/+4
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-3/+3
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-3/+3
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-3/+3
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-3/+3
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-7/+8
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-3/+3
* MAME going modern part 4 (no whatsnew) Miodrag Milanovic2012-04-031-91/+105
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-44/+44
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-44/+44
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-10/+10
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-3/+3