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
/
machine
/
pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-3
/
+3
*
Moved the state saving system to C++. For now the registration macros
Aaron Giles
2011-02-08
1
-1
/
+1
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-5
/
+5
*
Updated the PCI bus device so that PCI buses can be arranged in a tree like i...
Fabio Priuli
2010-08-27
1
-8
/
+79
*
Revert of r10129 as it does not compile. I failed to buildtest this external...
Scott Stone
2010-08-27
1
-79
/
+8
*
Updated the PCI bus device so that PCI buses can be arranged in a tree like i...
Scott Stone
2010-08-26
1
-8
/
+79
*
Split implementation for legacy devices into a separate macro. Updated all
Aaron Giles
2010-06-11
1
-0
/
+3
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-7
/
+5
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-2
/
+2
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-6
/
+6
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-1
/
+1
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-1
/
+1
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-2
/
+2
*
Deprecated device_set_info. Almost all devices had a NULL or empty
Aaron Giles
2009-04-23
1
-14
/
+0
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-1
/
+1
*
Removed device types from device queries that use tags, under the
Aaron Giles
2009-03-02
1
-1
/
+1
*
On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote:
Aaron Giles
2009-01-22
1
-2
/
+0
*
Cleaned up device and sound interfaces to match the CPU
Aaron Giles
2008-12-19
1
-5
/
+5
*
Cleanups and version bump.
Aaron Giles
2008-12-15
1
-2
/
+2
*
Made the PCI bus a device. The bus is declared in the machine
Aaron Giles
2008-12-07
1
-63
/
+149
*
Move cpunum_get_active() removal.
Aaron Giles
2008-11-27
1
-4
/
+4
*
Fix 8042kbdc.c and pci.c warnings
Couriersud
2008-11-14
1
-2
/
+2
*
WARNING: this compiles, but not fully cleanly, and a number of drivers
Aaron Giles
2008-11-14
1
-4
/
+4
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-2
/
+2
*
Added running_machine * parameter to the front of all read/write handlers.
Aaron Giles
2008-03-05
1
-2
/
+2
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+197