summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/smc91c9x.c
Commit message (Expand)AuthorAgeFilesLines
* Added license tags to a few more files. Also converted many of OG's Aaron Giles2013-10-161-0/+2
* Modernized smc91c9x device. (nw) Ivan Vangelista2013-09-101-254/+167
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-0/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-4/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-100/+97
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-44/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-3/+51
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-301-4/+1
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-2/+2
* GCC 4.6 "Variable assigned but not used" fixes part 7 (no whatsnew) R. Belmont2011-05-301-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-3/+3
* BIG update. Aaron Giles2011-03-291-3/+2
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+0
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-9/+9
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+5
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-14/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-1/+1
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-6/+6
* Here's the big one.... Aaron Giles2008-12-111-2/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-9/+9
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-14/+9
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-1/+1
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-0/+2
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-1/+1
* Save state support: Aaron Giles2008-06-231-195/+286
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-17/+17
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-3/+3
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-3/+3
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-3/+3
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+564