summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/68340.h
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-5/+5
* -machine/68340.cpp, machine/scc68070.cpp: Don't mess with devcbs in device_st... Vas Crabb2023-06-221-0/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-7/+7
* m68000: New implementation, generated from the micro/nanocode Olivier Galibert2023-02-221-1/+1
* Change cpu32 and M68340 to 16 bit data bus instead of 32 [Paul Arnold] Paul-Arnold2022-10-041-6/+6
* m68000: split the header to make future semi-indenpendant implementations sane Olivier Galibert2022-09-301-1/+1
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-10/+10
* Various changes related to 68000 interrupts (nw) AJR2019-04-041-1/+1
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-1/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+0
* m68000: Add overrideable method to signal RESET instruction to internal perip... AJR2019-02-111-0/+2
* 68340: Interrupt overhaul AJR2019-01-021-1/+8
* 68340: Preliminary cleanups (nw) AJR2019-01-011-13/+12
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-45/+0
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-0/+10
* devcb3 Vas Crabb2018-07-071-10/+10
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-26/+25
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-151-24/+26
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-0/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-3/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-3/+3
* Refactor 680x0 so that member variables aren't public. [smf] smf-2017-12-131-3/+3
* 68340: simplified code by making the timer module implementation a device and... Joakim Larsson Edstrom2017-09-091-24/+14
* 68340: Fixed -validate errors and made slight cleanup Joakim Larsson Edstrom2017-09-081-2/+2
* 68340: deskeletonized the serial module as a device derived from the duart de... Joakim Larsson Edstrom2017-09-041-3/+5
* srcclean (nw) Vas Crabb2017-08-271-1/+1
* m68340: Added implementations for VCO clock synthesizer and Timer module Coun... Joakim Larsson Edstrom2017-08-181-7/+66
* 68340: Added config macros and callbacks for 8 bit ports A and B Joakim Larsson Edstrom2017-07-171-1/+24
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-27/+28
* Self-registering devices prep: Vas Crabb2017-02-271-10/+4
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* Memberize public non-member function of m68340cpu_device (nw) AJR2016-09-131-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* override part 3 (nw) Miodrag Milanovic2015-12-051-2/+2
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+75