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
/
emu
/
machine
/
mc68901.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some changes/corrections to device descriptions from MASH and Tafoid (nw)
Scott Stone
2014-04-10
1
-1
/
+1
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-1
/
+1
*
Converted mc68901_device to devcb2 (nw)
Ivan Vangelista
2014-03-15
1
-38
/
+31
*
Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ...
smf-
2014-02-24
1
-26
/
+1
*
Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h...
smf-
2014-02-21
1
-0
/
+2
*
Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated...
smf-
2014-01-13
1
-25
/
+32
*
stores all bits written to gpip register, so that it can update the output wh...
smf-
2013-12-29
1
-24
/
+37
*
Removed MC68901 polling for gpio bits. [smf]
smf-
2013-12-29
1
-9
/
+5
*
Converted x68000 keyboard into a separate serial device. This allows the remo...
smf-
2013-12-28
1
-0
/
+2
*
preliminary receiving serial support for MC68901 [smf]
smf-
2013-12-28
1
-32
/
+23
*
Added preliminary transmit support to MC68901 [smf]
smf-
2013-12-27
1
-18
/
+42
*
uses aer register to select which transition to generate an interrupt on [smf]
smf-
2013-12-27
1
-9
/
+15
*
replaced read rx callback in MC68901 with a write handler, which allows multi...
smf-
2013-12-22
1
-338
/
+25
*
diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert]
Olivier Galibert
2013-11-18
1
-23
/
+10
*
License tags. (nw)
Curt Coder
2013-10-16
1
-0
/
+2
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
Cleanups and version bump
mame0149
Miodrag Milanovic
2013-06-11
1
-1
/
+1
*
(MESS) Added RS-232 ports to several drivers. [Curt Coder]
Curt Coder
2013-05-21
1
-115
/
+82
*
fixed another uninitialized member in src/emu/machine/mc68901.c (nw)
Oliver Stöneberg
2013-03-06
1
-0
/
+2
*
fixed uninitialized member in src/emu/machine/mc68901.c (nw)
Oliver Stöneberg
2013-03-06
1
-0
/
+1
*
fixed uninitialized members in src/emu/machine/mc68901.c (nw)
Oliver Stöneberg
2013-02-23
1
-0
/
+3
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-107
/
+107
*
Removed unneeded includes. (nw)
Curt Coder
2012-12-07
1
-1
/
+0
*
Sync with MESS all credited there (no whatsnew)
Miodrag Milanovic
2011-12-12
1
-3
/
+7
*
Sync with MESS, changes by Oliver Galibert (no whatsnew)
Miodrag Milanovic
2011-08-21
1
-0
/
+8
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-21
/
+21
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-58
/
+40
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-1
/
+1
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-1
/
+1
*
Cleanups and version bump.
mame0141u2
Aaron Giles
2011-02-09
1
-3
/
+3
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-34
/
+34
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-21
/
+21
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-6
/
+6
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-8
/
+8
*
Imported the MC68901 device from MESS so it can be shared with micro3d.c. [Cu...
Curt Coder
2011-01-29
1
-0
/
+1486