summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/x68k.c
Commit message (Expand)AuthorAgeFilesLines
* more authorship (nw) cracyc2015-05-151-1/+1
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-10/+10
* Update x68k.c David Viens2014-10-201-1/+1
* (mess) x68k: don't copy so much with the crtc text copy op (nw) cracyc2014-06-131-20/+13
* upd765: implement scan data and read track [Carl] cracyc2014-06-101-1/+1
* Added some more friendly macros to help define custom palette formats (nw) Alex W. Jackson2014-06-031-1/+1
* (mess) x68k: fix text layer clear and gfx buffer mode (nw) cracyc2014-06-031-9/+8
* (mess) x68k: apply the intensity bit to fix some transparency issues and slig... cracyc2014-06-021-6/+20
* (mess) x68k: experiments in layer blending (nw) cracyc2014-06-021-6/+76
* x68k: compose the gfx and sprite/bg layers individually before drawing to the... cracyc2014-06-011-58/+88
* x68k: make screen rgb and split palette (nw) cracyc2014-05-301-35/+29
* (mess) x68k: remove trampolines and fix keyboard (nw) cracyc2014-04-211-129/+35
* gfx_elements now have a xor mask that is applied to each source bit offset wh... Alex W. Jackson2014-03-271-2/+2
* Removed palette_device parameter from gfx draw methods. All draw methods now ... Alex W. Jackson2014-03-191-1/+1
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-22/+22
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-2/+2
* Checkpoint: gfx_elements now have a pointer to a palette_device (which is not... Alex W. Jackson2014-03-111-2/+2
* You now specify a gfxdecode device once when you create a tilemap, rather tha... Alex W. Jackson2014-03-101-8/+8
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* (MESS) x68k, vboy : fixed reported buffer overflow Robbbert2014-02-271-1/+2
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-11/+11
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-1/+1
* Removed MC68901 polling for gpio bits. [smf] smf-2013-12-291-2/+0
* Converted x68000 keyboard into a separate serial device. This allows the remo... smf-2013-12-281-1/+0
* removed some more unused mfp code (nw) smf-2013-12-271-10/+2
* fixed debug build (nw) smf-2013-12-271-7/+0
* removed unused code & variables (nw) smf-2013-12-261-18/+0
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-4/+4
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-3/+3
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-1/+1
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-5/+5
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-54/+54
* modernization and cleanup of x68k (no whatsnew) Miodrag Milanovic2012-10-031-215/+198
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-75/+70
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-11/+11
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-64/+63
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-17/+17
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-17/+16
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* TILE/TILEMAP modernization part 3 (no whatsnew) Miodrag Milanovic2012-09-061-28/+24
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-5/+5
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-4/+4
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1322