summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/x1.c
Commit message (Expand)AuthorAgeFilesLines
* Activated 4 sets (dlair_!, dlair_2, pkii_dm, dvk_ksm01) due to locating roms/... Scott Stone2015-08-041-1/+1
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-2/+2
* get rid of all the x Dirk Best2015-06-231-1/+1
* mz2000: updated to use new wd fdc. fix softlist to use the correct Dirk Best2015-06-011-2/+2
* x1/x1twin: updated to use the new wd fdc. bonus: formatting disks now Dirk Best2015-05-311-28/+37
* GPL - > LGPL for Kale (nw) Miodrag Milanovic2015-05-131-1/+1
* part of license work for Kale, mostly those that needs to be GPL (nw) Miodrag Milanovic2015-05-121-1/+1
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
* (MESS) consolidated generic socket / cartslot a bit more: removed Fabio Priuli2014-09-221-2/+2
* more generic slots + some cleanups & some tagmap reductions. nw. Fabio Priuli2014-09-201-16/+6
* Cleanups and version bump Miodrag Milanovic2014-07-221-4/+4
* Examined/adjusted mess.lst for orphaned sets and invalid entries. Adjusted s... Scott Stone2014-06-171-1/+1
* 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