summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mb3773.c
Commit message (Expand)AuthorAgeFilesLines
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-2/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-54/+8
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-2/+2
* BIG update. Aaron Giles2011-03-291-1/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-1/+1
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-2/+2
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Move device definitions out of the bottom of the file. They can be Aaron Giles2010-09-191-4/+7
* converted mb3773 from a legacy device to a c++ device. smf-2010-07-171-68/+108
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-1/+1
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-1/+1
* Cleanups and version bump.mame0131u4 Aaron Giles2009-06-041-4/+4
* Fixed save state issues for all but 2 of the devices I converted earlier Fabio Priuli2009-06-011-1/+1
* Converted Fujitsu MB3773 to be a MAME device Fabio Priuli2009-06-011-20/+97
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-4/+3
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+2
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+39