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
/
emu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Soft resets no longer turn back clocks on devices
AJR
2016-10-09
1
-1
/
+0
*
More consistent use of integer types in tilemap_t and other graphics-related ...
AJR
2016-09-03
1
-1
/
+1
*
dirom: device_rom_interface for sound chips with rom/memory map alternative [...
Olivier Galibert
2016-08-15
1
-0
/
+1
*
make ioport_list a map instead of unordered_map, should fix INP incompatibili...
mahlemiut
2016-07-25
1
-0
/
+1
*
More efficient device error logging
AJR
2016-06-20
1
-1
/
+3
*
Split UI and frontend part from core [Miodrag Milanovic]
Miodrag Milanovic
2016-04-23
1
-2
/
+1
*
remove ui/ui.h dependency from emu.h (for couriersud)
Vas Crabb
2016-04-10
1
-4
/
+0
*
renamed memory.* to emumem.* (nw)
Miodrag Milanovic
2016-04-08
1
-1
/
+1
*
Removed I64FMT and SIZETFMT, one usage left in chdman.cpp (nw)
Miodrag Milanovic
2016-03-07
1
-1
/
+0
*
* Support *n conversion in stream_format/string_format
Vas Crabb
2016-03-01
1
-0
/
+7
*
cleanup (nw)
Miodrag Milanovic
2016-02-21
1
-0
/
+1
*
generic machine is now bookkeeping (nw)
Miodrag Milanovic
2016-01-10
1
-1
/
+1
*
Added pre-compiled headers support to build system (nw)
Miodrag Milanovic
2016-01-01
1
-2
/
+0
*
tagmap_t to std::unordered_map or std::unordered_set where applicable (nw)
Miodrag Milanovic
2015-12-09
1
-0
/
+2
*
Initial conversion of core to C++14. Note that compilers are now limited to G...
Miodrag Milanovic
2015-12-03
1
-0
/
+5
*
no need to include network.h (nw)
Miodrag Milanovic
2015-11-06
1
-3
/
+0
*
removed render.h from emu.h and fix deps (nw)
Miodrag Milanovic
2015-11-06
1
-1
/
+0
*
Relaxed emu.h a bit, should make compile a bit faster (nw)
Miodrag Milanovic
2015-11-05
1
-11
/
+2
*
pty: first step of pseudo terminal implementation
fulivi
2015-10-13
1
-0
/
+1
*
core: Add per-game parameters [O. Galibert]
Olivier Galibert
2015-01-25
1
-0
/
+1
*
-Created machine_manager as singleton class that contains (for now) one runni...
Miodrag Milanovic
2014-06-06
1
-1
/
+1
*
devcv2 -> devcb (nw)
Miodrag Milanovic
2014-05-14
1
-1
/
+1
*
farewell devcb (nw)
Miodrag Milanovic
2014-05-13
1
-1
/
+0
*
Small core cleanup (nw)
Miodrag Milanovic
2014-04-15
1
-1
/
+0
*
device_gfx_interface [Alex Jackson]
Alex W. Jackson
2014-04-05
1
-0
/
+1
*
h8: Rewrite [O. Galibert]
Olivier Galibert
2014-03-25
1
-0
/
+1
*
Added device_output_interface and macros MCFG_OUTPUT_INDEX/MCFG_OUTPUT_NAME w...
Curt Coder
2014-03-05
1
-0
/
+1
*
Renamed uimenu.? ==> ui/menu.?, uimain.? ==>
Jürgen Buchmüller
2014-01-17
1
-1
/
+1
*
Slot options can now be configured inline without creating an array. Legacy s...
smf-
2013-12-16
1
-1
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Made both DRC and Non-DRC compile for MIPS, RSP and SH2 core and added option...
Miodrag Milanovic
2013-08-27
1
-3
/
+3
*
Moved tilemap_memory into a generic memory_array class, since it is
Aaron Giles
2013-08-07
1
-0
/
+1
*
removed obsolete legacy define from src/emu/emu.h (nw)
Oliver Stöneberg
2013-08-02
1
-3
/
+0
*
Created new device_video_interface. Right now its sole purpose is to
Aaron Giles
2013-07-24
1
-0
/
+1
*
Memory system: added endianness to the memory_share class.
Aaron Giles
2013-07-20
1
-0
/
+1
*
LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running machine...
Miodrag Milanovic
2013-05-09
1
-0
/
+3
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-1
/
+1
*
Created a base class delegate_common_base for all delegate
Aaron Giles
2012-10-14
1
-0
/
+1
*
Moved device_delegates into their own files. Employed a
Aaron Giles
2012-09-26
1
-29
/
+1
*
ioport.c C++ conversion. Mostly internal changes, with no
Aaron Giles
2012-05-03
1
-0
/
+29
*
Merged watchdog back into running_machine.
Aaron Giles
2012-04-12
1
-1
/
+0
*
Moved soundlatch helpers into driver.c and removed emu/audio/generic.c.
Aaron Giles
2012-04-09
1
-1
/
+0
*
Extracted driver_device base class from machine.* and into its
Aaron Giles
2012-04-06
1
-0
/
+1
*
Move driver list/enumerator to new file drivenum.c/.h.
Aaron Giles
2012-04-06
1
-1
/
+1
*
Rewrote SAMPLES as a modern device. Updated all callers. FLAC
Aaron Giles
2012-02-19
1
-1
/
+0
*
Major CHD/chdman update. The CHD version number has been increased
Aaron Giles
2012-02-16
1
-1
/
+0
*
floppy: Do specific UI handling [O. Galibert]
Olivier Galibert
2012-01-23
1
-0
/
+3
*
Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR*
Aaron Giles
2011-12-31
1
-0
/
+3
*
Sync with MESS all credited there (no whatsnew)
Miodrag Milanovic
2011-12-12
1
-0
/
+3
*
Commented (per Kale's request) not removed libcothread usage in core (require...
Miodrag Milanovic
2011-11-30
1
-1
/
+1
[next]