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
/
video
/
x68k.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
more authorship (nw)
cracyc
2015-05-15
1
-1
/
+1
*
Synced other dirs withs driver license for MESS (nw)
Miodrag Milanovic
2015-05-13
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
-10
/
+10
*
Update x68k.c
David Viens
2014-10-20
1
-1
/
+1
*
(mess) x68k: don't copy so much with the crtc text copy op (nw)
cracyc
2014-06-13
1
-20
/
+13
*
upd765: implement scan data and read track [Carl]
cracyc
2014-06-10
1
-1
/
+1
*
Added some more friendly macros to help define custom palette formats (nw)
Alex W. Jackson
2014-06-03
1
-1
/
+1
*
(mess) x68k: fix text layer clear and gfx buffer mode (nw)
cracyc
2014-06-03
1
-9
/
+8
*
(mess) x68k: apply the intensity bit to fix some transparency issues and slig...
cracyc
2014-06-02
1
-6
/
+20
*
(mess) x68k: experiments in layer blending (nw)
cracyc
2014-06-02
1
-6
/
+76
*
x68k: compose the gfx and sprite/bg layers individually before drawing to the...
cracyc
2014-06-01
1
-58
/
+88
*
x68k: make screen rgb and split palette (nw)
cracyc
2014-05-30
1
-35
/
+29
*
(mess) x68k: remove trampolines and fix keyboard (nw)
cracyc
2014-04-21
1
-129
/
+35
*
gfx_elements now have a xor mask that is applied to each source bit offset wh...
Alex W. Jackson
2014-03-27
1
-2
/
+2
*
Removed palette_device parameter from gfx draw methods. All draw methods now ...
Alex W. Jackson
2014-03-19
1
-1
/
+1
*
primary_screen -> first_screen() (nw)
Miodrag Milanovic
2014-03-15
1
-22
/
+22
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-2
/
+2
*
Checkpoint: gfx_elements now have a pointer to a palette_device (which is not...
Alex W. Jackson
2014-03-11
1
-2
/
+2
*
You now specify a gfxdecode device once when you create a tilemap, rather tha...
Alex W. Jackson
2014-03-10
1
-8
/
+8
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-2
/
+2
*
(MESS) x68k, vboy : fixed reported buffer overflow
Robbbert
2014-02-27
1
-1
/
+2
*
Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M...
Miodrag Milanovic
2014-02-16
1
-11
/
+11
*
Moved drawgfx functions to gfx_element (nw)
Miodrag Milanovic
2014-02-13
1
-1
/
+1
*
Removed MC68901 polling for gpio bits. [smf]
smf-
2013-12-29
1
-2
/
+0
*
Converted x68000 keyboard into a separate serial device. This allows the remo...
smf-
2013-12-28
1
-1
/
+0
*
removed some more unused mfp code (nw)
smf-
2013-12-27
1
-10
/
+2
*
fixed debug build (nw)
smf-
2013-12-27
1
-7
/
+0
*
removed unused code & variables (nw)
smf-
2013-12-26
1
-18
/
+0
*
Fix long-standing architectural wart: the priority bitmap is no longer owned
Aaron Giles
2013-07-26
1
-4
/
+4
*
MESS anonymous timers this time. (nw)
Andrew Gardner
2013-05-23
1
-3
/
+3
*
made BEEP and RAM devices initialize in constructor of driver classes (nw)
Miodrag Milanovic
2013-04-23
1
-1
/
+1
*
moving some static functions in driver state for MESS drivers plus some other...
Miodrag Milanovic
2013-04-18
1
-1
/
+1
*
Removal of machine().root_device() where appropriate (nw)
Miodrag Milanovic
2013-04-14
1
-5
/
+5
*
changed machine().device("maincpu") with m_maincpu in mess tree part (nw)
Miodrag Milanovic
2013-04-10
1
-3
/
+3
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-54
/
+54
*
modernization and cleanup of x68k (no whatsnew)
Miodrag Milanovic
2012-10-03
1
-215
/
+198
*
modernization or timer callbacks part 2 (no whatsnew)
Miodrag Milanovic
2012-09-24
1
-75
/
+70
*
changed most of screen.machine() to machine() (no whatsnew)
Miodrag Milanovic
2012-09-18
1
-11
/
+11
*
Modernized screen update calls (no whatsnew)
Miodrag Milanovic
2012-09-17
1
-64
/
+63
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
1
-17
/
+17
*
Memory handler normalization, part 1.
Aaron Giles
2012-09-17
1
-1
/
+1
*
Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang...
Miodrag Milanovic
2012-09-13
1
-17
/
+16
*
Closeout on old macros. Retired cputag_set_input_line
Aaron Giles
2012-09-12
1
-1
/
+1
*
Add safe_pc() and safe_pcbase() methods to device_t.
Aaron Giles
2012-09-11
1
-2
/
+2
*
TILE/TILEMAP modernization part 3 (no whatsnew)
Miodrag Milanovic
2012-09-06
1
-28
/
+24
*
gfx_element is now a class. Accessors are provided for all
Aaron Giles
2012-09-06
1
-5
/
+5
*
Replaced standard mappers with an enumeration that maps internally
Aaron Giles
2012-09-05
1
-4
/
+4
*
Merge of MESS sources (no whatsnew)
Miodrag Milanovic
2012-08-21
1
-0
/
+1322