summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/x68k.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* New macro added for per driver defined palette formats (nw) Miodrag Milanovic2014-06-031-2/+2
* (mess) x68k: fix text layer clear and gfx buffer mode (nw) cracyc2014-06-031-5/+1
* (mess) x68k: apply the intensity bit to fix some transparency issues and slig... cracyc2014-06-021-2/+2
* (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-37/+20
* x68k: fix SRAM write protect breakage from r30715 (no whatsnew) mahlemiut2014-05-311-1/+1
* x68k: make screen rgb and split palette (nw) cracyc2014-05-301-9/+16
* hd63450: converted to use inline configs. nw. Fabio Priuli2014-05-151-10/+5
* i8257: new 8257 based on am9517a [Carl] cracyc2014-04-281-1/+2
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-2/+3
* m68000 callbacks to delegates (nw) Miodrag Milanovic2014-04-221-1/+1
* (mess) x68k: remove trampolines and fix keyboard (nw) cracyc2014-04-211-158/+24
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-11/+5
* mb89352: get the correct phase (nw) cracyc2014-04-161-13/+1
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-7/+7
* x68k_expansion_slot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-151-9/+5
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat... smf-2014-04-141-37/+43
* okim6258: converted to use inline config. nw. Fabio Priuli2014-04-111-8/+4
* (mess) x68k: reduce tag lookups and fix adpcm (nw) cracyc2014-04-091-71/+57
* mb89352_device: converted to devcb2 (nw) Ivan Vangelista2014-04-081-9/+9
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* (mess) x68k: rework bus errors (nw) cracyc2014-04-061-68/+34
* hd63450_device: converted to devcb2 (nw) Ivan Vangelista2014-03-221-31/+25
* Modernized hd63450_device. devcb2 conversion is in the works. (nw) Ivan Vangelista2014-03-211-26/+8
* rp5c15.c: converted to devcb2 (nw) Ivan Vangelista2014-03-191-7/+2
* (MESS) Moved the remaining slot interfaces to emu/bus. (nw) Curt Coder2014-03-171-3/+3
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-6/+4
* 8530scc: devcb2. (nw) Curt Coder2014-03-171-1/+1
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-3/+3
* Converted mc68901_device to devcb2 (nw) Ivan Vangelista2014-03-151-17/+7
* Checkpoint 2: Alex W. Jackson2014-03-151-2/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+4
* x68k fix (nw) Miodrag Milanovic2014-02-171-0/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-1/+1
* Removed MC68901 polling for gpio bits. [smf] smf-2013-12-291-15/+9
* Converted x68000 keyboard into a separate serial device. This allows the remo... smf-2013-12-281-380/+18
* removed some more unused mfp code (nw) smf-2013-12-271-3/+0
* fixed wrong tag name (nw) smf-2013-12-271-3/+3
* simplified x68k RP5C15 hookup (nw) smf-2013-12-271-34/+4
* removed mfp_init() and the variables it sets as they aren't used. keyboard re... smf-2013-12-261-13/+0
* removed unused code & variables (nw) smf-2013-12-261-363/+0
* replaced read rx callback in MC68901 with a write handler, which allows multi... smf-2013-12-221-1/+0
* diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] Olivier Galibert2013-11-181-2/+1
* dim_dsk: add modern support [Carl] cracyc2013-10-141-1/+19
* Last batch of updates regarding commented out code, forgotten during past dev... Ivan Vangelista2013-09-071-2/+2
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-5/+5
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-20/+81
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-9/+9