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
/
mess
/
includes
/
x68k.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
move mess into mame (nw)
Miodrag Milanovic
2015-09-30
1
-362
/
+0
*
sync main driver and res of files
Miodrag Milanovic
2015-05-26
1
-1
/
+1
*
some license updates
mahlemiut
2015-05-10
1
-2
/
+2
*
Added dummy license lines to each file for MESS (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-4
/
+4
*
More cleanups, there is issue with srcclean that needs to be taken care as we...
Miodrag Milanovic
2014-07-22
1
-2
/
+2
*
(mess) x68k: don't copy so much with the crtc text copy op (nw)
cracyc
2014-06-13
1
-3
/
+1
*
upd765: implement scan data and read track [Carl]
cracyc
2014-06-10
1
-6
/
+6
*
Added some more friendly macros to help define custom palette formats (nw)
Alex W. Jackson
2014-06-03
1
-1
/
+1
*
(mess) x68k: apply the intensity bit to fix some transparency issues and slig...
cracyc
2014-06-02
1
-0
/
+1
*
(mess) x68k: experiments in layer blending (nw)
cracyc
2014-06-02
1
-1
/
+1
*
x68k: compose the gfx and sprite/bg layers individually before drawing to the...
cracyc
2014-06-01
1
-4
/
+7
*
x68k: make screen rgb and split palette (nw)
cracyc
2014-05-30
1
-9
/
+11
*
i8257: new 8257 based on am9517a [Carl]
cracyc
2014-04-28
1
-0
/
+1
*
(mess) x68k: remove trampolines and fix keyboard (nw)
cracyc
2014-04-21
1
-24
/
+9
*
(mess) x68k: reduce tag lookups and fix adpcm (nw)
cracyc
2014-04-09
1
-3
/
+36
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-1
/
+1
*
(mess) x68k: rework bus errors (nw)
cracyc
2014-04-06
1
-1
/
+4
*
hd63450_device: converted to devcb2 (nw)
Ivan Vangelista
2014-03-22
1
-0
/
+7
*
Modernized hd63450_device. devcb2 conversion is in the works. (nw)
Ivan Vangelista
2014-03-21
1
-13
/
+14
*
upd765: Refactored to use devcb2 callbacks. [Curt Coder]
Curt Coder
2014-03-17
1
-3
/
+0
*
Moved optional_device<screen_device> m_screen and optional_device<palette_dev...
Miodrag Milanovic
2014-03-05
1
-1
/
+3
*
x68k fix (nw)
Miodrag Milanovic
2014-02-17
1
-1
/
+1
*
moved optional_device<gfxdecode_device> to specific drivers state classes (nw)
Miodrag Milanovic
2014-02-17
1
-1
/
+3
*
Removed MC68901 polling for gpio bits. [smf]
smf-
2013-12-29
1
-5
/
+0
*
Converted x68000 keyboard into a separate serial device. This allows the remo...
smf-
2013-12-28
1
-32
/
+1
*
removed some more unused mfp code (nw)
smf-
2013-12-27
1
-25
/
+0
*
simplified x68k RP5C15 hookup (nw)
smf-
2013-12-27
1
-3
/
+0
*
removed mfp_init() and the variables it sets as they aren't used. keyboard re...
smf-
2013-12-26
1
-7
/
+0
*
removed unused code & variables (nw)
smf-
2013-12-26
1
-30
/
+0
*
dim_dsk: add modern support [Carl]
cracyc
2013-10-14
1
-0
/
+2
*
MESS anonymous timers this time. (nw)
Andrew Gardner
2013-05-23
1
-0
/
+26
*
Cleanups and version bump
mame0148u4
Miodrag Milanovic
2013-04-30
1
-1
/
+1
*
made BEEP and RAM devices initialize in constructor of driver classes (nw)
Miodrag Milanovic
2013-04-23
1
-2
/
+4
*
moving some static functions in driver state for MESS drivers plus some other...
Miodrag Milanovic
2013-04-18
1
-0
/
+5
*
various cpu lookup cleanup (nw)
Miodrag Milanovic
2013-04-15
1
-0
/
+1
*
various cpu lookup cleanup (nw)
Miodrag Milanovic
2013-04-15
1
-1
/
+5
*
changed machine().device("maincpu") with m_maincpu in mess tree part (nw)
Miodrag Milanovic
2013-04-10
1
-2
/
+3
*
IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ...
Miodrag Milanovic
2013-01-31
1
-0
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-12
/
+12
*
sed1310: Cleanup. (nw)
Curt Coder
2012-11-22
1
-0
/
+1
*
(mess) upd765: Modernize [O. Galibert]
Olivier Galibert
2012-10-10
1
-2
/
+10
*
srcclean (nw)
Curt Coder
2012-10-07
1
-4
/
+4
*
modernization and cleanup of x68k (no whatsnew)
Miodrag Milanovic
2012-10-03
1
-26
/
+71
*
Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew)
Miodrag Milanovic
2012-10-03
1
-0
/
+12
*
H file cleanup (no whatsnew)
Miodrag Milanovic
2012-09-24
1
-6
/
+0
*
modernization or timer callbacks part 2 (no whatsnew)
Miodrag Milanovic
2012-09-24
1
-0
/
+17
*
INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew)
Miodrag Milanovic
2012-09-18
1
-0
/
+1
*
manual cleanup of mame and mess includes (no whatsnew)
Miodrag Milanovic
2012-09-18
1
-2
/
+0
*
Modernized screen update calls (no whatsnew)
Miodrag Milanovic
2012-09-17
1
-1
/
+2
[next]