summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/rt1715.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-377/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-3/+3
* Added owners and licenses for those who can be tracked (nw) Miodrag Milanovic2015-05-081-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* i8275: Replaced with new implementation. (nw) Curt Coder2014-04-301-13/+5
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-24/+1
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-24/+2
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-9/+3
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-6/+7
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-3/+3
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-2/+4
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* (MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy part... Curt Coder2013-05-271-4/+15
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-4/+6
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+8
* i8275: Modernized. [Curt Coder] Curt Coder2012-12-281-7/+4
* Memory handler normalization, part 1. Aaron Giles2012-09-171-6/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-14/+12
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+423