summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/tmp68301.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-337/+0
* tmp68301.c: fix masking of parallel data register Luca Elia2015-08-161-3/+8
* All files now do have owner (nw) Miodrag Milanovic2015-05-211-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-251-1/+1
* tmp68301_device: initialized variables (nw) Ivan Vangelista2015-03-231-0/+7
* Added / improved save state support to the devices used in seta2.c. Save stat... Ivan Vangelista2015-03-211-0/+8
* Did remaining, those that left are in CPU devices, and one case that need con... Miodrag Milanovic2014-04-231-2/+0
* Add mem_mask (nw) Alex W. Jackson2014-03-121-1/+1
* Updated tmp68301 device to use devcb2 (nw) Ivan Vangelista2014-03-121-25/+6
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-9/+9
* Added pdir register Angelo Salese2013-11-261-3/+20
* Death to m68kfmly.c/.h, hooked parallel port to TMP68301 (very preliminary) Angelo Salese2013-11-261-1/+30
* Fixed long standing regression bug with Real Break flipscreen Angelo Salese2013-11-251-5/+50
* Fixed regression with csplayh5.c Angelo Salese2013-11-251-1/+41
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-2/+2
* Converted the tmp68301 to a device. [Osso] Scott Stone2013-07-051-59/+76
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-30/+29
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-16/+16
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-6/+6
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-2/+2
* Removed several exported non-const global variables from the core [Atari Ace] Phil Bennett2010-08-131-1/+6
* Remove the global clock accessors and cpu_* aliases: Aaron Giles2010-07-071-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* And some more. Converted the ds2404 to a device along the way. Aaron Giles2009-12-211-1/+6
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-4/+4
* Here's the big one.... Aaron Giles2008-12-111-4/+4
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-9/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-6/+5
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-111-2/+2
* 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
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-2/+2
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+179