summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6840ptm.c
Commit message (Expand)AuthorAgeFilesLines
* Added proper channel 2 support, and logging capabilities to OKIM6376. [J.Wall... Angelo Salese2011-06-151-3/+3
* 6840ptm.c: Fixed mode check in set_gate() [J Wallace] Phil Bennett2011-05-051-1/+1
* Cleanup acia6850 modernization, removing trampolines. Aaron Giles2011-05-041-52/+0
* Switch to static_set_interface for setting the interface struct in a type-safe Aaron Giles2011-05-031-23/+6
* Cleaned up 6840 device modernization, removing legacy trampolines Aaron Giles2011-05-031-183/+120
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-8/+8
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-23/+21
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-6/+6
* 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-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-19/+19
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-13/+13
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-8/+8
* running_device -> device_t Aaron Giles2010-12-311-6/+6
* Various device fixes/enhancements [Hans Ostermeyer] R. Belmont2010-12-071-3/+4
* Correcting device names. No whatsnew. Ryan Holtz2010-08-281-1/+1
* Updated the PTM 6840 device to no longer be legacy. [Harmony] Ryan Holtz2010-08-261-363/+377
* MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek] R. Belmont2010-07-081-2/+2
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+4
* Cleanups and version bump. Aaron Giles2010-04-211-1/+1
* 6840PTM: Fixed interrupt flag behaviour and now allow fractional input clocks... Phil Bennett2010-04-141-20/+19
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-17/+17
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-20/+20
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-17/+17
* 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-40/+40
* Converted Motorola 6840PTM to be a MAME device Fabio Priuli2009-06-021-415/+444
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+2
* Here's the big one.... Aaron Giles2008-12-111-3/+3
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-19/+19
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-19/+19
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-33/+39
* Major cpuintrf changes: Aaron Giles2008-11-101-3/+3
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-47/+46
* Another 64-bit GCC fix. R. Belmont2008-08-141-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-141-10/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-6/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-35/+35
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-1/+1
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-1/+1
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-8/+8
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-8/+8
* 1. Added driver for JPM 'Give us a Break' hardware, supporting: Phil Bennett2008-03-291-151/+171
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-4/+4
* From: JEA Wallace [mailto:jeaw100@york.ac.uk] Aaron Giles2008-02-191-17/+106
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-3/+3