summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mycom.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-585/+0
* Added floppy noises to some of my drivers. Robbbert2015-08-221-0/+2
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
* get rid of all the x Dirk Best2015-06-231-1/+1
* did change on Robbberts behalf (nw) Miodrag Milanovic2015-05-071-1/+1
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-1/+1
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-23/+11
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-33/+14
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-2/+5
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+1
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Converted SN76496 ready to DEVCB2 [smf] smf-2014-02-111-18/+2
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* (MESS) mycom : upgraded fdc to modern Robbbert2013-12-311-77/+55
* Bunch of clear ?, nw Angelo Salese2013-10-161-1/+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
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-3/+3
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-2/+2
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-11/+11
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-11/+12
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-56/+56
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-2/+2
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-2/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-8/+8
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-11/+11
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* removed local macros since macros with same name but different syntax will be... Miodrag Milanovic2012-09-121-6/+3
* Continuing new device implementation for SN76496 and clones - bbc.c, mycom.c,... Scott Stone2012-09-051-3/+21
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+633