mame/src/emu
2014-10-26 20:21:22 +03:00
..
bus poisk1: new HDC ROM 2014-10-26 20:21:22 +03:00
cpu Convert PSX sio to use devcb. [smf] 2014-10-26 10:32:58 +00:00
debug Fixed strange display of long strings in Qt debugger (nw). 2014-10-19 12:44:24 +00:00
drivers kb_ec1841: use correct clock frequency 2014-10-26 19:43:37 +03:00
imagedev Cleanups and version bump 2014-10-15 07:19:47 +00:00
layout (MESS) ex800: Refactored Epson EX-800 from a driver into a Centronics device. (nw) 2014-06-11 12:04:35 +00:00
machine fixed usage of uninitialized member in wd1770_device (ne) 2014-10-26 08:33:02 +01:00
netlist Changing #includes for headers that are part of toolchain and not part of any source/external library. Removal of references to messvers.rc as it does not appear to be used anymore. (nw) 2014-09-29 02:00:23 +00:00
sound Fix frequency for X1-010 and add a note. 2014-10-25 03:49:53 -07:00
ui Cleanups and version bump 2014-10-15 07:19:47 +00:00
video fixed usage of uninitialized member in upd7220_device (nw) 2014-10-26 02:38:59 +02:00
addrmap.c fixed signed integer overflow in address_map::uplift_submaps() - by O. Galibert (nw) 2014-10-23 11:19:39 +02:00
addrmap.h Memory system and Namco improvements: [Alex Jackson] 2014-09-18 01:07:22 +00:00
attotime.c
attotime.h
audit.c Moved core template container classes up from emutempl.h to coretmpl.h: 2014-03-11 15:54:58 +00:00
audit.h
cheat.c Moved eminline and related files into /src/osd since it's system related (nw) 2014-04-16 08:04:20 +00:00
cheat.h Moved core template container classes up from emutempl.h to coretmpl.h: 2014-03-11 15:54:58 +00:00
clifront.c Added -listnetwork option to list available network adapters 2014-10-23 09:26:29 +02:00
clifront.h Added -listnetwork option to list available network adapters 2014-10-23 09:26:29 +02:00
config.c Moved eminline and related files into /src/osd since it's system related (nw) 2014-04-16 08:04:20 +00:00
config.h
crsshair.c Fix for MT#5620: Crosshair: Selected graphic does not display properly from QMC2 2014-07-04 00:19:43 +00:00
crsshair.h Moved core template container classes up from emutempl.h to coretmpl.h: 2014-03-11 15:54:58 +00:00
debugger.c -Reorganized OSD, handling more sound output systems and debuggers, defaults left same as before [Miodrag Milanovic] 2014-05-08 07:39:04 +00:00
debugger.h and a final batch of passing attotime as const reference (nw) 2014-07-04 07:20:10 +00:00
devcb.c devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
devcb.h devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
devcpu.c Cleanups and version bump 2014-10-15 07:19:47 +00:00
devcpu.h Removed legacy_cpu_device. [Wilbert Pol] 2014-09-12 20:21:56 +00:00
devdelegate.c
devdelegate.h
devfind.c devfind: Add rom_ptr_finder, which works like shared_ptr_finder 2014-10-17 02:59:51 +00:00
devfind.h more devfind: [Alex Jackson] 2014-10-17 06:17:06 +00:00
device.c more passing of attotime as const references (nw) 2014-07-04 07:17:48 +00:00
device.h more passing of attotime as const references (nw) 2014-07-04 07:17:48 +00:00
didisasm.c
didisasm.h
diexec.c diexec.c: Cache a pointer directly to the machine scheduler at startup, 2014-09-18 00:51:41 +00:00
diexec.h diexec.c: Cache a pointer directly to the machine scheduler at startup, 2014-09-18 00:51:41 +00:00
digfx.c Fix copy/paste mistake in validate error text (nw) 2014-05-11 19:50:00 +00:00
digfx.h Implemented the Namco Custom 116 palette and raster IRQ controller as a device, 2014-08-14 14:18:28 +00:00
diimage.c Cleanups and version bump 2014-10-15 07:19:47 +00:00
diimage.h Cleanup of image device interfaces (nw) 2014-05-02 12:10:55 +00:00
dimemory.c Memory system and Namco improvements: [Alex Jackson] 2014-09-18 01:07:22 +00:00
dimemory.h
dinetwork.c Moved core template container classes up from emutempl.h to coretmpl.h: 2014-03-11 15:54:58 +00:00
dinetwork.h Moved core template container classes up from emutempl.h to coretmpl.h: 2014-03-11 15:54:58 +00:00
dinvram.c
dinvram.h
dioutput.c Cleanups and version bump 2014-04-07 06:04:18 +00:00
dioutput.h Move destructor definitions out of header files included by emu.h; clean some obsolete junk out of machine.h [Alex Jackson] 2014-03-27 00:14:25 +00:00
dirtc.c
dirtc.h
diserial.c Added save state to keyboard.c, rs232/keyboard.c, and i8251.c (nw) 2014-07-29 16:03:13 +00:00
diserial.h Added save state to keyboard.c, rs232/keyboard.c, and i8251.c (nw) 2014-07-29 16:03:13 +00:00
dislot.c Moved core template container classes up from emutempl.h to coretmpl.h: 2014-03-11 15:54:58 +00:00
dislot.h Moved core template container classes up from emutempl.h to coretmpl.h: 2014-03-11 15:54:58 +00:00
disound.c Moved eminline and related files into /src/osd since it's system related (nw) 2014-04-16 08:04:20 +00:00
disound.h
dispatch.c devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
dispatch.h devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
distate.c reverting, sorry for this vconv needs to be updated (nw) 2014-03-31 10:23:22 +00:00
distate.h
divideo.c Moved eminline and related files into /src/osd since it's system related (nw) 2014-04-16 08:04:20 +00:00
divideo.h
drawgfx.c drawgfx.c: make it possible to reset the total elements of a gfx_element [Alex Jackson] 2014-05-15 18:33:54 +00:00
drawgfx.h drawgfx.c: make it possible to reset the total elements of a gfx_element [Alex Jackson] 2014-05-15 18:33:54 +00:00
drawgfxm.h drawgfx.c: Eliminate the need for a dummy 1:1 lookup table when drawing to ind16 bitmaps [Alex Jackson] 2014-03-07 14:46:13 +00:00
drivenum.c Cleanups and version bump 2014-04-07 06:04:18 +00:00
drivenum.h Moved core template container classes up from emutempl.h to coretmpl.h: 2014-03-11 15:54:58 +00:00
driver.c Moved m_generic_paletteram_* into drivers/device state objects so they are not global anymore (nw) 2014-04-23 13:56:01 +00:00
driver.h Add ATTR_COLD to DECLARE_(foo)_START and DECLARE_DRIVER_INIT (nw) 2014-07-07 09:39:42 +00:00
emu.h -Created machine_manager as singleton class that contains (for now) one running machine [Miodrag Milanovic] 2014-06-06 10:11:31 +00:00
emu.mak so long, cartslot.c... you made a really great job, when we 2014-10-11 06:59:38 +00:00
emualloc.c Fix a couple of compile errors, leftover debugging. 2014-03-11 15:58:45 +00:00
emualloc.h Cleanups and version bump 2014-04-07 06:04:18 +00:00
emucore.c
emucore.h Prevent other possible bad things happening (nw) 2014-06-23 20:35:17 +00:00
emuopts.c small adjustment to -snapbilinear description (nw) 2014-10-25 20:46:25 +02:00
emuopts.h added command-line option -[no]snapbilinear to control binlinear filtering for snapshots (enabled by default) [Oliver Stöneberg] 2014-10-25 18:14:16 +02:00
emupal.c alpha68k: consolidate some gfx_layouts, use core palette handling (nw) 2014-10-14 07:00:16 +00:00
emupal.h emupal/tilemap refactoring: configure_tilemap_groups is now a tilemap_t method rather than a palette_device method (nw) 2014-06-22 09:46:37 +00:00
fileio.c Moved core template container classes up from emutempl.h to coretmpl.h: 2014-03-11 15:54:58 +00:00
fileio.h Moved core template container classes up from emutempl.h to coretmpl.h: 2014-03-11 15:54:58 +00:00
gamedrv.h Add ATTR_COLD to DECLARE_(foo)_START and DECLARE_DRIVER_INIT (nw) 2014-07-07 09:39:42 +00:00
hash.c
hash.h
hashfile.c (MESS) hashfile.c: Make hasfile processing work without a running_machine(). (nw) 2014-05-14 15:26:16 +00:00
hashfile.h Moved core template container classes up from emutempl.h to coretmpl.h: 2014-03-11 15:54:58 +00:00
image.c Cleanups and version bump 2014-07-22 06:14:55 +00:00
image.h image.c: Added support for loading a default battery, instead of a fixed fill value, when no 2014-05-02 08:32:21 +00:00
info.c devices with samples shall specify sampleof too. nw. 2014-10-15 03:27:53 +00:00
info.h
inpttype.h Add check for GCC 4.4.4+ for pragma, definitely doesn't work with 4.4.3 2014-10-24 01:04:19 +13:00
input.c Moved eminline and related files into /src/osd since it's system related (nw) 2014-04-16 08:04:20 +00:00
input.h Move destructor definitions out of header files included by emu.h; clean some obsolete junk out of machine.h [Alex Jackson] 2014-03-27 00:14:25 +00:00
ioport.c fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
ioport.h (MESS) ui.c: added shortcut commands for Tape Start and Tape Stop, 2014-08-18 07:59:13 +00:00
luaengine.c Cleanups and version bump 2014-07-22 06:14:55 +00:00
luaengine.h More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can 2014-07-22 06:21:54 +00:00
machine.c Don't execute a timeslice before loading a savestate from the command line [Alex Jackson] 2014-10-16 05:18:38 +00:00
machine.h -Created machine_manager as singleton class that contains (for now) one running machine [Miodrag Milanovic] 2014-06-06 10:11:31 +00:00
mame.c Fix for MT05639, which had regressed in rev.30805. nw. 2014-08-27 09:43:30 +00:00
mame.h More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can 2014-07-22 06:21:54 +00:00
mconfig.c modernized cage, dcs and midwayic (nw) 2014-04-20 19:18:46 +00:00
mconfig.h devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
memarray.c Revert unneccessary change to memarray.c; change another emupal.c assert to assert_always; restore joust2r1 which was accidentally removed from mame.lst (nw) 2014-06-02 23:38:11 +00:00
memarray.h emupal.c: Support palette RAM less than the full width of the data bus it's on, 2014-05-06 05:20:51 +00:00
memory.c fixed signed integer overflow in address_table::subtable_open() - by O. Galibert (nw) 2014-10-23 11:15:43 +02:00
memory.h More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can 2014-07-22 06:21:54 +00:00
network.c
network.h
output.c Cleanups and version bump 2014-04-07 06:04:18 +00:00
output.h
profiler.c
profiler.h
render.c render_screen_list::contains - instead of false/true, return number of same indices found in view 2014-07-30 14:24:38 +00:00
render.h render_screen_list::contains - instead of false/true, return number of same indices found in view 2014-07-30 14:24:38 +00:00
rendersw.inc avoid even more unnecessary rgb_t<->UINT32 conversions (nw) 2014-05-06 12:30:15 +00:00
rendfont.c Changing #includes for headers that are part of toolchain and not part of any source/external library. Removal of references to messvers.rc as it does not appear to be used anymore. (nw) 2014-09-29 02:00:23 +00:00
rendfont.h Cleanups and version bump 2014-04-07 06:04:18 +00:00
rendlay.c only normalize component bounds in layout_element::layout_element() when components exist (nw) 2014-10-23 15:32:31 +02:00
rendlay.h Cleanups and version bump 2014-04-07 06:04:18 +00:00
rendutil.c Switched rgb_t to a class, replacing macros with methods. Mappings are 2014-02-19 06:07:32 +00:00
rendutil.h
romload.c fixed memory leak when loading CHD from software list (nw) 2014-09-10 09:23:07 +00:00
romload.h Moved core template container classes up from emutempl.h to coretmpl.h: 2014-03-11 15:54:58 +00:00
save.c Moved core template container classes up from emutempl.h to coretmpl.h: 2014-03-11 15:54:58 +00:00
save.h Enable saving dynamic_arrays of all fundamental types. Also fix emupal 2014-03-02 22:09:37 +00:00
schedule.c diexec.c: Cache a pointer directly to the machine scheduler at startup, 2014-09-18 00:51:41 +00:00
schedule.h and a final batch of passing attotime as const reference (nw) 2014-07-04 07:20:10 +00:00
screen.c Partially revert r30524 screen.c changes; bring back the separate timer for resetting partial updates, but ensure that the vblank timer and the partial-update-reset timer always fire in the correct order when vblank starts on scanline 0 [Alex Jackson] 2014-05-25 00:53:59 +00:00
screen.h Partially revert r30524 screen.c changes; bring back the separate timer for resetting partial updates, but ensure that the vblank timer and the partial-update-reset timer always fire in the correct order when vblank starts on scanline 0 [Alex Jackson] 2014-05-25 00:53:59 +00:00
softlist.c (MESS) nes.xml: added a couple of new multigame dumps using 2014-10-13 05:58:14 +00:00
softlist.h (MESS) nes.xml: added a couple of new multigame dumps using 2014-10-13 05:58:14 +00:00
sound.c USE 64bit intermediary results in sound_stream::generate_resampled_data. This will allow sound drivers to make use of the full width of stream_sample_t. [Couriersud] 2014-07-11 19:52:43 +00:00
sound.h More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can 2014-07-22 06:21:54 +00:00
speaker.c Moved eminline and related files into /src/osd since it's system related (nw) 2014-04-16 08:04:20 +00:00
speaker.h
sprite.c
sprite.h
tilemap.c emupal/tilemap refactoring: configure_tilemap_groups is now a tilemap_t method rather than a palette_device method (nw) 2014-06-22 09:46:37 +00:00
tilemap.h emupal/tilemap refactoring: configure_tilemap_groups is now a tilemap_t method rather than a palette_device method (nw) 2014-06-22 09:46:37 +00:00
timer.c more passing of attotime as const references (nw) 2014-07-04 07:17:48 +00:00
timer.h more passing of attotime as const references (nw) 2014-07-04 07:17:48 +00:00
uiinput.c reverting, sorry for this vconv needs to be updated (nw) 2014-03-31 10:23:22 +00:00
uiinput.h reverting to classic ui due to lot of issues, as much as I hate reverting some else code (nw) 2014-04-17 06:27:03 +00:00
uismall.png
validity.c unregister OSD_OUTPUT_CHANNEL hooks when validity_checker is destroyed - fixes logging of unhandled exceptions in validation (nw) 2014-09-08 19:12:15 +00:00
validity.h unregister OSD_OUTPUT_CHANNEL hooks when validity_checker is destroyed - fixes logging of unhandled exceptions in validation (nw) 2014-09-08 19:12:15 +00:00
video.c added command-line option -[no]snapbilinear to control binlinear filtering for snapshots (enabled by default) [Oliver Stöneberg] 2014-10-25 18:14:16 +02:00
video.h More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can 2014-07-22 06:21:54 +00:00
webengine.c Cleanups and version bump 2014-10-15 07:19:47 +00:00
webengine.h webengine.c: Reduce tagmap lookups (nw) 2014-09-09 19:17:39 +00:00