index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
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
/
mc68901.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
-53
/
+38
*
emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu...
MooglyGuy
2023-06-01
1
-13
/
+13
*
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
MooglyGuy
2023-05-23
1
-1
/
+0
*
Various devices: Correct placement of U integer suffix in definitions of shif...
AJR
2023-03-21
1
-3
/
+3
*
68901: record the timer input level always, even if the timer is off
Olivier Galibert
2023-02-22
1
-3
/
+2
*
Fixed some misspelling occurrences here and there. (#10605)
0kmg
2022-12-03
1
-1
/
+1
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-46
/
+26
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-1
/
+1
*
mc68901: Automatic turnaround is only done once (nw)
AJR
2020-01-25
1
-0
/
+3
*
mc68901: Sweeping rewrite of USART emulation (no longer based on device_seria...
AJR
2020-01-02
1
-164
/
+509
*
mc68901: Preliminary cleanup (nw)
AJR
2020-01-02
1
-121
/
+115
*
Various changes related to 68000 interrupts (nw)
AJR
2019-04-04
1
-2
/
+7
*
68000: Rework interrupt handling [O. Galibert]
Olivier Galibert
2019-04-05
1
-12
/
+13
*
mc68681: Detect framing and parity errors, storing flags with FIFO characters
AJR
2018-12-28
1
-1
/
+15
*
Grammar police (nw)
Olivier Galibert
2018-02-24
1
-3
/
+3
*
mc68901: Improve USART behavior for polled operation
AJR
2017-11-02
1
-19
/
+39
*
mc68901 : fix TCDCR register
Nicolas PLANEL
2017-10-06
1
-1
/
+1
*
Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces:
Vas Crabb
2017-07-11
1
-2
/
+0
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-75
/
+76
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-5
/
+5
*
reverting:
Miodrag Milanovic
2016-01-20
1
-62
/
+62
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-62
/
+62
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+1134