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
/
devices
/
bus
/
nubus
Commit message (
Expand
)
Author
Age
Files
Lines
*
srcclean and regenerate localisations (nw)
Vas Crabb
2018-01-28
1
-10
/
+10
*
xtal.h is dead, long live to xtal.cpp [O. Galibert]
Olivier Galibert
2018-01-23
2
-3
/
+3
*
API Change: Machine configs are now a method of the owner class, and the prot...
Olivier Galibert
2018-01-17
18
-18
/
+18
*
Privatize m_screen and other variables of device_video_interface (nw)
AJR
2018-01-05
12
-34
/
+34
*
Extended time! All space.device() removed from comments (nw)
Olivier Galibert
2018-01-05
10
-53
/
+53
*
mac: preliminary support for AE Quadralink 4-port serial [R. Belmont, Al Kossow]
arbee
2018-01-02
2
-0
/
+239
*
mac: added 1.3 ROM to BootBug card [Al Kossow]
arbee
2018-01-01
1
-2
/
+5
*
Remove a bunch of space.device().safe_pc() from devices (nw)
Olivier Galibert
2017-12-30
2
-4
/
+4
*
mac: Support for "BootBug" NuBus remote debugger card [Al Kossow, R. Belmont]
arbee
2017-12-25
2
-0
/
+167
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
2
-2
/
+2
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
2
-2
/
+2
*
get rid of legacy BITSWAP* (nw)
Vas Crabb
2017-12-13
2
-2
/
+2
*
Pet peeving with extreme prejudice (nw)
Olivier Galibert
2017-11-30
1
-5
/
+5
*
Fix build (nw)
AJR
2017-06-12
3
-0
/
+4
*
device_add_mconfig up to devices/bus/o* (nw)
Ivan Vangelista
2017-06-12
32
-314
/
+239
*
Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you.
Vas Crabb
2017-05-22
16
-16
/
+16
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
34
-685
/
+661
*
nubus_48gc: add full rom label for 341-0868 (nw)
Lord-Nightmare
2017-04-30
1
-1
/
+1
*
rand() corrections in src/devices/* (nw)
hap
2017-04-26
1
-1
/
+1
*
Add later SuperMac Spec/8 III V1.3 NuBus ROM [fink]
Lord-Nightmare
2017-03-27
1
-1
/
+2
*
more validation fixes (nw)
Vas Crabb
2017-03-04
1
-1
/
+1
*
Make device_image_interface::update_names a private method called automatical...
AJR
2017-03-03
1
-6
/
+0
*
Image instance name refactoring and bug fixing (nw)
AJR
2017-03-02
2
-24
/
+26
*
Self-registering devices prep:
Vas Crabb
2017-02-27
17
-23
/
+39
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
17
-17
/
+0
*
mac: fix NuBus memory stomp [R. Belmont]
arbee
2017-01-29
1
-3
/
+3
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
34
-289
/
+289
*
dynamic_buffer is just std::vector<UINT8> (nw)
Miodrag Milanovic
2016-10-21
15
-15
/
+15
*
Created a tiny_rom_entry structure for the purposes of rom_entry declarations...
Nathan Woods
2016-08-06
32
-36
/
+36
*
Turn image init/validate into scoped enums to avoid accidental casts to/from ...
Vas Crabb
2016-08-01
1
-4
/
+4
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-2
/
+2
*
Removing nullptr image_formats, and fixing formatting
Nathan Woods
2016-07-14
1
-1
/
+0
*
Consolidating implementations of create_option_guide() that return nullptr
Nathan Woods
2016-07-13
1
-1
/
+0
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-1
/
+1
*
POSIX implementation for new directory read features, cleanup of Windows impl...
Vas Crabb
2016-06-25
2
-5
/
+4
*
Memory fun [O.Galibert]
Olivier Galibert
2016-06-14
5
-13
/
+17
*
Fix several buses so they can work when not a direct child of the root (nw)
arbee
2016-04-12
1
-1
/
+1
*
Revert software-installed slot/image options when changing software
AJR
2016-04-04
1
-1
/
+0
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
2
-15
/
+13
*
reverting:
Miodrag Milanovic
2016-01-20
34
-104
/
+110
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
34
-36
/
+36
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
34
-36
/
+36
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
34
-110
/
+104
*
cleanups (nw)
Miodrag Milanovic
2015-12-25
1
-1
/
+1
*
auto_alloc_array_clear -> make_unique_clear (nw)
Miodrag Milanovic
2015-12-19
1
-7
/
+7
*
override part 1 (nw)
Miodrag Milanovic
2015-12-05
18
-95
/
+95
*
Revert "use c++ cast instead of c casts (nw)"
Miodrag Milanovic
2015-12-05
15
-43
/
+43
*
use c++ cast instead of c casts (nw)
Miodrag Milanovic
2015-12-05
15
-43
/
+43
*
clang-modernize part 2
Miodrag Milanovic
2015-12-04
13
-23
/
+23
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
1
-2
/
+2
[next]