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
...
*
Added concept of rom sources to the rom loader. Updated auditing,
Aaron Giles
2008-09-06
1
-17
/
+8
*
Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a
Aaron Giles
2008-09-06
1
-86
/
+108
*
Cleanups and version bump.
mame0127
Aaron Giles
2008-08-19
1
-5
/
+5
*
Added validity check to ensure that ports referenced by a condition
Aaron Giles
2008-08-19
1
-0
/
+34
*
Added validity check to ensure that AM_READ_PORT() macros reference
Aaron Giles
2008-08-19
1
-27
/
+22
*
Moved several include files from mame/ to emu/, as they were
Aaron Giles
2008-08-13
1
-1
/
+1
*
Cleanups/version bump.
mame0126u3
Aaron Giles
2008-07-31
1
-6
/
+6
*
(Modified to allow for overwrites of RAM ranges only.)
Aaron Giles
2008-07-29
1
-1
/
+1
*
Region classes go bye-bye.
Aaron Giles
2008-07-28
1
-32
/
+23
*
Changed the way memory regions are referenced. Instead of a single
Aaron Giles
2008-07-28
1
-67
/
+149
*
Tagged all the first CPUs for drivers (mostly as "main").
Aaron Giles
2008-07-19
1
-2
/
+20
*
Cleanups and version bump.
Aaron Giles
2008-07-06
1
-1
/
+1
*
Adding per-device and per-CPU validity checks
Nathan Woods
2008-07-06
1
-0
/
+39
*
Added compile-time error if PTR64 is incorrectly set.
Aaron Giles
2008-06-05
1
-0
/
+13
*
It is now an actual error to have duplicate input bits.
Aaron Giles
2008-06-05
1
-0
/
+3
*
Added TOKEN_SKIP_* macros to tokenize.h.
Aaron Giles
2008-05-25
1
-1
/
+4
*
Updates from MESS in response to 0.125u2
Nathan Woods
2008-05-25
1
-0
/
+5
*
Cleanups and version bump.
Aaron Giles
2008-05-22
1
-11
/
+11
*
Fixed incorrectly sized array that led to stack corruption during validity ch...
Aaron Giles
2008-05-22
1
-1
/
+1
*
Restructured input port internals and cleaned up inptport.c:
Aaron Giles
2008-05-15
1
-276
/
+257
*
Changed the inline validity checks to work around GCC bug #35885.
Wilbert Pol
2008-04-19
1
-2
/
+2
*
Cleanups for 0.124. Marked Mermaid as working per checkin comment.
Aaron Giles
2008-03-24
1
-1
/
+1
*
Added validity check to ensure input port tags don't have duplicates.
Aaron Giles
2008-03-24
1
-4
/
+24
*
Removed cpu_scalebyfcount().
Aaron Giles
2008-03-12
1
-1
/
+1
*
Compilation fixes for my last checkin (sorry).
Aaron Giles
2008-03-10
1
-10
/
+10
*
WIP check-in. Things work now, but I'm still working on the code.
Aaron Giles
2008-03-09
1
-82
/
+59
*
- the public screen_state is made to only contain items that are currently ac...
Zsolt Vasvari
2008-03-07
1
-10
/
+10
*
Removed AM_SPACE and matchmask support. Updated relevant drivers
Aaron Giles
2008-03-06
1
-9
/
+1
*
Added new macros AM_DEVREAD, AM_DEVWRITE, and AM_DEVREADWRITE,
Aaron Giles
2008-03-05
1
-36
/
+46
*
- Moves all video timing logic from cpuexec.c to video.c
Zsolt Vasvari
2008-03-01
1
-17
/
+3
*
- Removes a couple of unused items from the cpuexec_data structure
Zsolt Vasvari
2008-03-01
1
-1
/
+6
*
Most of this descriptions taken directly from an e-mail by Aaron:
Zsolt Vasvari
2008-02-29
1
-0
/
+53
*
Converted MACHINE_DRIVER definitions from function
Aaron Giles
2008-02-26
1
-35
/
+36
*
Added new module: tokenize.h. This centralizes the behavior of
Aaron Giles
2008-02-25
1
-1
/
+1
*
Cleanups and version bump for 0.123u2.
mame0123u2
Aaron Giles
2008-02-21
1
-6
/
+6
*
Most important thing to note about this change:
Aaron Giles
2008-02-21
1
-31
/
+32
*
Updated validity.c to current core style.
Aaron Giles
2008-02-19
1
-160
/
+130
*
Pulled remaining vestiges of old-style colortables:
Aaron Giles
2008-02-19
1
-7
/
+16
*
Removed expand_machine_driver().
Aaron Giles
2008-02-18
1
-9
/
+11
*
It's the end of uitext.c as we know it (and I feel fine)
Aaron Giles
2008-01-12
1
-1
/
+0
*
(From Atari Ace)
Aaron Giles
2008-01-06
1
-7
/
+45
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
Changes for MAME 0.121u4.
mame0121u4
Aaron Giles
2007-12-17
1
-1
/
+1
*
Changes for MAME 0.121u1.
mame0121u1
Aaron Giles
2007-12-17
1
-7
/
+22
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+1449
[prev]