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
*
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
*
Cleanups and version bump.
mame0141u1
Aaron Giles
2011-01-24
1
-8
/
+8
*
romload.c: made -bios option case insensitive [Fabio Priuli]
Fabio Priuli
2011-01-17
1
-2
/
+2
*
romload.c: implemented handling of parent-clone CHDs in software lists [Fabio...
Fabio Priuli
2011-01-16
1
-6
/
+81
*
softlists: added WARNING if loading a software with supported="partial" or "n...
Fabio Priuli
2011-01-14
1
-18
/
+11
*
allow software lists to look for files in the rompath too [Fabio Priuli]
Fabio Priuli
2011-01-13
1
-18
/
+57
*
romload.c: added support for split set to softlist (for cart, cd and hd) [Fab...
Fabio Priuli
2011-01-13
1
-38
/
+109
*
Added CHD support in softlists [Miodrag Milanovic]
Miodrag Milanovic
2011-01-10
1
-7
/
+13
*
Ok, last major rename for this round:
Aaron Giles
2011-01-01
1
-4
/
+4
*
mame_rand() -> machine->rand()
Aaron Giles
2010-12-31
1
-1
/
+1
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-1
/
+1
*
Changed driver_device to expose the game_driver's ROMs through the
Aaron Giles
2010-09-03
1
-95
/
+57
*
- Added MDRV_SOFTWARE_LIST_COMPATIBLE_ADD for adding compatible software list...
Miodrag Milanovic
2010-07-06
1
-1
/
+2
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-72
/
+52
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-2
/
+2
*
- Moved softlist implementation from MESS [Miodrag Milanovic]
Miodrag Milanovic
2010-06-20
1
-2
/
+0
*
Added back software list support in emu core, and update 6510 and SM8500 cpu ...
Miodrag Milanovic
2010-06-13
1
-0
/
+82
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-24
/
+29
*
worked around a MESS related issue with software lists calling display_loadin...
Fabio Priuli
2010-04-28
1
-1
/
+3
*
Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg]
Scott Stone
2010-04-23
1
-2
/
+2
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-1
/
+1
*
Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify
Aaron Giles
2010-01-21
1
-3
/
+3
*
Made direct accessors for device configuration state. Currently they
Aaron Giles
2010-01-21
1
-3
/
+3
*
Fix bug where memory regions were not properly enumerated for the
Aaron Giles
2010-01-18
1
-17
/
+19
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-14
/
+14
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
1
-17
/
+15
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-2
/
+2
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-1
/
+0
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-3
/
+3
*
Extended the astring class wrapper into something useful, and
Aaron Giles
2010-01-08
1
-65
/
+50
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-3
/
+3
[next]