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
/
romentry.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw)
AJR
2018-06-24
1
-0
/
+69
*
Move the +1 to the proper place in the ROM BIOS macros - that's been
Vas Crabb
2018-05-29
1
-2
/
+2
*
Turn most of the ROM entry accessor macros into templates, and make them work...
Vas Crabb
2017-09-18
1
-10
/
+14
*
general cleanup:
Vas Crabb
2017-05-23
1
-2
/
+3
*
Fix for the nonstandard types when not using the broken precompiled headers. ...
smf-
2016-11-19
1
-0
/
+1
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-14
/
+14
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-11
/
+11
*
Changed how ROM_COPY and ROM_FILL are represented in tiny_rom_entry to be mor...
Nathan Woods
2016-08-11
1
-12
/
+2
*
Created a tiny_rom_entry structure for the purposes of rom_entry declarations...
Nathan Woods
2016-08-06
1
-6
/
+18
*
Let's give the new srcclean a spin...
Vas Crabb
2016-08-02
1
-7
/
+7
*
Added some default constructors to rom_entry(), and made it so changes to fla...
Nathan Woods
2016-08-01
1
-1
/
+5
*
Changes rom_entry from a struct to a class, storing its strings as std::strin...
Nathan Woods
2016-08-01
1
-0
/
+153