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
*
Move destructor definitions out of header files included by emu.h; clean some...
Alex W. Jackson
2014-03-27
1
-3
/
+0
*
primary_screen -> first_screen() (nw)
Miodrag Milanovic
2014-03-15
1
-0
/
+2
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-10
/
+9
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-8
/
+0
*
rest of ATTR_PRINTF review (nw)
Oliver Stöneberg
2014-02-25
1
-1
/
+1
*
Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M...
Miodrag Milanovic
2014-02-16
1
-1
/
+0
*
Let running_machine handle nvram save/load (nw)
Miodrag Milanovic
2014-02-02
1
-0
/
+4
*
Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention...
Nathan Woods
2014-01-29
1
-0
/
+3
*
Unglamorous changes from my UI rewrite
Jürgen Buchmüller
2014-01-17
1
-0
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Fix long-standing architectural wart: the priority bitmap is no longer owned
Aaron Giles
2013-07-26
1
-1
/
+0
*
emuopts.c: Added a new option -statename which allows to specify the location...
Fabio Priuli
2013-05-28
1
-0
/
+1
*
Cleanups and version bump
mame0148u5
Miodrag Milanovic
2013-05-20
1
-3
/
+3
*
Adds statesave (ss) & stateload (sl) commands to the debugger. [Andrew Gardner]
Andrew Gardner
2013-05-14
1
-0
/
+4
*
LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running machine...
Miodrag Milanovic
2013-05-09
1
-0
/
+1
*
Autoboot command support added [Ben Geeves,Miodrag Milanovic]
Miodrag Milanovic
2013-05-06
1
-0
/
+3
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-100
/
+100
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-5
/
+5
*
Created ioport_manager and moved the port list to it.
Aaron Giles
2012-04-22
1
-23
/
+2
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-82
/
+6
*
Remove color_prom parameter from PALETTE_INIT. Added code where
Aaron Giles
2012-04-12
1
-37
/
+0
*
Merged watchdog back into running_machine.
Aaron Giles
2012-04-12
1
-0
/
+11
*
Moved soundlatch helpers into driver.c and removed emu/audio/generic.c.
Aaron Giles
2012-04-09
1
-2
/
+0
*
Templatized the palette generators and made naming consistent.
Aaron Giles
2012-04-09
1
-2
/
+0
*
Extracted driver_device base class from machine.* and into its
Aaron Giles
2012-04-06
1
-188
/
+0
*
Converted memory_private to memory_manager and moved global memory
Aaron Giles
2012-04-05
1
-2
/
+2
*
Moved all drivers to using the paletteram helpers defined in the
Aaron Giles
2012-04-05
1
-21
/
+19
*
Death to generic spriteram.
Aaron Giles
2012-03-08
1
-4
/
+0
*
Create new devices buffered_spriteram<n>_device, which manage buffered
Aaron Giles
2012-03-08
1
-2
/
+0
*
Clean-ups and version bump
mame0144u7
Angelo Salese
2012-01-29
1
-1
/
+1
*
Change device reset so that the resets proceed hierarchically. Added
Aaron Giles
2012-01-26
1
-1
/
+1
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-22
/
+25
*
Rewrote tilemap.c as a C++ class. For now kept the global
Aaron Giles
2012-01-16
1
-2
/
+3
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-4
/
+5
*
Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped),
Aaron Giles
2012-01-02
1
-1
/
+0
*
Bulk conversion of bitmap_t * to bitmap_t & . With this change the
Aaron Giles
2012-01-02
1
-1
/
+1
*
Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a
Aaron Giles
2011-12-29
1
-1
/
+0
*
Clean-ups and version bump
mame0144u1
Angelo Salese
2011-11-27
1
-2
/
+2
*
Added generic helper read/write members to the driver_device base class.
Aaron Giles
2011-11-22
1
-0
/
+111
*
Simplified way of getting octal info (no whatsnew)
Miodrag Milanovic
2011-10-04
1
-1
/
+0
*
Added a way to handle output for debug messages and debugger itself into octa...
Miodrag Milanovic
2011-10-04
1
-0
/
+1
*
Allow region tags starting with a : to mean "absolute" so devices can access ...
R. Belmont
2011-09-17
1
-0
/
+6
*
(Finally found the time to finish this....)
Aaron Giles
2011-05-30
1
-0
/
+2
*
Switch input ports to use function-based constructors instead of tokens.
Aaron Giles
2011-05-10
1
-1
/
+1
*
Attach gamedrv's input ports to the driver_device, so that there's
Aaron Giles
2011-05-05
1
-0
/
+1
*
Be consistent about template argument naming.
Aaron Giles
2011-04-30
1
-4
/
+4
*
Latest delegate changes removed the need for bindable_object, so
Aaron Giles
2011-04-29
1
-1
/
+1
*
Switch to using delegates for some callbacks:
Aaron Giles
2011-04-27
1
-5
/
+6
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-65
/
+27
*
Rename state_manager -> save_manager since the term "state" is overloaded.
Aaron Giles
2011-04-20
1
-2
/
+2
[next]