summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/x68k.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* few more removed (nw) Miodrag Milanovic2013-04-191-1/+1
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-14/+12
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-5/+5
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-9/+4
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-22/+22
* cleanup (nw) Miodrag Milanovic2013-04-141-8/+8
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-22/+22
* Modernized CRT, okim6285, and ZSG2 devices. [Andrew Gardner] Andrew Gardner2013-03-131-13/+13
* IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ... Miodrag Milanovic2013-01-311-15/+13
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-310/+310
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-3/+0
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-9/+7
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-10/+5
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-127/+94
* srcclean (nw) Curt Coder2012-10-071-1/+1
* ups (nw) Miodrag Milanovic2012-10-031-2/+2
* modernization and cleanup of x68k (no whatsnew) Miodrag Milanovic2012-10-031-425/+389
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-90/+80
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-112/+101
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-14/+14
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-9/+9
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-101/+101
* Memory handler normalization, part 1. Aaron Giles2012-09-171-11/+11
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-61/+58
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-24/+24
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-5/+5
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-1/+1
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-061-7/+3