summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/hd61830.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-535/+0
* removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-071-3/+0
* more devfind: [Alex Jackson] Alex W. Jackson2014-10-171-2/+2
* Some changes/corrections to device descriptions from MASH (nw) Scott Stone2014-04-071-1/+1
* hd61830: added bitmap bounds checking, fixes nbmj8688 LCD games crash/assert ... mahlemiut2014-03-211-4/+7
* added assert for nbmj8688.c AddressSanitizer heap-buffer-overflow (nw) Oliver Stöneberg2014-03-201-0/+2
* hd61830: made character mode also work in 16-bit chunks. Fixes text display ... mahlemiut2014-03-111-5/+9
* hunter2: set video dimensions to something somewhat sane mahlemiut2014-03-071-10/+12
* (MAME) nbmj8688: Refactored to use HD61830 device. [Curt Coder] Curt Coder2014-03-061-4/+4
* hd61830: devcb2. (nw) Curt Coder2014-03-051-82/+43
* License tags. (nw) Curt Coder2013-10-161-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-2/+1
* fixed uninitialozed member in src/emu/video/hd61830.c (nw) Oliver Stöneberg2013-03-091-0/+1
* fixed uninitialized member in src/emu/video/hd61830.c (nw) Oliver Stöneberg2013-02-221-0/+1
* hd61830.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-101-2/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-12/+12
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-5/+6
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-8/+8
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-6/+6
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-3/+3
* - Updated romload so devices are loaded from separate files [Miodrag Milanovic] Miodrag Milanovic2011-08-021-1/+1
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-76/+38
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-1/+1
* Move overridable device->rom_region(), device->machine_config_additions(), and Aaron Giles2011-03-301-1/+1
* BIG update. Aaron Giles2011-03-291-2/+2
* Imported some common C++ devices from MESS to emu folder. Curt Coder2011-03-281-0/+600