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
/
ui.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-1
/
+1
*
Added new module tagmap which is a simple hashed string map.
Aaron Giles
2009-11-23
1
-4
/
+4
*
From: Dirk Best <startaq@gmail.com>
Aaron Giles
2009-10-25
1
-3
/
+6
*
Centralized color definitions and made some colors more specific.
Aaron Giles
2009-10-03
1
-12
/
+11
*
> -----Original Message-----
Aaron Giles
2009-10-01
1
-1
/
+1
*
Cleanups and version bump.
Aaron Giles
2009-09-10
1
-1
/
+1
*
Hooked up F6 again as a global cheat enable/disable. [Pugsy]
Aaron Giles
2009-09-10
1
-0
/
+4
*
Remove remaining references to machine->cpu[n]. Removed cpu[n] array.
Aaron Giles
2009-09-08
1
-12
/
+12
*
> From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2009-09-06
1
-9
/
+9
*
[from AtariAce]
Aaron Giles
2009-08-30
1
-3
/
+3
*
> -----Original Message-----
Aaron Giles
2009-08-13
1
-2
/
+2
*
Added missing casts and made other tweaks. The entire project
Aaron Giles
2009-04-27
1
-2
/
+2
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-24
/
+23
*
Crosshair update
Derrick Renaud
2009-03-28
1
-21
/
+0
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-19
/
+19
*
03001: "Working clones" display problem
Aaron Giles
2009-03-07
1
-10
/
+12
*
Cleanups and version bump.
mame0129u4
Aaron Giles
2009-02-17
1
-4
/
+4
*
Ok, this is The Big One.
Aaron Giles
2009-02-11
1
-16
/
+17
*
getting the AGEMAME ball rolling.
davidhay
2009-02-02
1
-1
/
+9
*
Cleaned up the profiler. Reduced its runtime overhead significantly by
Aaron Giles
2009-01-02
1
-1
/
+5
*
Fixed minor glitch in UI display of screen information.
Aaron Giles
2009-01-02
1
-0
/
+3
*
Made the concept of a "clock" native to devices. The clock is now
Aaron Giles
2008-12-18
1
-8
/
+8
*
Made CPUs into proper devices. CPUs are now added in the
Aaron Giles
2008-12-16
1
-9
/
+11
*
This patch furthers the process of aligning the sound cores with the
Aaron Giles
2008-12-04
1
-4
/
+4
*
Re-enabled the OSD key for master volume control. All other
Aaron Giles
2008-12-04
1
-2
/
+2
*
make non-critical UI warnings yellow instead so that they stand out [BarnacleEd]
davidhay
2008-11-24
1
-0
/
+2
*
Massive API cleanup/change. The primary goal is that all CPU-
Aaron Giles
2008-11-13
1
-11
/
+11
*
Plumbed machine parameters through the renderer. Removed need for
Aaron Giles
2008-09-29
1
-42
/
+0
*
rescale_notifier() changed to always allow rescaling for screenless drivers.
Wilbert Pol
2008-09-25
1
-2
/
+2
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-09-11
1
-7
/
+7
*
Cleanups and version bump.
mame0127u1
Aaron Giles
2008-08-28
1
-2
/
+2
*
Changed slider controls into a menu. For now, removed the old direct access
Aaron Giles
2008-08-28
1
-304
/
+207
*
Significant cleanup/rewrite of the MCS-48 CPU core:
Aaron Giles
2008-08-26
1
-1
/
+3
*
Cleanups and version bump.
mame0127
Aaron Giles
2008-08-19
1
-1
/
+1
*
Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code.
Aaron Giles
2008-08-18
1
-7
/
+133
*
Cleanups and version bump.
mame0126u4
Aaron Giles
2008-08-07
1
-1
/
+1
*
Added expression validation callback to verify names for CPUs and
Aaron Giles
2008-08-07
1
-10
/
+6
*
Changes to the cheat.xml format:
Aaron Giles
2008-08-06
1
-0
/
+3
*
Cleaned up MESS-specific hooks
Nathan Woods
2008-07-27
1
-12
/
+1
*
Cleanups.
Aaron Giles
2008-07-17
1
-12
/
+12
*
Fixed popmessage.
Aaron Giles
2008-07-14
1
-1
/
+1
*
Replaced the crazy number of get/set functions for render containers with
Aaron Giles
2008-07-13
1
-21
/
+49
*
Converted UI startup screens to use astrings.
Aaron Giles
2008-07-12
1
-49
/
+48
*
Note: I have done some testing, but there are probably more bugs
Aaron Giles
2008-07-12
1
-59
/
+68
*
Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER
Aaron Giles
2008-06-26
1
-2
/
+2
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-06-23
1
-1
/
+1
*
Cleaned up software bilinear filtering code. Added bounds checking.
Aaron Giles
2008-06-16
1
-3
/
+3
*
Cleanups and version bump.
mame0125u5
Aaron Giles
2008-06-12
1
-1
/
+1
*
Don't show disclaimers/warnings if the debugger is enabled.
Aaron Giles
2008-06-09
1
-2
/
+3
*
01822: OSD causes crash when try to show the Screen Refresh Rate menu
Aaron Giles
2008-05-25
1
-3
/
+4
[prev]
[next]