summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/68340sim.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-10/+2
* m6801: add i/o ports tri-state callback, hap2023-06-161-1/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-11/+9
* -bus/gameboy: Support MBC6 ROMs in GBX format. Vas Crabb2022-10-141-14/+15
* Change cpu32 and M68340 to 16 bit data bus instead of 32 [Paul Arnold] Paul-Arnold2022-10-041-30/+62
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+2
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-6/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+6
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-6/+0
* m68000: Add overrideable method to signal RESET instruction to internal perip... AJR2019-02-111-0/+6
* 68340: Interrupt overhaul AJR2019-01-021-33/+26
* space.machine -> machine (nw) Olivier Galibert2017-12-141-1/+1
* remove safe_pc() (nw) smf-2017-12-141-49/+39
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-20/+20
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-20/+20
* Refactor 680x0 so that member variables aren't public. [smf] smf-2017-12-131-20/+20
* 68340: fixed SIM module read register bug and added informative chip select l... Joakim Larsson Edstrom2017-09-041-6/+19
* m68340: Added implementations for VCO clock synthesizer and Timer module Coun... Joakim Larsson Edstrom2017-08-181-205/+302
* Remove a whole lot of I64 from format strings. Vas Crabb2017-08-101-2/+0
* srcclean (nw) Vas Crabb2017-07-231-3/+3
* 68340SIM: Added 8 bit ports A and B, updated LOG system Joakim Larsson Edstrom2017-07-171-54/+157
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-222/+231
* clang-modernize part 3 Miodrag Milanovic2015-12-041-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+349