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
*
inptport.* -> ioport.*
Aaron Giles
2011-06-28
1
-1
/
+1
*
devintrf.* -> device.*
Aaron Giles
2011-06-28
1
-1
/
+1
*
Added byuu's cothread library, along with a wrapper class. Switched to
Aaron Giles
2011-06-25
1
-0
/
+1
*
(Finally found the time to finish this....)
Aaron Giles
2011-05-30
1
-1
/
+0
*
Switch input ports to use function-based constructors instead of tokens.
Aaron Giles
2011-05-10
1
-7
/
+6
*
Added support for dynamic devices, will add more info for log
Miodrag Milanovic
2011-05-04
1
-0
/
+1
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-2
/
+1
*
Created device_rtc_interface which can be used to initialize RTC's to a certa...
Curt Coder
2011-04-22
1
-0
/
+1
*
Rename state_manager -> save_manager since the term "state" is overloaded.
Aaron Giles
2011-04-20
1
-1
/
+1
*
Hash generation and general cleanup. New class hash_collection holds
Aaron Giles
2011-02-14
1
-0
/
+1
*
Moved the state saving system to C++. For now the registration macros
Aaron Giles
2011-02-08
1
-4
/
+4
*
Move generic templates from emucore.h to emutempl.h.
Aaron Giles
2011-02-07
1
-0
/
+1
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-1
/
+1
*
C++-ified the sound and streams interfaces. Combined sound.c and streams.c
Aaron Giles
2011-01-27
1
-1
/
+1
*
Moved LCD layouts to emu section and removed some more ifdefs (no whatsnew)
Miodrag Milanovic
2011-01-05
1
-3
/
+0
*
Split the screen device into a separate module.
Aaron Giles
2010-12-02
1
-0
/
+1
*
Added read_status() and write_command() methods to the okim6295_device
Aaron Giles
2010-09-05
1
-1
/
+1
*
Changed driver_data objects to be devices. Replaced the driver_data_t
Aaron Giles
2010-09-02
1
-1
/
+1
*
De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining
Aaron Giles
2010-08-26
1
-0
/
+6
*
I had originally wanted to convert the profiler to use scopes (e.g.,
Aaron Giles
2010-08-21
1
-0
/
+1
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
1
-0
/
+1
*
Return to type safety. Changed address maps back into functions that build
Aaron Giles
2010-08-01
1
-0
/
+1
*
Removed need for messdrv.h (no whatsnew)
Miodrag Milanovic
2010-07-05
1
-1
/
+0
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-0
/
+1
*
- Moved softlist implementation from MESS [Miodrag Milanovic]
Miodrag Milanovic
2010-06-20
1
-0
/
+1
*
- removed MESS dependency from config.c
Miodrag Milanovic
2010-06-17
1
-1
/
+3
*
devlegacy.c,clifront.c,info.c [Miodrag Milanovic]
Miodrag Milanovic
2010-06-15
1
-0
/
+2
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-3
/
+10
*
- Moved natural keyboard support from MESS to MAME
Miodrag Milanovic
2010-02-12
1
-1
/
+0
*
- Added MESS dependent code missing in emu.h
Miodrag Milanovic
2010-01-19
1
-0
/
+6
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
1
-1
/
+0
*
Cleanups and version bump.
Aaron Giles
2010-01-16
1
-3
/
+3
*
Fixed memory freeing so that is it released in the opposite order
Aaron Giles
2010-01-11
1
-3
/
+3
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-0
/
+112