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
/
romload.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MT03450] show detailed NOT FOUND messages for missing CHDs [Oliver Stöneberg]
Oliver Stöneberg
2013-09-24
1
-17
/
+19
*
removed DISK_ISOPTIONAL macro in favor of identical ROM_ISOPTIONAL (nw)
Oliver Stöneberg
2013-09-24
1
-1
/
+1
*
Cleanups and version bump
mame0148u2
Miodrag Milanovic
2013-03-19
1
-4
/
+4
*
lists have no bios flag, so this check is redundant. nw.
Fabio Priuli
2013-03-15
1
-5
/
+4
*
romload: attempt to improve loaded rom percentage display. nw.
Fabio Priuli
2013-03-14
1
-12
/
+12
*
romload: reset rom size counter when starting to load software. nw.
Fabio Priuli
2013-03-14
1
-0
/
+4
*
(MESS) romload: fixed loaded rom percentage going beyond 100% with softlist e...
Fabio Priuli
2013-03-14
1
-5
/
+12
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-23
/
+22
*
romload: Tell in which zips a missing rom was searched for [O. Galibert]
Olivier Galibert
2012-10-27
1
-8
/
+32
*
Clean-ups and version bump
mame0147
Miodrag Milanovic
2012-09-17
1
-2
/
+2
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-20
/
+19
*
Made core able to use bios selection per slot device [Miodrag Milanovic]
Miodrag Milanovic
2012-09-05
1
-17
/
+27
*
Clean-ups and version bump
mame0146u5
Miodrag Milanovic
2012-08-20
1
-1
/
+1
*
Fix no to display missing roms in case of not supported software (no whatsnew)
Miodrag Milanovic
2012-08-13
1
-2
/
+0
*
Display correct software load messages depending of supported attribute value...
Miodrag Milanovic
2012-08-12
1
-0
/
+14
*
Made UI for BIOS selection where applicable, and moved info about current
Miodrag Milanovic
2012-04-30
1
-29
/
+8
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-6
/
+6
*
Move driver list/enumerator to new file drivenum.c/.h.
Aaron Giles
2012-04-06
1
-0
/
+1
*
Be more rigorous about parsing invalid hashes. Report them
Aaron Giles
2012-02-21
1
-9
/
+0
*
Removed rom_source abstraction, which was just mapping to devices
Aaron Giles
2012-02-20
1
-94
/
+53
*
Clean-ups and version bump
mame0145u1
Angelo Salese
2012-02-19
1
-11
/
+11
*
Remove redundant hashing code, use hashing.h instead.
Aaron Giles
2012-02-16
1
-2
/
+3
*
Major CHD/chdman update. The CHD version number has been increased
Aaron Giles
2012-02-16
1
-89
/
+65
*
Some cleanup of some observed #include redundancy from source files which use...
Scott Stone
2012-02-06
1
-1
/
+0
*
Fix regression on softload item load using menus (no whatsnew)
Miodrag Milanovic
2012-01-30
1
-1
/
+1
*
Clean-ups and version bump
mame0144u7
Angelo Salese
2012-01-29
1
-1
/
+1
*
Fixed disk loading so that it handles full region tags. Fixes laserdisc
Aaron Giles
2012-01-27
1
-64
/
+46
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-4
/
+12
*
Move per emulator constants info into separate class [Miodrag Milanovic]
Miodrag Milanovic
2011-11-17
1
-2
/
+4
*
if a romregion was erased specifically, don't fill it with random data if a r...
Michaël Banaan Ananas
2011-09-17
1
-13
/
+13
*
fixed potential NULL pointer dereferences / also removed unnecessary NULL che...
Miodrag Milanovic
2011-08-08
1
-1
/
+1
*
- Updated romload so devices are loaded from separate files [Miodrag Milanovic]
Miodrag Milanovic
2011-08-02
1
-1
/
+1
*
- Removing MD5 support in ROMLOAD_* [Oliver Stoneberg]
Miodrag Milanovic
2011-07-31
1
-1
/
+1
*
Clean-ups and version bump
mame0143u1
Angelo Salese
2011-07-11
1
-1
/
+1
*
nvram - in case of multiple bioses, system nvram will be saved in [Miodrag M...
Miodrag Milanovic
2011-07-06
1
-1
/
+21
*
Fix for ROMREGION_ISINVERTED (no whatsnew)
Miodrag Milanovic
2011-06-22
1
-4
/
+8
*
Fixed some potential memory leaks and NULL pointer deferences as well as remo...
Scott Stone
2011-06-15
1
-1
/
+0
*
Switch to using delegates for some callbacks:
Aaron Giles
2011-04-27
1
-1
/
+1
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-6
/
+6
*
(Big tangle of changes that all happened as I was looking into the ROM
Aaron Giles
2011-04-13
1
-11
/
+8
*
BIG update.
Aaron Giles
2011-03-29
1
-58
/
+60
*
Cleanup of machine.h. Shuffled some fields around, and moved several
Aaron Giles
2011-03-28
1
-7
/
+7
*
romload.c: only giving a warning when loading a rom whose size is not multipl...
Fabio Priuli
2011-03-27
1
-1
/
+1
*
Decouple memory_region parameters from the ROMREGION flags.
Aaron Giles
2011-03-14
1
-20
/
+19
*
Attached emu_options to the machine_config, and the running_machine
Aaron Giles
2011-03-10
1
-1
/
+1
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-8
/
+8
*
Cleanups and version bump.
mame0141u3
Aaron Giles
2011-02-28
1
-1
/
+1
*
Hash generation and general cleanup. New class hash_collection holds
Aaron Giles
2011-02-14
1
-68
/
+32
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-76
/
+71
*
Added information screen output for any game known to have bad or missing dat...
Scott Stone
2011-02-10
1
-6
/
+20
[next]