summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/rtc65271.c
Commit message (Collapse)AuthorAgeFilesLines
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
|
* Fixed recent regression reports. Aaron Giles2009-12-231-166/+210
| | | | Converted rtc65271 to a device.
* preliminary work on beatmania iidx, still lots to do but I didn't want to ↵ smf-2009-05-281-1/+20
| | | | waste anyones time.
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-211-4/+7
| | | | | | | | | | | | | | | | | | Sent: Friday, December 19, 2008 8:50 PM To: submit@mamedev.org Cc: atariace@hotmail.com Subject: [patch] Add machine/space to some callbacks Hi mamedev, This patch widens some machine callbacks to include an object (either machine or space). I didn't convert these earlier since MAME didn't explicitly need them, but some of these will be needed by MESS now that Machine is gone and in general all callbacks need to pass an object. ~aa
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-4/+3
| | | | | | | | | | | | | | | | | | | Sent: Wednesday, December 10, 2008 9:27 AM To: submit@mamedev.org Cc: atariace@hotmail.com Subject: [patch] Add machine to some emu/machine init methods Hi mamedev, This patch widens some machine init interfaces to pass the machine parameter, allowing more Machine global references to be eliminated. Eventually most of these need to be converted to devices, but this change reduces the deprecation surface in the meantime. I also attached the script I used to do the initial changes to the drivers, which handled about 90% of the cases without further editing. ~aa
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-3/+4
| | | | | and timer_get_time to pass the machine parameter. Moved timer globals to hang off of the running_machine.
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-3/+2
| | | | | | | Subject: another Machine -> machine cleanup This cleans up most of the Machine stuff in src/emu/machine. There is a bit left to clean up, but it's mostly stuck at some interfaces now.
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-5/+5
| | | | | Updated all call sites. Fixed recent build breaks.
* - Added deprecat.h that contains some deprecated/discouraged contructs (see ↵ Zsolt Vasvari2008-01-251-0/+1
| | | | | | | | | below) The idea is to create extra work if a driver wants to use these and hopefully gives an incentive to look for an alternate solution - Added #include of deprecat.h that rely on these contructs - Removed a bunch of unneccassary #include's from these files
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-3/+3
|
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+654