summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m68000/68340dma.h
Commit message (Collapse)AuthorAgeFilesLines
* also untangle the skeleton 68340. where the code ends up is TBD. David Haywood2013-07-051-6/+0
| | | the actual core type of the 68340 is CPU32, so it is now derived from that.
* legacy_cpu-- David Haywood2013-06-251-3/+0
| | | this is a first pass at converting to a modern device, I'd be surprised if there are no issue but it's already a weeks worth of updating + testing.
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+0
|
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-2/+2
| | | | | | | | to 8-bit handlers to match the others. To ease pain, added DECLARE_READ/WRITE_HANDLER macros that set up a default parameter. Also updated devcb so that the handlers can be called with or without the mem_mask. [Aaron Giles]
* m68k: add preliminary on-board peripherals to 68307 and 68340 [David Haywood] R. Belmont2012-03-291-0/+10