index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
machine
/
68340tmu.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-6
/
+0
*
emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu...
MooglyGuy
2023-06-01
1
-2
/
+2
*
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
MooglyGuy
2023-05-23
1
-7
/
+5
*
Change cpu32 and M68340 to 16 bit data bus instead of 32 [Paul Arnold]
Paul-Arnold
2022-10-04
1
-0
/
+2
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-1
/
+1
*
68340tmu.cpp: fix potential crash on mode logging
Angelo Salese
2022-04-25
1
-1
/
+1
*
devices/machine, sound and video: removed read and write macros (nw)
Ivan Vangelista
2020-06-17
1
-2
/
+2
*
fix gcc 8.3.0 compiler misleading indent warning (nw)
Lord-Nightmare
2019-05-29
1
-3
/
+3
*
mc68340: Timer improvements
AJR
2019-05-28
1
-87
/
+125
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-0
/
+10
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-10
/
+0
*
m68000: Add overrideable method to signal RESET instruction to internal perip...
AJR
2019-02-11
1
-0
/
+10
*
68340: Interrupt overhaul
AJR
2019-01-02
1
-38
/
+26
*
remove safe_pc() (nw)
smf-
2017-12-14
1
-26
/
+23
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
1
-2
/
+2
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
1
-2
/
+2
*
Refactor 680x0 so that member variables aren't public. [smf]
smf-
2017-12-13
1
-2
/
+2
*
Build fixes (nw)
AJR
2017-09-11
1
-2
/
+2
*
68340: simplified code by making the timer module implementation a device and...
Joakim Larsson Edstrom
2017-09-09
1
-303
/
+168
*
68340tmu: silented some logerror spam by turning them into LOGx statements
Joakim Larsson Edstrom
2017-09-04
1
-2
/
+2
*
srcclean (nw)
Vas Crabb
2017-08-27
1
-10
/
+10
*
m68340: Added implementations for VCO clock synthesizer and Timer module Coun...
Joakim Larsson Edstrom
2017-08-18
1
-8
/
+604
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-20
/
+12
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-2
/
+2
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+39