summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/x68k.h
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-362/+0
* sync main driver and res of files Miodrag Milanovic2015-05-261-1/+1
* some license updates mahlemiut2015-05-101-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-4/+4
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-2/+2
* (mess) x68k: don't copy so much with the crtc text copy op (nw) cracyc2014-06-131-3/+1
* upd765: implement scan data and read track [Carl] cracyc2014-06-101-6/+6
* Added some more friendly macros to help define custom palette formats (nw) Alex W. Jackson2014-06-031-1/+1
* (mess) x68k: apply the intensity bit to fix some transparency issues and slig... cracyc2014-06-021-0/+1
* (mess) x68k: experiments in layer blending (nw) cracyc2014-06-021-1/+1
* x68k: compose the gfx and sprite/bg layers individually before drawing to the... cracyc2014-06-011-4/+7
* x68k: make screen rgb and split palette (nw) cracyc2014-05-301-9/+11
* i8257: new 8257 based on am9517a [Carl] cracyc2014-04-281-0/+1
* (mess) x68k: remove trampolines and fix keyboard (nw) cracyc2014-04-211-24/+9
* (mess) x68k: reduce tag lookups and fix adpcm (nw) cracyc2014-04-091-3/+36
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* (mess) x68k: rework bus errors (nw) cracyc2014-04-061-1/+4
* hd63450_device: converted to devcb2 (nw) Ivan Vangelista2014-03-221-0/+7
* Modernized hd63450_device. devcb2 conversion is in the works. (nw) Ivan Vangelista2014-03-211-13/+14
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-3/+0
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* x68k fix (nw) Miodrag Milanovic2014-02-171-1/+1
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Removed MC68901 polling for gpio bits. [smf] smf-2013-12-291-5/+0
* Converted x68000 keyboard into a separate serial device. This allows the remo... smf-2013-12-281-32/+1
* removed some more unused mfp code (nw) smf-2013-12-271-25/+0
* simplified x68k RP5C15 hookup (nw) smf-2013-12-271-3/+0
* removed mfp_init() and the variables it sets as they aren't used. keyboard re... smf-2013-12-261-7/+0
* removed unused code & variables (nw) smf-2013-12-261-30/+0
* dim_dsk: add modern support [Carl] cracyc2013-10-141-0/+2
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-0/+26
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+4
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-0/+5
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-0/+1
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+5
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+3
* IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ... Miodrag Milanovic2013-01-311-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-12/+12
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-0/+1
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-2/+10
* srcclean (nw) Curt Coder2012-10-071-4/+4
* modernization and cleanup of x68k (no whatsnew) Miodrag Milanovic2012-10-031-26/+71
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-0/+12
* H file cleanup (no whatsnew) Miodrag Milanovic2012-09-241-6/+0
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-0/+17
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-2/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2