summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/x1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove unused parameters (nw) Miodrag Milanovic2014-05-251-14/+14
* converted micropolis and wd17xx to use inline configs. nw. Fabio Priuli2014-05-161-2/+4
* wd17xx: Cleanup. (nw) Curt Coder2014-05-121-12/+2
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-2/+0
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-4/+1
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-18/+2
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-17/+5
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-9/+2
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-16/+4
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-24/+2
* z80dma: converted to use devcb2. nw. Fabio Priuli2014-04-291-15/+11
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-15/+5
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-11/+7
* 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-1/+1
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-10/+10
* z80dma finalized modernizing (nw) Miodrag Milanovic2014-03-151-3/+3
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-18/+18
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-1/+1
* Checkpoint: gfx_elements now have a pointer to a palette_device (which is not... Alex W. Jackson2014-03-111-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-16/+16
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-2/+2
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-5/+5
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-3/+5
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* small DEVICE_START cleanup (nw) Oliver Stöneberg2013-08-031-2/+0
* WIP PC-98xx software list code Angelo Salese2013-07-311-1/+1
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* (MESS) Cleanup. (nw) Curt Coder2013-05-281-1/+1
* (MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy part... Curt Coder2013-05-271-14/+0
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-2/+2
* modernised the AY8910 [smf] smf-2013-05-121-6/+6
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-3/+3
* removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instea... Miodrag Milanovic2013-04-241-10/+31
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-25/+24
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-27/+27
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-3/+3
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-8/+8
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-3/+3
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-14/+13
* Cleaned-up Sharp X1 Angelo Salese2013-01-151-75/+43
* Cleaned up Sharp MZ-2500 driver Angelo Salese2013-01-151-7/+5
* (MESS) Enabled to show border area in Sharp X1, fixes Shilver Ghost gameplay ... Angelo Salese2013-01-141-68/+72
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-259/+259
* (MESS) added software list for NEC APC [kaylee] Angelo Salese2012-11-241-5/+0
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-5/+4