mame/src/emu
2024-12-22 05:34:00 +11:00
..
debug diexec: Add callback to allow debugger to break into the middle of wait-type instructions whose execution time is normally indefinite. When this happens, a special message may be printed to the debug console stating the location of the last actual instruction executed before the wait (if there was one). 2024-11-17 08:11:39 -05:00
drivers Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#12822) 2024-09-27 03:07:03 +10:00
layout srcclean and cleanup 2024-12-22 05:34:00 +11:00
ui Initial touch input support: 2024-04-12 02:49:15 +10:00
video emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). 2023-04-01 14:30:48 +11:00
addrmap.cpp emumem: First try at wait states 2023-02-22 11:29:48 +01:00
addrmap.h addrmap: Allow ioport finders in portr/w/rw 2024-10-13 22:10:48 +02:00
attotime.cpp Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Belmont] 2023-06-03 16:52:00 -04:00
attotime.h Small batch of input refactoring: 2023-02-05 05:01:40 +11:00
bookkeeping.cpp bookkeeping: don't increment coin counter at power-on when initial counter_w input is 1, add handlers for resetting counters 2024-10-31 00:49:48 +01:00
bookkeeping.h bookkeeping: don't increment coin counter at power-on when initial counter_w input is 1, add handlers for resetting counters 2024-10-31 00:49:48 +01:00
config.cpp bgfx: Save values of most sliders per-system. 2023-01-08 05:06:50 +11:00
config.h debugger/win: Added capability to save/restore window arrangement. 2022-09-16 22:23:34 +10:00
crsshair.cpp
crsshair.h
debugger.cpp
debugger.h
devcb.cpp -emu/devcb.h: Removed set_log and append_log. 2023-08-02 05:24:58 +10:00
devcb.h -emu/devcb.h: Removed set_log and append_log. 2023-08-02 05:24:58 +10:00
devcpu.cpp devcpu: add retry_access with abort_timeslice for redoing the access at the same point in time 2024-11-16 18:07:21 +01:00
devcpu.h devcpu: add retry_access and document 2024-11-16 19:41:56 +01:00
devdelegate.cpp
devdelegate.h emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. 2023-06-13 23:15:00 +10:00
devfind.cpp emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) 2023-06-17 01:10:05 +10:00
devfind.h emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) 2023-06-17 01:10:05 +10:00
device.cpp emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) 2023-06-17 01:10:05 +10:00
device.h emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) 2023-06-17 01:10:05 +10:00
device.ipp -Lua engine: run everything in coroutines. (#11019) 2023-03-25 05:53:58 +11:00
didisasm.cpp
didisasm.h
diexec.cpp diexec: don't eat negative cycles with abort_timeslice when icount<0 2024-11-16 15:37:37 +01:00
diexec.h diexec: Add callback to allow debugger to break into the middle of wait-type instructions whose execution time is normally indefinite. When this happens, a special message may be printed to the debug console stating the location of the last actual instruction executed before the wait (if there was one). 2024-11-17 08:11:39 -05:00
digfx.cpp
digfx.h hooked igs_m027_023vid.cpp to PGM video system (made 023 video a device) - game runs attract demo (#12881) 2024-10-16 07:27:08 +02:00
diimage.cpp sega/sega_beena.cpp: Hooked up barcode cards. 2023-12-14 13:14:26 +11:00
diimage.h util/ioprocs.cpp: Added wrappers for common patterns. (#11608) 2024-02-25 02:27:26 +11:00
dimemory.cpp dimemory: Add the target address space to translate, wrap the constants 2023-03-18 21:27:43 +01:00
dimemory.h dimemory: Add the target address space to translate, wrap the constants 2023-03-18 21:27:43 +01:00
dinetwork.cpp osd/osdnet.cpp: Removed dependency from OSD network device to libemu. (#12058) 2024-02-25 02:25:23 +11:00
dinetwork.h osd/osdnet.cpp: Removed dependency from OSD network device to libemu. (#12058) 2024-02-25 02:25:23 +11:00
dinvram.cpp dinvram: Separate backup-enable parameter (which prevents both loading and saving) from nvram_can_save 2022-08-09 10:40:12 -04:00
dinvram.h dinvram: Separate backup-enable parameter (which prevents both loading and saving) from nvram_can_save 2022-08-09 10:40:12 -04:00
dipalette.cpp
dipalette.h device_palette_interface: Make information overrides noexcept 2022-09-25 22:14:24 -04:00
dipty.cpp
dipty.h rs232/pty: remove unused constexpr 2023-12-19 20:04:58 +01:00
dirom.h swx00: Advance 2024-03-18 22:46:54 +01:00
dirom.ipp dirom fix 2024-03-18 22:46:54 +01:00
dirtc.cpp RTC interface updates 2023-02-03 22:10:35 -05:00
dirtc.h dirtc: Devirtualize set_current_time, cleaning up misuse 2024-10-25 17:54:41 -04:00
diserial.cpp -homebrew/linux4004.cpp: Emulated Linux/4004 board. 2024-10-04 20:58:33 +10:00
diserial.h -homebrew/linux4004.cpp: Emulated Linux/4004 board. 2024-10-04 20:58:33 +10:00
dislot.cpp Various cleanups: 2023-02-27 06:11:37 +11:00
dislot.h newpci: Create a first stab at slottable cards. Embrace the future insanity 2024-01-13 23:34:05 +01:00
disound.cpp
disound.h
distate.cpp distate.cpp: Use count_leading_zeros_64 to calculate format width 2023-09-21 18:52:05 -04:00
distate.h Lua engine: Better bindings for device_state_interface. 2023-03-12 04:37:30 +11:00
divideo.cpp
divideo.h
divtlb.cpp dimemory: Add the target address space to translate, wrap the constants 2023-03-18 21:27:43 +01:00
divtlb.h dimemory: Add the target address space to translate, wrap the constants 2023-03-18 21:27:43 +01:00
drawgfx.cpp
drawgfx.h
drawgfxt.ipp -Lua engine: run everything in coroutines. (#11019) 2023-03-25 05:53:58 +11:00
drivenum.cpp drivenum.cpp: fix undefined behavior in find_approximate_matches (#12441) 2024-06-05 21:27:58 -04:00
drivenum.h
driver.cpp driver: make flipscreen setters compatible with writeline 2022-09-02 19:17:35 +02:00
driver.h Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#12822) 2024-09-27 03:07:03 +10:00
emu.h Small batch of input refactoring: 2023-02-05 05:01:40 +11:00
emucore.cpp Various optimisations to code generaton. 2023-03-26 01:32:50 +11:00
emucore.h Cleaned up various stuff. 2024-06-30 17:43:02 +10:00
emufwd.h osd: Cleaned up MIDI and network interfaces a little more. 2024-03-01 05:06:54 +11:00
emumem_aspace.cpp emumem: add support for passing mem_mask parameter on 8-bit handlers 2024-09-16 22:04:32 +02:00
emumem_hea.h Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_hedp.cpp Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_hedp.h Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_hedr0.cpp
emumem_hedr1.cpp
emumem_hedr2.cpp
emumem_hedr3.cpp
emumem_hedr.h Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_hedr.ipp Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_hedw0.cpp
emumem_hedw1.cpp
emumem_hedw2.cpp
emumem_hedw3.cpp
emumem_hedw.h Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_hedw.ipp cpu/nec: Fixed build; also, srcclean 2023-03-26 04:13:23 +11:00
emumem_hem.cpp Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_hem.h Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_hep.cpp
emumem_hep.h Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_het.cpp Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_het.h Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_heu.cpp Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_heu.h Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_heun.cpp Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_heun.h Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_hws.cpp Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_hws.h Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_mud.cpp Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_mud.h Encourage use of read/write delegate creator helpers (demo on Game Boy cartridges). (#11091) 2023-04-11 22:53:35 +10:00
emumem_mview.cpp memory_view: fix possible nullptr crash, add exists() getter 2024-08-15 12:32:07 +02:00
emumem.cpp emu/romload.cpp: Resolve tags for ROM_COPY relative to current device properly. 2024-11-23 11:41:56 +11:00
emumem.h emu/romload.cpp: Resolve tags for ROM_COPY relative to current device properly. 2024-11-23 11:41:56 +11:00
emuopts.cpp clifront.cpp: Changed -listbios to work more like -listslots, showing all BIOS options in a system. 2023-04-10 06:34:35 +10:00
emuopts.h Miscellaneous fixes and refactoring: 2023-01-28 08:16:53 +11:00
emupal.cpp emupal: add decoder for xxxxxBBBxGGGxRRR format, 2024-06-30 12:16:26 +02:00
emupal.h Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#12822) 2024-09-27 03:07:03 +10:00
fileio.cpp util/ioprocs.cpp: Added wrappers for common patterns. (#11608) 2024-02-25 02:27:26 +11:00
fileio.h Various optimisations to code generaton. 2023-03-26 01:32:50 +11:00
gamedrv.h emu/gamedrv.h: get rid of MACHINE_IS_SKELETON[_MECHANICAL] 2024-12-19 10:06:34 +01:00
hashfile.cpp
hashfile.h
http.cpp emu/http.cpp, util/server_http_impl.hpp: Added override qualifiers for overridden virtual member functions. 2024-04-23 00:20:03 +10:00
http.h
image.cpp Various cleanups: 2024-05-31 13:36:38 +10:00
image.h Removed superfluous semicolons from various source files. (#9796) 2022-05-22 06:54:10 +10:00
inpttype.h igs/igs_m027xa.cpp: Hooked up proper inputs, lamps and layout for Triple Fever games. 2024-09-20 12:03:32 +10:00
inpttype.ipp igs/igs_m027xa.cpp: Hooked up proper inputs, lamps and layout for Triple Fever games. 2024-09-20 12:03:32 +10:00
input.cpp emu/input.cpp: Guard against automatic integer promotion on arithmetic. 2024-10-28 03:48:15 +11:00
input.h Small batch of input refactoring: 2023-02-05 05:01:40 +11:00
inputdev.cpp New systems marked not working 2024-01-04 22:31:28 +01:00
inputdev.h Small batch of input refactoring: 2023-02-05 05:01:40 +11:00
ioport.cpp Natural keyboard improvements 2024-12-04 09:23:44 -05:00
ioport.h Natural keyboard improvements 2024-12-04 09:23:44 -05:00
logmacro.h
machine.cpp emu/save.cpp: Made illegal save state registrations always fatal. (#12054) 2024-02-25 02:25:54 +11:00
machine.h Various optimisations to code generaton. 2023-03-26 01:32:50 +11:00
main.cpp Various input and OSD refactoring: 2023-01-29 03:16:14 +11:00
main.h Update accumulating relative inputs exactly once per frame. 2023-02-24 19:31:12 +11:00
mconfig.cpp mconfig: allow sub-mcfg to unset perfect quantum 2024-12-16 13:46:00 +01:00
mconfig.h
memarray.cpp emu/memarray.cpp: Fix little Endian byte read/write to 64-bit areas. (#11985) 2024-01-30 05:33:21 +11:00
memarray.h
natkeyboard.cpp emu/natkeyboard.cpp: Add CAPSLOCK, CR and LF escapes to post_coded 2024-12-07 12:20:52 -05:00
natkeyboard.h natkeyboard.cpp: Convert more string posting methods to std::string_view 2024-09-14 21:02:27 -04:00
network.cpp Various cleanups: 2024-05-31 13:36:38 +10:00
network.h
output.cpp
output.h
parameters.cpp
parameters.h
profiler.cpp emu/profiler.cpp: Disable assertion that profiler isn't enabled/disabled with profile scope active. 2023-03-27 16:39:37 +11:00
profiler.h Various optimisations to code generaton. 2023-03-26 01:32:50 +11:00
recording.cpp emu/recording.cpp: fixed compile 2023-04-15 21:45:00 +02:00
recording.h
render.cpp -emu/render.cpp: Always translate coordinates if container is found (fixes GitHub #12817). 2024-09-27 02:57:52 +10:00
render.h Initial touch input support: 2024-04-12 02:49:15 +10:00
rendersw.hxx rendlay: fix crash with rect element alpha of 0 < n < 1.0/255, 2024-12-06 06:08:26 +01:00
rendertypes.h
rendfont.cpp rendfont: set minimum width of scaled bitmap for font chars used in .lay files to 1 if it's larger than 0.5, this prevents lowercase l and i not showing while the text label is still readable (I also tried rounding up everything but that's uglier overall), 2024-03-11 22:16:25 +01:00
rendfont.h emufwd.h: Add forward declaration for render_bounds 2023-12-11 09:34:23 -05:00
rendlay.cpp rendlay: fix crash with rect element alpha of 0 < n < 1.0/255, 2024-12-06 06:08:26 +01:00
rendlay.h emu/rendlay.cpp, ui/ui.cpp: Allow layout views to control pointer display. 2024-04-14 07:36:45 +10:00
rendutil.cpp util/ioprocs.cpp: Added wrappers for common patterns. (#11608) 2024-02-25 02:27:26 +11:00
rendutil.h Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. 2023-04-13 05:49:05 +10:00
romentry.cpp
romentry.h emu/romentry.h: Got rid of long-obsolete ROMENTRYTYPE_CARTRIDGE, and improved comments on ROM entry type constants. 2023-01-02 17:56:50 +11:00
romload.cpp emu/romload.cpp: Resolve tags for ROM_COPY relative to current device properly. 2024-11-23 11:41:56 +11:00
romload.h emu/romload.cpp: Resolve tags for ROM_COPY relative to current device properly. 2024-11-23 11:41:56 +11:00
save.cpp coreutil.h: Eliminate core_crc32 wrapper function in favor of util::crc32_creator 2024-02-26 08:14:15 -05:00
save.h emu/save.cpp: Made illegal save state registrations always fatal. (#12054) 2024-02-25 02:25:54 +11:00
schedule.cpp emu/schedule.cpp: Mark one path as EXPECTED 2024-10-30 11:46:50 -04:00
schedule.h schedule/timer: be more consistent with s32 param 2023-12-11 12:15:21 +01:00
screen.cpp screen: prevent race condition on drivers with vblank at y=0, causing partial updates to fail after load state 2024-11-26 04:00:02 +01:00
screen.h Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#12822) 2024-09-27 03:07:03 +10:00
softlist_dev.cpp Disallow zero-length regions in ROM definitions and software lists 2023-10-22 10:38:48 -04:00
softlist_dev.h Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#12822) 2024-09-27 03:07:03 +10:00
softlist.cpp util/ioprocs.cpp: Added wrappers for common patterns. (#11608) 2024-02-25 02:27:26 +11:00
softlist.h
sound.cpp schedule/timer: be more consistent with s32 param 2023-12-11 12:15:21 +01:00
sound.h sound.cpp: Fix missed samples due to state save (#9917) (#9918) 2022-06-15 12:39:00 +02:00
speaker.cpp speaker: set pan range to -1 to 1, 2023-09-10 12:23:39 +02:00
speaker.h speaker: set pan range to -1 to 1, 2023-09-10 12:23:39 +02:00
tilemap.cpp -Lua engine: run everything in coroutines. (#11019) 2023-03-25 05:53:58 +11:00
tilemap.h Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#12822) 2024-09-27 03:07:03 +10:00
uiinput.cpp Initial touch input support: 2024-04-12 02:49:15 +10:00
uiinput.h Initial touch input support: 2024-04-12 02:49:15 +10:00
validity.cpp emu/ioport.cpp: Improved validation of DIP switch locations. 2024-10-05 20:53:59 +10:00
validity.h Various optimisations to code generaton. 2023-03-26 01:32:50 +11:00
video.cpp schedule/timer: be more consistent with s32 param 2023-12-11 12:15:21 +01:00
video.h schedule/timer: be more consistent with s32 param 2023-12-11 12:15:21 +01:00
xtal.cpp misc/vamphalf.cpp: Add screen raw parameters 2024-12-08 16:41:26 -05:00
xtal.h