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
/
mc6845.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
mos8563: Split device source from mc6845
AJR
2023-03-25
1
-450
/
+0
*
Various devices: Correct placement of U integer suffix in definitions of shif...
AJR
2023-03-23
1
-3
/
+3
*
Revert "emu_timer: undo prev commit, add running() getter and change some ena...
hap
2022-11-01
1
-2
/
+2
*
emu_timer: undo prev commit, add running() getter and change some enabled() c...
hap
2022-10-25
1
-2
/
+2
*
mbee: fixed unwanted L chrs for mbee -bios 1
Robbbert
2022-06-09
1
-0
/
+8
*
Revert "stupid_git"
AJR
2022-06-04
1
-5
/
+1
*
Merge remote-tracking branch 'upstream/master'
AJR
2022-06-04
1
-84
/
+67
|
\
|
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-84
/
+67
*
|
stupid_git
AJR
2022-06-04
1
-1
/
+5
|
/
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-3
/
+3
*
mc6845: enable strobe output (RA4) in transparent mode.
Robbbert
2020-10-11
1
-4
/
+4
*
video/mc6845.cpp: Fix some uninitialised variables.
Vas Crabb
2020-10-09
1
-0
/
+2
*
Cleaned up bitmap API.
Vas Crabb
2020-09-27
1
-2
/
+2
*
mc6845: Fix off-by-one error in calculating bottom of DE window
AJR
2020-09-25
1
-1
/
+1
*
hd6345: Added all registers and implemented screen split.
Nigel Barnes
2020-08-17
1
-44
/
+161
*
video/mc6845.cpp: Copying some switch statements doesn't constitute copyright...
Vas Crabb
2020-08-17
1
-1
/
+1
*
ams40041: Move PC1512 VDU emulation down into device
AJR
2020-05-13
1
-29
/
+0
*
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
[next]