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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplified way of getting octal info (no whatsnew)
Miodrag Milanovic
2011-10-04
1
-15
/
+0
*
Added a way to handle output for debug messages and debugger itself into octa...
Miodrag Milanovic
2011-10-04
1
-2
/
+15
*
Fixed some potential memory leaks and NULL pointer deferences as well as remo...
Scott Stone
2011-06-15
1
-2
/
+0
*
Fix inverted check on anonymous timers prior to saving state. Also
Aaron Giles
2011-06-05
1
-1
/
+1
*
(Finally found the time to finish this....)
Aaron Giles
2011-05-30
1
-1
/
+2
*
Switch input ports to use function-based constructors instead of tokens.
Aaron Giles
2011-05-10
1
-2
/
+2
*
Cleanups and version bump
mame0142u3
Angelo Salese
2011-05-08
1
-1
/
+1
*
Attach gamedrv's input ports to the driver_device, so that there's
Aaron Giles
2011-05-05
1
-1
/
+12
*
Fix indeterminate order of calls.
Aaron Giles
2011-04-30
1
-2
/
+3
*
Fix adding dynamic device fixing coco and ti99_4 (no whatsnew)
Miodrag Milanovic
2011-04-30
1
-4
/
+1
*
Switch to using delegates for some callbacks:
Aaron Giles
2011-04-27
1
-6
/
+6
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-79
/
+91
*
Rename state_manager -> save_manager since the term "state" is overloaded.
Aaron Giles
2011-04-20
1
-5
/
+5
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-10
/
+10
*
Cleanups again
Angelo Salese
2011-04-18
1
-3
/
+3
*
(Big tangle of changes that all happened as I was looking into the ROM
Aaron Giles
2011-04-13
1
-2
/
+11
*
Cleanups and version bump.
mame0142
Aaron Giles
2011-04-03
1
-1
/
+1
*
Move overridable device->rom_region(), device->machine_config_additions(), and
Aaron Giles
2011-03-30
1
-1
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-45
/
+45
*
Cleanup of machine.h. Shuffled some fields around, and moved several
Aaron Giles
2011-03-28
1
-46
/
+33
*
Decouple memory_region parameters from the ROMREGION flags.
Aaron Giles
2011-03-14
1
-4
/
+6
*
Attached emu_options to the machine_config, and the running_machine
Aaron Giles
2011-03-10
1
-12
/
+11
*
Fix -no<option> for booleans
Aaron Giles
2011-03-05
1
-1
/
+1
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-13
/
+13
*
Modified video update system. [Miodrag Milanovic]
Miodrag Milanovic
2011-02-24
1
-20
/
+3
*
Input ports can now be added to device, names are formed as sub tags from par...
Miodrag Milanovic
2011-02-13
1
-1
/
+1
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-11
/
+9
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-1
/
+1
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-1
/
+2
*
Cleanups and version bump.
mame0141u2
Aaron Giles
2011-02-09
1
-1
/
+1
*
Moved the state saving system to C++. For now the registration macros
Aaron Giles
2011-02-08
1
-7
/
+3
*
Move generic templates from emucore.h to emutempl.h.
Aaron Giles
2011-02-07
1
-2
/
+2
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-1
/
+1
*
Fix build break from last checkin.
Aaron Giles
2011-02-06
1
-9
/
+5
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-13
/
+8
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-2
/
+2
*
Converted attotime to a class, with proper operators. Removed old
Aaron Giles
2011-02-03
1
-2
/
+2
*
C++-ified the sound and streams interfaces. Combined sound.c and streams.c
Aaron Giles
2011-01-27
1
-6
/
+4
*
Fixed some long standing issues with image device config (no whatsnew)
Miodrag Milanovic
2011-01-17
1
-2
/
+0
*
Ok, last major rename for this round:
Aaron Giles
2011-01-01
1
-8
/
+8
*
Fix regressions in games with buffered spriteram.
Aaron Giles
2010-12-06
1
-1
/
+3
*
Split the screen device into a separate module.
Aaron Giles
2010-12-02
1
-4
/
+7
*
C++-ified the cheat engine.
Aaron Giles
2010-10-27
1
-3
/
+2
*
Use "default" font for artwork elements as well.
Aaron Giles
2010-10-24
1
-1
/
+1
*
Create new class osd_interface to house OSD callbacks. Added new
Aaron Giles
2010-10-21
1
-2
/
+3
*
03915: All sets using -autosave: "auto.sta" can mistakenly be erased
Aaron Giles
2010-10-19
1
-1
/
+1
*
Converted render.c objects into C++ objects. Updated all callers.
Aaron Giles
2010-10-13
1
-4
/
+5
*
Moved auto-finding code down into the device_t object so it can be more
Aaron Giles
2010-09-14
1
-38
/
+0
*
From Micko: fixed chd image loading? (mainly for MESS)
Angelo Salese
2010-09-07
1
-12
/
+12
*
Added templates required_shared_ptr<> and optional_shared_ptr<> which
Aaron Giles
2010-09-04
1
-10
/
+10
[next]