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
/
memory.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-13
/
+13
*
Fixes so we can compile as C++ again.
Aaron Giles
2009-12-28
1
-23
/
+26
*
Some misc cleanups:
Aaron Giles
2009-12-15
1
-1
/
+1
*
Cleanups and version bump.
mame0135u3
Aaron Giles
2009-12-11
1
-147
/
+147
*
Apply mirrors and global masks at address map detokenizing time rather
Aaron Giles
2009-12-10
1
-0
/
+16
*
Added new functions:
Aaron Giles
2009-12-07
1
-14
/
+37
*
Fix 64-bit issue noted by Juergen.
R. Belmont
2009-12-06
1
-2
/
+2
*
Internal memory system shuffling. Address maps initialized internally
Aaron Giles
2009-12-06
1
-157
/
+235
*
Memory shares are now specified by tag instead of index.
Aaron Giles
2009-12-05
1
-46
/
+111
*
Renamed functions:
Aaron Giles
2009-12-05
1
-4
/
+4
*
More memory system cleanup. Removed SMH_* macros entirely. In
Aaron Giles
2009-12-05
1
-140
/
+171
*
Memory banks are now referenced by tag rather than index.
Aaron Giles
2009-12-03
1
-208
/
+248
*
One more Clang warning fix.
R. Belmont
2009-12-02
1
-1
/
+1
*
Removed global videoram, colorram, paletteram, and spriteram.
Aaron Giles
2009-11-28
1
-9
/
+0
*
Introduced a generic_pointers structure within machine that is
Aaron Giles
2009-11-26
1
-1
/
+28
*
added memory_install_write_port_handler & memory_install_readwrite_port_handl...
smf-
2009-11-25
1
-33
/
+24
*
Added new module tagmap which is a simple hashed string map.
Aaron Giles
2009-11-23
1
-8
/
+7
*
added device support to the input system. internally this replaces PORT_CUSTO...
smf-
2009-11-20
1
-0
/
+82
*
Minor comment cleanup.
Aaron Giles
2009-11-15
1
-3
/
+4
*
Fixed a couple of source typos [Christophe Jaillet]
Phil Bennett
2009-10-21
1
-1
/
+1
*
Fixed up RAM bank names to prevent crashes with memdump.
Aaron Giles
2009-09-28
1
-11
/
+25
*
Now allow for banks to take up half of the available slots.
Aaron Giles
2009-09-21
1
-1
/
+1
*
Fixed up some error logging messages to output the correct number of characters
Aaron Giles
2009-09-10
1
-9
/
+9
*
Changed profiler to separate start/stop cases. [Christophe Jaillet]
Aaron Giles
2009-08-19
1
-16
/
+16
*
Cleanups and version bump.
mame0132u4
Aaron Giles
2009-07-10
1
-5
/
+5
*
Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO
Aaron Giles
2009-07-09
1
-3
/
+27
*
Another step. Moved the address-space related get_info constants
Aaron Giles
2009-07-08
1
-48
/
+48
*
Move address_map array from cpu_config to device_config. Added
Aaron Giles
2009-07-08
1
-3
/
+2
*
Fixed misaligned table.
Aaron Giles
2009-05-13
1
-2
/
+2
*
Removed address_map2 items from the CPU config, etc.
Aaron Giles
2009-05-09
1
-2
/
+0
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-23
/
+14
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-55
/
+55
*
Cleanups and version bump.
Aaron Giles
2009-03-05
1
-2
/
+2
*
Removed device types from device queries that use tags, under the
Aaron Giles
2009-03-02
1
-8
/
+6
*
Converted the following drivers to the new device-based 6821 PIA:
Aaron Giles
2009-03-02
1
-7
/
+73
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2009-02-26
1
-2
/
+2
*
bytemask should not mask low bits. Fixes disassembler for CPUs with address
Aaron Giles
2009-02-06
1
-1
/
+1
*
Changed memory_set_direct_region to pass the address returned from the DIRECT...
smf-
2009-01-31
1
-6
/
+9
*
Opcode accesses are now marked debugger_access. This is important with the re...
Aaron Giles
2009-01-30
1
-3
/
+4
*
Removed some stray ADDR2BYTE/BYTE2ADDR macros that have been replaced by
Aaron Giles
2009-01-17
1
-23
/
+17
*
Cleanups and version bump.
mame0129u1
Aaron Giles
2009-01-15
1
-12
/
+12
*
Made direct (opcode) access more robust. Direct access now crawls the
Aaron Giles
2009-01-13
1
-118
/
+274
*
CPU interface organization shuffle. The file cpuintrf.h now merely
Aaron Giles
2008-12-22
1
-21
/
+0
*
More device normalization:
Aaron Giles
2008-12-16
1
-1
/
+1
*
Made CPUs into proper devices. CPUs are now added in the
Aaron Giles
2008-12-16
1
-109
/
+103
*
Cleanups/version bump/added missing drivers.
mame0128u5
Aaron Giles
2008-12-06
1
-1
/
+1
*
Fixed some memory view-related issues:
Aaron Giles
2008-12-05
1
-6
/
+6
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-5
/
+5
*
CPU_IS_LE -> ENDIANNESS_LITTLE
Aaron Giles
2008-12-04
1
-2
/
+2
*
Big debugger cleanup.
Aaron Giles
2008-12-03
1
-19
/
+52
[next]