summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/smc777.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1027/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-19/+19
* fix clang compile Dirk Best2015-07-151-1/+0
* smc777: clean up a bit, use standard address map for io Dirk Best2015-07-151-150/+94
* get rid of all the x Dirk Best2015-06-231-1/+1
* smc777: updated to use the new wd fdc. fixed drive type & softlist. Dirk Best2015-06-011-89/+61
* compile fixes for GCC5.1.1 win64 and CPP11 mode.. requested by mingw team to ... Cowering2015-05-281-10/+10
* 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
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-2/+2
* converted micropolis and wd17xx to use inline configs. nw. Fabio Priuli2014-05-161-1/+6
* 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/+2
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-7/+1
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-16/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-021-3/+3
* 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
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-3/+3
* 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-1/+1
* Checkpoint: gfx_elements now have a pointer to a palette_device (which is not... Alex W. Jackson2014-03-111-1/+1
* 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-21/+22
* fix 2 more (nw) Miodrag Milanovic2014-02-171-1/+3
* 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-2/+2
* Converted SN76496 ready to DEVCB2 [smf] smf-2014-02-111-19/+0
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-5/+5
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-5/+7
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-3/+3
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-3/+3
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-6/+7
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-4/+4
* (MESS) Enabled to show border area in Sharp X1, fixes Shilver Ghost gameplay ... Angelo Salese2013-01-141-1/+1
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-50/+61
* More clean-ups Angelo Salese2013-01-141-21/+23
* Further clean-ups Angelo Salese2013-01-141-9/+8
* Major clean-ups of SMC-777 Angelo Salese2013-01-141-65/+53
* Less half-assed fix for SMC-777 Angelo Salese2013-01-141-3/+5
* smc777 David Haywood2013-01-141-3/+6
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-10/+0