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
/
video
/
ef9365.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-3
/
+5
*
EF9365 : Fix the hardware vector engine. (#2370)
Jean-François DEL NERO
2017-06-08
1
-53
/
+64
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-75
/
+81
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+4
*
converted lot of TRUE/FALSE to real boolean and updated types (nw)
Miodrag Milanovic
2016-10-22
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-9
/
+9
*
* Make object finders behave like pointers for the purposes of implicit casts...
Vas Crabb
2016-08-27
1
-1
/
+1
*
Created a tiny_rom_entry structure for the purposes of rom_entry declarations...
Nathan Woods
2016-08-06
1
-1
/
+1
*
Cleanups and version bump
Miodrag Milanovic
2016-07-27
1
-1
/
+1
*
video/ef9365.cpp: moved the charset rom inside of the device, fixes missing r...
Ivan Vangelista
2016-07-02
1
-1
/
+16
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
1
-1
/
+1
*
Devfind revision phase 1, cleaning out some legacy stuff
AJR
2016-04-07
1
-2
/
+2
*
This fix VS2015 warning (and building) about uninitialized variable.
dankan1890
2016-01-30
1
-1
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
1
-3
/
+3
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-3
/
+3
*
Cleanups and version bump
mame0169
Miodrag Milanovic
2015-12-30
1
-82
/
+81
*
64x64 and 128x128 resolutions added.
Jean-François DEL NERO
2015-12-29
1
-70
/
+229
*
Memory read back function added.
Jean-François DEL NERO
2015-12-29
1
-2
/
+47
*
Last manual merging fix. (bad bus address width and clock_freq not initialized.)
Jean-François DEL NERO
2015-12-28
1
-1
/
+1
*
Interrupt line & events supported.
Jean-François DEL NERO
2015-12-27
1
-1
/
+79
*
512x512, 512x256 (EF9366),256x256 resolutions supported.
Jean-François DEL NERO
2015-12-27
1
-244
/
+291
*
All hardware vector drawing commands are now working.
Jean-François DEL NERO
2015-12-26
1
-98
/
+507
*
EF9365 : Commands busy timings update, Vector drawing (WIP).
Jean-François DEL NERO
2015-12-20
1
-2
/
+50
*
block drawing support added.
Jean-François DEL NERO
2015-12-06
1
-10
/
+46
*
Clear screen, Screen scanning command added.
Jean-François DEL NERO
2015-12-01
1
-25
/
+81
*
EF9365 video controller skeleton added.
Jean-François DEL NERO
2015-11-29
1
-0
/
+455