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
/
emu
/
video
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix MT04059: Add new method reset_origin() to screen devices to allow
Aaron Giles
2010-10-18
1
-0
/
+3
*
Cleanups and version bump.
Aaron Giles
2010-10-14
1
-1
/
+1
*
Converted render.c objects into C++ objects. Updated all callers.
Aaron Giles
2010-10-13
1
-3
/
+3
*
v9938 - Set default value for status register 4 and 6 [Michael Zapf]
Miodrag Milanovic
2010-10-06
1
-0
/
+12
*
Cleanups and version bump.
mame0139u3
Aaron Giles
2010-09-19
1
-1
/
+1
*
Removed generic.videoram and generic.videoram_size. These generics
Aaron Giles
2010-09-08
2
-27
/
+1
*
Changed the MACHINE_DRIVER_* macros, as follows:
Aaron Giles
2010-09-01
4
-9
/
+9
*
mc6845.c: Rewritten to allow mid frame changes to the counter registers. This...
Wilbert Pol
2010-08-31
1
-222
/
+232
*
Fixed MT#04036: astrowar: [debug] Severe graphic corruption
Scott Stone
2010-08-31
1
-1
/
+1
*
Put a BSD license on the voodoo emulation so the DOSbox guys can stop
Aaron Giles
2010-08-21
3
-13
/
+114
*
I had originally wanted to convert the profiler to use scopes (e.g.,
Aaron Giles
2010-08-21
1
-8
/
+8
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
3
-10
/
+10
*
03992: btoads: Reload of state cause major graphic corruption [Phil Bennett]
Phil Bennett
2010-08-16
2
-96
/
+121
*
Removed several exported non-const global variables from the core [Atari Ace]
Phil Bennett
2010-08-13
6
-10
/
+4
*
Added sound support to Signetics S2636 (by using VC4000 sound support from ME...
mariuszw1
2010-08-12
2
-0
/
+11
*
- Updated SAA5050 to form 12x20 chars as noted in documentation [Miodrag Mila...
Miodrag Milanovic
2010-08-05
1
-3
/
+3
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-3
/
+3
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
2
-11
/
+11
*
Cleanups and version bump.
Aaron Giles
2010-06-17
3
-3
/
+3
*
Split implementation for legacy devices into a separate macro. Updated all
Aaron Giles
2010-06-11
6
-0
/
+22
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
21
-192
/
+157
*
pcat_nit.c update [Mariusz Wojcieszek]
mariuszw1
2010-06-05
4
-0
/
+1893
*
New driver: sigmab98.c [Luca Elia]
Luca Elia
2010-05-16
2
-0
/
+7
*
Cleanups and version bump.
Aaron Giles
2010-04-08
1
-2
/
+2
*
Duh.
Olivier Galibert
2010-04-04
1
-2
/
+0
*
poly.c: Make the parameter interpolation more robust [O. Galibert]
Olivier Galibert
2010-04-04
1
-34
/
+34
*
[#3792, #3793] SDL compile fixes [Christian MArillat]
R. Belmont
2010-03-24
2
-1
/
+2
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-1
/
+1
*
Cleanups and version bump.
mame0136u3
Aaron Giles
2010-02-14
1
-2
/
+2
*
hooked up (with a hack) gfx rom in hd63484 memory map
Roberto Zandona
2010-02-07
1
-0
/
+8
*
Cleanups and version bump.
Aaron Giles
2010-01-28
1
-11
/
+11
*
Some clean-ups... :)
Roberto Fresca
2010-01-26
2
-7
/
+7
*
Moved HD63484 ACRTC device from mame/video to emu/video.
Roberto Fresca
2010-01-26
2
-0
/
+1639
*
Popmessages can now be used in drivers which have an MC6845.
Curt Coder
2010-01-25
1
-2
/
+0
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
15
-102
/
+102
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
1
-1
/
+1
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
6
-7
/
+7
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
13
-19
/
+13
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
9
-12
/
+3
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
5
-41
/
+17
*
Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former...
Fabio Priuli
2010-01-06
1
-1
/
+1
*
Cleaned up braces in the code so that they are properly balanced. [Atari Ace]
Aaron Giles
2009-12-28
2
-41
/
+60
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
11
-83
/
+83
*
Cleanups and version bump.
mame0135u4
Aaron Giles
2009-12-23
1
-7
/
+7
*
From: Atari Ace <atari_ace@verizon.net>
Aaron Giles
2009-12-23
1
-6
/
+9
*
Some misc cleanups:
Aaron Giles
2009-12-15
1
-1
/
+1
*
Imported SAA5050 emulation from MESS and made it a device. Updated malzak.c t...
Fabio Priuli
2009-12-12
2
-0
/
+452
*
Fixed stupid copy&paste mistake in s2636.c
Fabio Priuli
2009-12-11
1
-1
/
+1
*
Cleanups and version bump.
mame0135u3
Aaron Giles
2009-12-11
2
-2
/
+2
*
Converted Signetics 2636 video chip to be a MAME device and updated drivers u...
Fabio Priuli
2009-12-11
2
-53
/
+152
[next]