summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/msm6242.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for building MAME with Visual Studio 2013 preview [smf] smf-2013-07-051-1/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-23/+23
* MSM6242: Fix hang on savestate load -nw- Phil Bennett2013-01-031-5/+6
* [MSM6242] Fixing RTC regressions regarding interrupt callbacks Nathan Woods2012-12-231-3/+39
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-12/+12
* [MSM6242] Modernized the MSM6242 RTC code. Timer now only fires when it needs Nathan Woods2012-12-151-134/+319
* [MSM6242] Changing to be based on dirtc.h Nathan Woods2012-12-111-48/+53
* [MSM6242] More cleanups (nw), implemented save states Nathan Woods2012-12-101-46/+28
* [MSM6242] Cleanups and basic modernizations in preparation for other work (nw) Nathan Woods2012-12-091-48/+67
* Removed unneeded includes. (nw) Curt Coder2012-12-071-1/+0
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-14/+14
* Hooked up Epson 62423 RTC device to Hyper Neo Geo 64 [Angelo Salese] Angelo Salese2012-08-171-27/+44
* Clean-ups and version bump Angelo Salese2012-02-051-1/+1
* Work-around for MT #4656 Angelo Salese2012-02-041-5/+4
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-3/+1
* Clean-ups and version bumpmame0144u4 Angelo Salese2011-12-241-5/+5
* Hooked up MSM6242 device to Super Kaneko Nova System [Angelo Salese] Angelo Salese2011-12-191-3/+6
* Fixed devcb_write_line callback in the device, apparently my second TIMER_CAL... Angelo Salese2011-12-191-40/+57
* Attempt to add irq function, it crashes (?) for whatever reason if enabled Angelo Salese2011-12-191-3/+58
* Added incrementing time to MSM6242 device [Angelo Salese] Angelo Salese2011-12-191-38/+87
* Modernized MSM6242 RTC device [Angelo Salese] Angelo Salese2011-12-191-81/+69
* BIG update. Aaron Giles2011-03-291-4/+4
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-5/+5
* 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-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-10/+0
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-1/+1
* Fix bug #2896, #1785, #2801 Couriersud2009-02-071-5/+11
* 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-5/+5
* Here's the big one.... Aaron Giles2008-12-111-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* 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
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2008-05-011-56/+128
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+2
* From: Lei Wu [mailto:lanewu@hotmail.com] Aaron Giles2008-04-241-13/+9
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-1/+1
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+139