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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vga: made video RAM size configurable at machine configuration (#9289)
Ivan Vangelista
2022-02-09
4
-17
/
+17
*
devices/*: Removed extra semicolons after function bodies in headers. (#9275)
0kmg
2022-02-06
6
-9
/
+9
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
69
-83
/
+83
*
huc6272.cpp: fix SCSI identifier, add extensive QA
Angelo Salese
2022-01-24
1
-7
/
+17
*
Render-related cleanup
AJR
2021-12-30
1
-0
/
+1
*
Remove a few outdated references to MESS
Dirk Best
2021-12-02
1
-1
/
+1
*
stv: moved video into video/saturn.cpp to remove possible circular dependency...
Robbbert
2021-12-01
4
-9366
/
+0
*
Soul-crushingly frustrating clean-up:
Vas Crabb
2021-12-01
3
-38
/
+23
*
various devices and drivers: seperate -> separate
Ivan Vangelista
2021-11-28
1
-1
/
+1
*
selmenu: fix wrongly placed messagebox
hap
2021-10-29
1
-1
/
+1
*
konmedal020: more video
cracyc
2021-10-22
2
-29
/
+108
*
pc_vga: add xga blits
cracyc
2021-10-17
2
-2
/
+319
*
konmedal020: add xga skeleton and few oak bits
cracyc
2021-10-12
2
-0
/
+546
*
srcclean in preparation for MAME 0.235, and two small adjustments.
Vas Crabb
2021-09-26
2
-25
/
+25
*
Add floppy support to NEC PC-8001 (#8532)
Angelo Salese
2021-09-25
2
-212
/
+356
*
-Reworked device type definition macros a little and added more Doxygen.
Vas Crabb
2021-09-07
2
-2
/
+1
*
saitek_osa/maestro: use parent_rom_device_type for analyst
hap
2021-09-07
1
-9
/
+0
*
i8244: use parent_rom_device_type for i8245
hap
2021-09-06
1
-5
/
+15
*
poly.h: Minor naming/consistency cleanups.
Aaron Giles
2021-09-04
1
-74
/
+79
*
poly.h: Remove unused flags, expose object data array directly, add ability t...
Aaron Giles
2021-09-03
4
-71
/
+51
*
upd7220: don't run wdat if figd figure type is set and set the patter… (#8470)
cracyc
2021-08-24
1
-1
/
+30
*
New machines marked as NOT_WORKING
AJR
2021-08-18
2
-1
/
+4
*
Use std::clamp in more source files
AJR
2021-08-15
1
-2
/
+2
*
video/upd7220.cpp: Updated FIGD to use ead and mask to calculate drawing loca...
Brian Johnson
2021-08-13
2
-154
/
+64
*
video/upd7220.cpp: Made address space use word addressing, and implemented pr...
Brian Johnson
2021-08-05
2
-90
/
+179
*
voodoo: Address minor coverity complaints
Aaron Giles
2021-07-31
3
-4
/
+11
*
srcclean for 0.234 branch
Vas Crabb
2021-07-25
7
-281
/
+281
*
video/upd7220.cpp: During a GCHRD command, always start with pram[15]. (#8317)
Brian Johnson
2021-07-20
1
-1
/
+1
*
voodoo: Return 0 on invalid reads, seems to fix funkball. Improve logging of ...
Aaron Giles
2021-07-15
1
-3
/
+6
*
sx1010: split the two screens. Pixel clocks are probably wrong.
Olivier Galibert
2021-07-15
1
-0
/
+2
*
voodoo: Fix dither subtraction. Fixes squares around balls in virtpool.
Aaron Giles
2021-07-13
1
-1
/
+1
*
voodoo: Improve fidelity of synchronization points. Add synchronization back ...
Aaron Giles
2021-07-12
6
-34
/
+67
*
poly.h: Fix DEBUG=1 builds
AJR
2021-07-11
1
-2
/
+3
*
poly: Early out of waits if no outstanding work.
Aaron Giles
2021-07-11
1
-0
/
+4
*
voodoo: Improve pixel pipeline throughput for LFB writes. Helps gtfore and re...
Aaron Giles
2021-07-11
3
-47
/
+28
*
voodoo: Fix LOD calculations. Improve LOD calculation accuracy. Remove stw_he...
Aaron Giles
2021-07-10
2
-205
/
+117
*
voodoo: Increase vretrace cycles to 2 so mace will boot again. Add missing ra...
Aaron Giles
2021-07-10
3
-11
/
+8
*
voodoo: Restore some cycle stealing on vretrace to allow sfrush to boot.
Aaron Giles
2021-07-09
1
-0
/
+3
*
voodoo: fix compile error
hap
2021-07-09
1
-1
/
+1
*
video/voodoo.cpp: Major rewrite: (#8267)
Aaron Giles
2021-07-09
18
-13031
/
+12996
*
- filling out missing hashes for commented ROM_LOADs when known (part 1)
Scott Stone
2021-07-04
1
-2
/
+2
*
srcclean in preparation for release
Vas Crabb
2021-06-27
3
-6
/
+6
*
Eliminate remaining uses of auto_alloc and friends (#8210)
Aaron Giles
2021-06-22
6
-49
/
+71
*
hd61830: fix cursor in d2
cracyc
2021-06-21
1
-2
/
+2
*
dl1616: dl1414 does not have ce pin or addr latch
hap
2021-06-20
2
-21
/
+33
*
New machines marked as NOT_WORKING
hap
2021-06-20
1
-1
/
+1
*
pc_vga: updated comment
Robbbert
2021-06-16
1
-3
/
+3
*
voodoo: fix Hornet games POST crash
Ville Linde
2021-06-13
1
-2
/
+2
*
Added helpers for 64-bit count leading zeroes/ones.
Vas Crabb
2021-06-13
1
-10
/
+10
*
HD61830: Fix character blink mode
Jaen Saul
2021-06-12
1
-1
/
+1
[next]