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
/
video
/
mc6845.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
mc6845: max visible lines might not be what really is displayed, see 8088mph ...
cracyc
2020-04-30
1
-1
/
+1
*
mc6845: Note (nw)
AJR
2020-04-29
1
-0
/
+1
*
hd6345: Derive from hd6845s to maintain compatibility (nw)
Nigel Barnes
2019-11-08
1
-2
/
+8
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
1
-8
/
+13
*
srcclean (nw)
Vas Crabb
2019-10-26
1
-11
/
+11
*
Review comments fixed
Joakim Larsson Edstrom
2019-09-26
1
-1
/
+0
*
mc6845.cpp: more logging and reduced (not eliminated) warning spam significan...
Joakim Larsson Edstrom
2019-09-26
1
-9
/
+39
*
srcclean (nw)
Vas Crabb
2019-09-22
1
-2
/
+2
*
HD6845: specialize the cursor emulation (#5598)
68bit
2019-09-08
1
-8
/
+28
*
mc6845: address cursor display edge case in interlaced mode.
68bit
2019-08-29
1
-1
/
+9
*
MC6845: correct cursor.
68bit
2019-08-28
1
-1
/
+7
*
mc6845: Fix height of cursor on BBC Micro (nw)
AJR
2019-08-27
1
-5
/
+0
*
mc6845: improve the cursor emulation
68bit
2019-08-26
1
-12
/
+42
*
mc6845: More consistent identification of HD6845S variant (nw)
AJR
2019-05-18
1
-29
/
+10
*
mc6845: Use standard device method to adjust input clock (nw)
AJR
2019-04-28
1
-35
/
+24
*
mc6845: Fix MT #7282; improve logging (nw)
AJR
2019-04-20
1
-6
/
+15
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-28
/
+45
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-45
/
+28
*
mc6845.cpp: Check for vsync on frame reset only if vsync witdh is supported
AmatCoder
2019-03-12
1
-2
/
+5
*
Merge pull request #4730 from AmatCoder/AmatCoder-mc6845-2
R. Belmont
2019-03-08
1
-14
/
+27
|
\
|
*
mc6845.cpp: Check if vsync should be enabled when frame is reset
AmatCoder
2019-03-07
1
-14
/
+27
*
|
mc6845.cpp: Fix mk88 machine
AmatCoder
2019-03-08
1
-0
/
+2
|
/
*
mc6845.cpp: Do not reset line counter when screen parameters changed
AmatCoder
2019-03-06
1
-2
/
+0
*
mc6845, crtc_ega: Simplify read/write handlers (nw)
AJR
2019-02-19
1
-11
/
+11
*
Eliminate the default address map member of address_space_config (nw)
AJR
2019-02-17
1
-2
/
+3
*
as if millions of this pointers suddenly cried out in terror, and were sudden...
Vas Crabb
2018-06-08
1
-24
/
+4
*
mos8563: Use device_palette_interface instead of creating palette subdevice (nw)
AJR
2018-06-01
1
-34
/
+22
*
maps: Finish devices/video (nw)
Olivier Galibert
2018-04-20
1
-3
/
+4
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
1
-2
/
+2
*
API Change: Machine configs are now a method of the owner class, and the prot...
Olivier Galibert
2018-01-17
1
-1
/
+1
*
Privatize m_screen and other variables of device_video_interface (nw)
AJR
2018-01-05
1
-4
/
+4
*
memory: Remove some space parameters from the apple2 domain [O. Galibert]
Olivier Galibert
2017-12-19
1
-0
/
+20
*
mc6845: Minor transparent update refactoring (nw)
AJR
2017-11-16
1
-40
/
+25
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-2
/
+2
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-9
/
+7
*
updated devices/video devices to use device_add_mconfig insted of device_mcon...
Ivan Vangelista
2017-05-24
1
-6
/
+1
*
Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you.
Vas Crabb
2017-05-22
1
-1
/
+1
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-56
/
+40
*
added (partial) correct register mappings to HD6345
bwodok
2017-04-25
1
-3
/
+57
*
amusco.cpp: Generate blink state in a way more likely to represent hardware; ...
AJR
2017-03-18
1
-6
/
+0
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-13
/
+15
*
Fix scanout of mc6845
Mark Garlanger
2017-02-17
1
-1
/
+1
*
osborne1nv: scroll fix (nw)
Robbbert
2017-02-09
1
-1
/
+1
*
Improvements to rgb_t (nw)
AJR
2016-10-22
1
-2
/
+2
*
converted lot of TRUE/FALSE to real boolean and updated types (nw)
Miodrag Milanovic
2016-10-22
1
-9
/
+9
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-54
/
+54
*
amusco: Major improvements; promoted to WORKING
AJR
2016-10-15
1
-0
/
+6
*
mc6845.cpp: fixed save state regression found during Tafoid's latest round of...
Ivan Vangelista
2016-02-03
1
-1
/
+2
*
mc6845: somehow this fixes mt6046 (nw)
cracyc
2016-01-21
1
-1
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
1
-15
/
+15
[next]