index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
bus
/
gba
/
rom.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove final cases where people directly registered state data with the core ...
Aaron Giles
2021-04-14
1
-27
/
+62
*
Enable GCC implicit fallthrough warning.
Vas Crabb
2020-11-15
1
-0
/
+1
*
finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw)
Ivan Vangelista
2020-06-18
1
-15
/
+15
*
src/devices: Replace output().set_value with output finders (nw)
AJR
2019-10-30
1
-2
/
+17
*
Make osd_printf_* use util/strformat semantics.
Vas Crabb
2019-09-26
1
-1
/
+1
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-16
/
+16
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-16
/
+16
*
intelfsh: Eliminate address_space argument from read/write handlers (nw)
AJR
2019-02-01
1
-16
/
+16
*
-intelfsh: Removed MCFG, nw
mooglyguy
2018-09-05
1
-6
/
+8
*
as if millions of this pointers suddenly cried out in terror, and were sudden...
Vas Crabb
2018-06-08
1
-16
/
+16
*
remove safe_pc() and safe_pcbase() (nw)
smf-
2018-04-13
1
-1
/
+1
*
API Change: Machine configs are now a method of the owner class, and the prot...
Olivier Galibert
2018-01-17
1
-2
/
+2
*
compile fix for GCC 7.2.1 (nw)
arbee
2018-01-13
1
-1
/
+4
*
-gba: Use correct initial mapping for movie cartridges. Fixes v_sharkt, v_shr...
mooglyguy
2018-01-13
1
-4
/
+8
*
Extended time! All space.device() removed from comments (nw)
Olivier Galibert
2018-01-05
1
-5
/
+0
*
-gba: By default, GPIO ports should pass ROM through on read. Fixes Doom 2 an...
mooglyguy
2017-11-02
1
-3
/
+1
*
device_add_mconfig up to devices/bus/h* (nw)
Ivan Vangelista
2017-06-08
1
-12
/
+2
*
Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you.
Vas Crabb
2017-05-22
1
-2
/
+2
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-52
/
+47
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-13
/
+13
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-40
/
+40
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-37
/
+36
*
sorry for the inconvenience. nw.
etabeta78
2016-06-06
1
-1
/
+1
*
gba.cpp: several improvements [Fabio Priuli]
etabeta78
2016-06-06
1
-120
/
+702
*
Cleanups and version bump
mame0174
Miodrag Milanovic
2016-05-25
1
-5
/
+5
*
gba.cpp: Added preliminary support for the 3D Matrix Memory
etabeta78
2016-05-17
1
-0
/
+75
*
reverting:
Miodrag Milanovic
2016-01-20
1
-7
/
+7
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-7
/
+7
*
Revert "use c++ cast instead of c casts (nw)"
Miodrag Milanovic
2015-12-05
1
-2
/
+2
*
use c++ cast instead of c casts (nw)
Miodrag Milanovic
2015-12-05
1
-2
/
+2
*
Initial conversion of core to C++14. Note that compilers are now limited to G...
Miodrag Milanovic
2015-12-03
1
-2
/
+2
*
fix uninitialized class members for bus devices (nw)
Miodrag Milanovic
2015-11-14
1
-2
/
+2
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+438