summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mz2500.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* converted micropolis and wd17xx to use inline configs. nw. Fabio Priuli2014-05-161-1/+4
* wd17xx: Cleanup. (nw) Curt Coder2014-05-121-6/+1
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-1/+0
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-2/+0
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-11/+3
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-7/+1
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-25/+1
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-13/+5
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-11/+8
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-021-2/+2
* gfx_elements now have a xor mask that is applied to each source bit offset wh... Alex W. Jackson2014-03-271-2/+2
* rp5c15.c: converted to devcb2 (nw) Ivan Vangelista2014-03-191-8/+3
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-7/+7
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-5/+5
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* 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
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-18/+19
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-28/+13
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-5/+5
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-2/+4
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-12/+12
* (MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy part... Curt Coder2013-05-271-4/+16
* modernised YM2203 [smf] smf-2013-05-111-12/+9
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-3/+3
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-5/+7
* pcat cleanup + removal of all not used LEGACY calls (in comments) and removal... Miodrag Milanovic2013-04-191-6/+6
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-4/+4
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-3/+3
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-87/+89
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-2/+2
* Cleaned-up Sharp X1 Angelo Salese2013-01-151-7/+7
* Cleaned up Sharp MZ-2500 driver Angelo Salese2013-01-151-168/+167
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-52/+51
* Fixed GRCG hook-up in PC-9821 Angelo Salese2012-12-181-1/+1
* Added screen enable to MZ-2500 Angelo Salese2012-12-181-2/+10
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-68/+75
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-15/+15
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+5
* Memory handler normalization, part 1. Aaron Giles2012-09-171-8/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-22/+21
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1