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
/
validity.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split the screen device into a separate module.
Aaron Giles
2010-12-02
1
-1
/
+1
*
Changed driver_device to expose the game_driver's ROMs through the
Aaron Giles
2010-09-03
1
-139
/
+120
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-1
/
+1
*
Haha, recent change to astrings also revealed that validity checks
Aaron Giles
2010-08-21
1
-5
/
+8
*
Swap: (astring.len() != 0) -> astring
Aaron Giles
2010-08-21
1
-2
/
+2
*
Fix crasher caused by new astring operators (original code
Aaron Giles
2010-08-19
1
-1
/
+1
*
Cleanups and version bump.
mame0139u1
Aaron Giles
2010-08-12
1
-1
/
+1
*
Return to type safety. Changed address maps back into functions that build
Aaron Giles
2010-08-01
1
-36
/
+44
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-11
/
+11
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-1
/
+1
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-474
/
+142
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-28
/
+28
*
Changed all driver_data structs into classes with a simple
Aaron Giles
2010-02-25
1
-12
/
+0
*
Cleanups and version bump.
mame0136u3
Aaron Giles
2010-02-14
1
-17
/
+17
*
- Moved natural keyboard support from MESS to MAME
Miodrag Milanovic
2010-02-12
1
-16
/
+6
*
Removed GAME_SHARE_ROMS flag and commented old check for duplicate ROM entries
Miodrag Milanovic
2010-02-11
1
-2
/
+3
*
Renamed GAME_CAN_SHARE_ROMS to GAME_SHARE_ROMS (sounds more logical)
Miodrag Milanovic
2010-02-11
1
-1
/
+1
*
- Renamed GAME_COMPUTER_MODIFIED to GAME_UNOFFICIAL to mark unofficial hardwa...
Miodrag Milanovic
2010-02-11
1
-4
/
+2
*
- Moved compatibility validation into MAME core from MESS.
Miodrag Milanovic
2010-02-09
1
-8
/
+32
*
Made direct accessors for device configuration state. Currently they
Aaron Giles
2010-01-21
1
-2
/
+2
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-43
/
+42
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
1
-17
/
+16
*
Cleanups and version bump.
Aaron Giles
2010-01-16
1
-1
/
+1
*
Fixed memory freeing so that is it released in the opposite order
Aaron Giles
2010-01-11
1
-5
/
+5
*
Try using type_traits for detection of valid save types.
Aaron Giles
2010-01-11
1
-1
/
+1
*
Fixed bogus empty ROM region warnings.
Aaron Giles
2010-01-11
1
-7
/
+4
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-56
/
+45
*
Extended the astring class wrapper into something useful, and
Aaron Giles
2010-01-08
1
-16
/
+14
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-5
/
+0
*
Added some missing header declarations and static qualifiers. Added validity....
Phil Bennett
2010-01-06
1
-1
/
+3
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-1
/
+1
*
Fixes so we can compile as C++ again.
Aaron Giles
2009-12-28
1
-3
/
+3
*
Cleanups and version bump.
mame0135u3
Aaron Giles
2009-12-11
1
-2
/
+2
*
Apply mirrors and global masks at address map detokenizing time rather
Aaron Giles
2009-12-10
1
-1
/
+18
*
Converted atari drivers over to using driver_data for the most
Aaron Giles
2009-12-09
1
-0
/
+12
*
Memory shares are now specified by tag instead of index.
Aaron Giles
2009-12-05
1
-6
/
+8
*
More memory system cleanup. Removed SMH_* macros entirely. In
Aaron Giles
2009-12-05
1
-16
/
+12
*
Cleanups and version bump.
mame0135u2
Aaron Giles
2009-11-30
1
-4
/
+4
*
Fixed 64-bit GCC build.
R. Belmont
2009-11-23
1
-1
/
+1
*
Added new module tagmap which is a simple hashed string map.
Aaron Giles
2009-11-23
1
-275
/
+84
*
added device support to the input system. internally this replaces PORT_CUSTO...
smf-
2009-11-20
1
-0
/
+7
*
Enforce a minimum tag length of 3 characters. This will enable
Aaron Giles
2009-11-15
1
-0
/
+5
*
Rename osd_profiling_ticks() to get_profile_ticks(). Moved implemention into
Aaron Giles
2009-09-06
1
-23
/
+23
*
Sync with MESS
Nathan Woods
2009-08-21
1
-0
/
+2
*
> -----Original Message-----
Aaron Giles
2009-08-13
1
-49
/
+52
*
Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems
Aaron Giles
2009-07-09
1
-2
/
+4
*
Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO
Aaron Giles
2009-07-09
1
-145
/
+145
*
Added casts to ensure proper values are passed to the ctype.h functions.
Aaron Giles
2009-06-25
1
-3
/
+3
*
From: Oliver Stoeneberg [oliverst@online.de]
Aaron Giles
2009-05-25
1
-2
/
+2
*
Removed address_map2 items from the CPU config, etc.
Aaron Giles
2009-05-09
1
-7
/
+0
[next]