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
*
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
*
Added some missing header declarations and static qualifiers. Added validity....
Phil Bennett
2010-01-06
1
-0
/
+1
*
Exposed an address space for EEPROM devices. This has several
Aaron Giles
2009-12-28
1
-10
/
+10
*
EEPROM device now looks for a matching memory region to fetch the
Aaron Giles
2009-12-23
1
-1
/
+1
*
Added new module tagmap which is a simple hashed string map.
Aaron Giles
2009-11-23
1
-2
/
+2
*
> -----Original Message-----
Aaron Giles
2009-08-13
1
-50
/
+51
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-4
/
+4
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-6
/
+6
*
Redid metadata hashing. A digest of tags and hashes for each
Aaron Giles
2009-03-10
1
-2
/
+1
*
Allow chds to be directly in the rom directory without a subdirectory
Olivier Galibert
2009-03-08
1
-0
/
+14
*
Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE
Aaron Giles
2009-01-17
1
-7
/
+3
*
Cleanups and version bump.
mame0129
Aaron Giles
2009-01-04
1
-8
/
+8
*
romload cleanups:
Aaron Giles
2009-01-02
1
-163
/
+196
*
Removed a couple of unnecessary typedefs from mamecore.h.
Aaron Giles
2009-01-02
1
-22
/
+49
*
Added the ability for a ROMset to specify a default BIOS. Use
Aaron Giles
2008-12-31
1
-1
/
+10
*
Made CPUs into proper devices. CPUs are now added in the
Aaron Giles
2008-12-16
1
-3
/
+2
*
Removed mame_find_cpu_index(). Use cputag_get_cpu() instead.
Aaron Giles
2008-12-06
1
-4
/
+4
*
CPU_IS_LE -> ENDIANNESS_LITTLE
Aaron Giles
2008-12-04
1
-1
/
+1
*
Massive API cleanup/change. The primary goal is that all CPU-
Aaron Giles
2008-11-13
1
-2
/
+2
*
Changed requirements for laserdisc CHDs to require a new chunk of
Aaron Giles
2008-09-18
1
-1
/
+1
*
Cleanups and version bump.
mame0127u3
Aaron Giles
2008-09-11
1
-8
/
+8
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-09-11
1
-33
/
+32
*
CPUs, sound chips, devices, and ROM-regions which are specified by devices
Aaron Giles
2008-09-08
1
-67
/
+74
*
Added concept of rom sources to the rom loader. Updated auditing,
Aaron Giles
2008-09-06
1
-30
/
+102
*
Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a
Aaron Giles
2008-09-06
1
-49
/
+89
*
Added PR-8210 support to the ldplayer. Fixed step forward command on the PR-8...
Aaron Giles
2008-08-22
1
-7
/
+4
*
Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code.
Aaron Giles
2008-08-18
1
-1
/
+1
*
Moved several include files from mame/ to emu/, as they were
Aaron Giles
2008-08-13
1
-0
/
+15
*
Cleanups and version bump.
mame0126u4
Aaron Giles
2008-08-07
1
-1
/
+1
*
Disks opened by the romload module are no longer identified by index.
Aaron Giles
2008-08-01
1
-14
/
+18
*
Cleanups/version bump.
mame0126u3
Aaron Giles
2008-07-31
1
-1
/
+1
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-07-31
1
-2
/
+2
*
Moved region post-processing back to the end. Fixes endian issue on
Aaron Giles
2008-07-29
1
-3
/
+4
*
Region classes go bye-bye.
Aaron Giles
2008-07-28
1
-26
/
+20
*
Changed the way memory regions are referenced. Instead of a single
Aaron Giles
2008-07-28
1
-62
/
+63
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-07-24
1
-23
/
+22
*
Cleanups.
Aaron Giles
2008-07-17
1
-2
/
+2
*
Changed direct access EEPROM interface to return the "bus width" of the
Aaron Giles
2008-07-17
1
-25
/
+52
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-06-23
1
-4
/
+4
*
Credit Fabio Priuli: Remove port_input_read_indexed in favor of the use of pr...
Couriersud
2008-06-02
1
-1
/
+1
*
This is a better fix for MAMETesters 00149: No error report for invalid BIOS ...
Aaron Giles
2008-05-01
1
-13
/
+19
*
From: Atari Ace
Aaron Giles
2008-04-21
1
-6
/
+9
*
The term "driver" is way overloaded in the system.
Aaron Giles
2008-02-18
1
-1
/
+1
*
- Added deprecat.h that contains some deprecated/discouraged contructs (see b...
Zsolt Vasvari
2008-01-25
1
-2
/
+1
*
First in a series of updates to remove the use of the global Machine from as ...
Zsolt Vasvari
2008-01-24
1
-1
/
+1
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
(From Oliver Stoneberg)
Aaron Giles
2008-01-03
1
-1
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+1169