summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/hd63484.c
Commit message (Expand)AuthorAgeFilesLines
* hd63484: updated to use inline configs. nw. Fabio Priuli2014-04-091-22/+2
* Some changes/corrections to device descriptions from MASH (nw) Scott Stone2014-03-311-1/+1
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* Fix for bug MT05327.(nw) Ivan Vangelista2013-10-131-1/+0
* Modernized video/hd63484.c. This should be merged with video/h63484.c. (nw) Ivan Vangelista2013-08-271-448/+432
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-0/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-80/+78
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-5/+5
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-5/+5
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-14/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+38
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-301-6/+11
* removed some unnecessary statements reported by cppcheck (no whatsnew) Oliver Stöneberg2012-08-041-1/+1
* Minor documentation... Roberto Fresca2012-06-121-0/+1
* More commands implemented Angelo Salese2011-09-131-2/+2
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-4/+4
* GCC 4.6 "Variable assigned but not used" fixes part 7 (no whatsnew) R. Belmont2011-05-301-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-5/+5
* BIG update. Aaron Giles2011-03-291-4/+4
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-3/+3
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-311-15/+15
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+5
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-2/+2
* hooked up (with a hack) gfx rom in hd63484 memory map Roberto Zandona2010-02-071-0/+8
* Cleanups and version bump. Aaron Giles2010-01-281-11/+11
* Some clean-ups... :) Roberto Fresca2010-01-261-4/+5
* Moved HD63484 ACRTC device from mame/video to emu/video. Roberto Fresca2010-01-261-0/+1579