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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
C++-ified the sound and streams interfaces. Combined sound.c and streams.c
Aaron Giles
2011-01-27
1
-2
/
+3
*
Ok, last major rename for this round:
Aaron Giles
2011-01-01
1
-24
/
+12
*
mame_rand() -> machine->rand()
Aaron Giles
2010-12-31
1
-5
/
+0
*
Split the screen device into a separate module.
Aaron Giles
2010-12-02
1
-0
/
+4
*
C++-ified the cheat engine.
Aaron Giles
2010-10-27
1
-3
/
+4
*
Create new class osd_interface to house OSD callbacks. Added new
Aaron Giles
2010-10-21
1
-1
/
+4
*
Cleanups and version bump.
Aaron Giles
2010-10-14
1
-1
/
+1
*
Converted render.c objects into C++ objects. Updated all callers.
Aaron Giles
2010-10-13
1
-2
/
+9
*
Cleanups and version bump.
mame0139u3
Aaron Giles
2010-09-19
1
-2
/
+2
*
Moved auto-finding code down into the device_t object so it can be more
Aaron Giles
2010-09-14
1
-99
/
+0
*
Attempted fix for gcc 4.5.0 complaint.
Aaron Giles
2010-09-08
1
-1
/
+1
*
Removed generic.videoram and generic.videoram_size. These generics
Aaron Giles
2010-09-08
1
-2
/
+0
*
Added templates required_shared_ptr<> and optional_shared_ptr<> which
Aaron Giles
2010-09-04
1
-34
/
+69
*
New model for populating devices in a driver_device class. Removed the
Aaron Giles
2010-09-03
1
-12
/
+58
*
Changed driver_device to expose the game_driver's ROMs through the
Aaron Giles
2010-09-03
1
-3
/
+8
*
Changed driver_data objects to be devices. Replaced the driver_data_t
Aaron Giles
2010-09-02
1
-29
/
+191
*
Changed the MACHINE_DRIVER_* macros, as follows:
Aaron Giles
2010-09-01
1
-2
/
+2
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-3
/
+3
*
Declared virtual functions in driver_data_t for:
Aaron Giles
2010-08-21
1
-0
/
+19
*
Swap: (astring.len() != 0) -> astring
Aaron Giles
2010-08-21
1
-1
/
+1
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
1
-2
/
+3
*
Cleanups and version bump.
mame0139u1
Aaron Giles
2010-08-12
1
-1
/
+1
*
(Wow, I had no idea quite so many drivers were using driver_data!)
Aaron Giles
2010-08-04
1
-1
/
+16
*
Cleanups and version bump.
mame0138u3
Aaron Giles
2010-07-06
1
-21
/
+21
*
Remove most other instances of cpu_get_total_cycles.
Aaron Giles
2010-06-30
1
-1
/
+1
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-0
/
+492