.. |
cpu
|
Fixed overflow detection in INC and DEC opcodes (nw)
|
2012-11-16 12:23:38 +00:00 |
debug
|
make expression functions work (nw)
|
2012-11-04 13:55:43 +00:00 |
debugint
|
First pass at modernizing struct definitions.
|
2012-09-15 21:47:30 +00:00 |
drivers
|
rm misplaced irem head on pcb info, it already is on top of the m10.c driver where it belongs
|
2012-09-27 15:18:46 +00:00 |
imagedev
|
(mess) upd765: Add read fm sector support [O. Galibert]
|
2012-11-16 09:16:15 +00:00 |
layout
|
got rid of generic color overlays, almost all of them were used by only 1 game each
|
2012-10-14 20:02:31 +00:00 |
machine
|
scsicd: Add STOP command [PKGINKO]
|
2012-11-16 02:34:34 +00:00 |
sound
|
tms5220.c: Got rid of most of the excitation (voicing) hacks.
|
2012-11-13 07:33:35 +00:00 |
video
|
uses MCFG_SCREEN_UPDATE_DEVICE (nw)
|
2012-11-08 16:36:15 +00:00 |
addrmap.c
|
addrmap: Yes, we can have a map for 8bits on 8bits, and that's not the end of the world [O. Galibert]
|
2012-10-20 09:54:40 +00:00 |
addrmap.h
|
addrmap: Avoid a collision between address_map the type and the method of the device_memory_interface class [O. Galibert]
|
2012-10-20 09:54:45 +00:00 |
attotime.c
|
Cleanups and version bump
|
2011-06-05 22:35:20 +00:00 |
attotime.h
|
allow small freqs for from_hz
|
2011-10-01 00:52:36 +00:00 |
audit.c
|
Added -verifysoftware command. [Wilbert Pol]
|
2012-09-20 19:34:30 +00:00 |
audit.h
|
Added -verifysoftware command. [Wilbert Pol]
|
2012-09-20 19:34:30 +00:00 |
cheat.c
|
Some cleanup of some observed #include redundancy from source files which use emu.h (nw)
|
2012-02-06 01:30:22 +00:00 |
cheat.h
|
Latest delegate changes removed the need for bindable_object, so
|
2011-04-29 20:45:40 +00:00 |
clifront.c
|
clifront.c: Added verifysoftlist command for verifying software availability for separate software lists. [Wilbert Pol]
|
2012-10-13 09:38:43 +00:00 |
clifront.h
|
clifront.c: Added verifysoftlist command for verifying software availability for separate software lists. [Wilbert Pol]
|
2012-10-13 09:38:43 +00:00 |
config.c
|
First pass at modernizing struct definitions.
|
2012-09-15 21:47:30 +00:00 |
config.h
|
Switch to using delegates for some callbacks:
|
2011-04-27 20:34:45 +00:00 |
crsshair.c
|
First pass at modernizing struct definitions.
|
2012-09-15 21:47:30 +00:00 |
crsshair.h
|
First pass at modernizing struct definitions.
|
2012-09-15 21:47:30 +00:00 |
debugger.c
|
First pass at modernizing struct definitions.
|
2012-09-15 21:47:30 +00:00 |
debugger.h
|
BIG update.
|
2011-03-29 15:50:04 +00:00 |
delegate.c
|
And a final cleanup/merging of delegate classes.
|
2012-10-16 20:33:42 +00:00 |
delegate.h
|
Clean-ups and version bump
|
2012-10-30 07:07:38 +00:00 |
devcb2.c
|
Clean-ups and version bump
|
2012-10-30 07:07:38 +00:00 |
devcb2.h
|
Clean-ups and version bump
|
2012-10-30 07:07:38 +00:00 |
devcb.c
|
added missing parts to devcb (no whatsnew)
|
2012-10-11 14:19:24 +00:00 |
devcb.h
|
Created a base class delegate_common_base for all delegate
|
2012-10-14 06:28:35 +00:00 |
devcpu.c
|
DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew)
|
2012-09-03 18:24:54 +00:00 |
devcpu.h
|
INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew)
|
2012-09-18 14:10:42 +00:00 |
devdelegate.c
|
srcclean (nw)
|
2012-10-07 09:12:56 +00:00 |
devdelegate.h
|
srcclean (nw)
|
2012-10-07 09:12:56 +00:00 |
device.c
|
added missing \n to some more fatalerror() calls (no whatsnew)
|
2012-09-08 11:47:17 +00:00 |
device.h
|
Created a base class delegate_common_base for all delegate
|
2012-10-14 06:28:35 +00:00 |
devlegcy.h
|
DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew)
|
2012-09-03 18:24:54 +00:00 |
didisasm.c
|
Collapsed device_config and device_t into one class. Updated all
|
2011-04-27 05:11:18 +00:00 |
didisasm.h
|
Move devices into a proper hierarchy and handle naming
|
2012-01-24 20:18:55 +00:00 |
diexec.c
|
Clear out remaining global inlines in diexec.h.
|
2012-09-12 06:07:51 +00:00 |
diexec.h
|
Clear out remaining global inlines in diexec.h.
|
2012-09-12 06:07:51 +00:00 |
diimage.c
|
verify softlist items that are not CHDs or roms and display warnings/errors (no whatsnew)
|
2012-10-11 10:18:59 +00:00 |
diimage.h
|
Added device image type for individual ROM images (as used in some Amstrad CPC applications) (no whatsnew)
|
2012-05-07 12:12:57 +00:00 |
dimemory.c
|
Moved device_delegates into their own files. Employed a
|
2012-09-26 10:07:49 +00:00 |
dimemory.h
|
Since nobody checks for NULLs anyway, make
|
2012-09-19 19:48:09 +00:00 |
dinetwork.c
|
Sync with MESS all credited there (no whatsnew)
|
2011-12-12 14:20:12 +00:00 |
dinetwork.h
|
Move devices into a proper hierarchy and handle naming
|
2012-01-24 20:18:55 +00:00 |
dinvram.c
|
Collapsed device_config and device_t into one class. Updated all
|
2011-04-27 05:11:18 +00:00 |
dinvram.h
|
Move devices into a proper hierarchy and handle naming
|
2012-01-24 20:18:55 +00:00 |
dirtc.c
|
Clean-ups and version bump
|
2012-05-07 06:57:50 +00:00 |
dirtc.h
|
Added the clock counter chain and other common functions into device_rtc_interface, removing duplicated code in RTC implementations. Rewrote the Dallas DS1302 to support additional features needed by IDE64 in MESS. [Curt Coder]
|
2012-04-27 21:23:39 +00:00 |
diserial.c
|
(MESS) small serial mouse fixes (nw)
|
2012-10-28 16:43:34 +00:00 |
diserial.h
|
Sync with MESS, Curt changes related to Wang PC (no whatsnew)
|
2012-05-29 06:44:54 +00:00 |
dislot.c
|
Made core able to use bios selection per slot device [Miodrag Milanovic]
|
2012-09-05 10:30:30 +00:00 |
dislot.h
|
Fixed for slot menus + some cleanup (nw)
|
2012-06-05 18:17:31 +00:00 |
disound.c
|
added missing \n to some more fatalerror() calls (no whatsnew)
|
2012-09-08 11:47:17 +00:00 |
disound.h
|
Separated user gain from input gain. Added more functions to
|
2012-04-26 08:36:24 +00:00 |
distate.c
|
Clean-ups and version bump
|
2012-09-17 06:49:13 +00:00 |
distate.h
|
Clean-ups and version bump
|
2012-09-17 06:49:13 +00:00 |
drawgfx.c
|
Clean-ups and version bump
|
2012-09-17 06:49:13 +00:00 |
drawgfx.h
|
Clean-ups and version bump
|
2012-09-17 06:49:13 +00:00 |
drawgfxm.h
|
Pass 2 of struct modernization.
|
2012-09-15 22:30:30 +00:00 |
drivenum.c
|
Move driver list/enumerator to new file drivenum.c/.h.
|
2012-04-06 19:59:27 +00:00 |
drivenum.h
|
Move driver list/enumerator to new file drivenum.c/.h.
|
2012-04-06 19:59:27 +00:00 |
driver.c
|
srcclean (nw)
|
2012-10-07 09:12:56 +00:00 |
driver.h
|
Clean-ups and version bump
|
2012-10-30 07:07:38 +00:00 |
eigccppc.h
|
|
|
eigccx86.h
|
Enum and union normalization.
|
2012-09-16 03:06:55 +00:00 |
eminline.h
|
eminline: respect SDL's NOASM build option (nw)
|
2011-08-24 00:19:20 +00:00 |
emu.h
|
Created a base class delegate_common_base for all delegate
|
2012-10-14 06:28:35 +00:00 |
emu.mak
|
got rid of generic color overlays, almost all of them were used by only 1 game each
|
2012-10-14 20:02:31 +00:00 |
emualloc.c
|
free_file_line no longer complains about NULL free's not existing.
|
2012-02-19 02:01:54 +00:00 |
emualloc.h
|
Wrapped the global_resource_pool into a function in an attempt to
|
2012-01-26 20:35:51 +00:00 |
emucore.c
|
Moved device_delegates into their own files. Employed a
|
2012-09-26 10:07:49 +00:00 |
emucore.h
|
Moved device_delegates into their own files. Employed a
|
2012-09-26 10:07:49 +00:00 |
emuopts.c
|
Clean-ups and version bump
|
2012-09-17 06:49:13 +00:00 |
emuopts.h
|
Made core able to use bios selection per slot device [Miodrag Milanovic]
|
2012-09-05 10:30:30 +00:00 |
emupal.c
|
Final round of struct/union/enum normalization.
|
2012-09-16 05:24:30 +00:00 |
emupal.h
|
gfx_element is now a class. Accessors are provided for all
|
2012-09-06 06:19:32 +00:00 |
emutempl.h
|
Clean-ups and version bump
|
2012-01-29 16:34:26 +00:00 |
fileio.c
|
Remove redundant hashing code, use hashing.h instead.
|
2012-02-16 21:53:30 +00:00 |
fileio.h
|
First pass at modernizing struct definitions.
|
2012-09-15 21:47:30 +00:00 |
gamedrv.h
|
Since there is no clear way to determine if mouse should be shown or not, I am putting a new flag (no whatsnew)
|
2012-08-19 09:54:35 +00:00 |
hash.c
|
Be more rigorous about parsing invalid hashes. Report them
|
2012-02-21 06:29:54 +00:00 |
hash.h
|
Remove redundant hashing code, use hashing.h instead.
|
2012-02-16 21:53:30 +00:00 |
hashfile.c
|
Final round of struct/union/enum normalization.
|
2012-09-16 05:24:30 +00:00 |
hashfile.h
|
Ported DC, SMS and SG1000 to main folder, nw
|
2011-05-06 10:52:23 +00:00 |
image.c
|
Removed legacy image devices and related code (no whatsnew)
|
2012-03-06 12:57:06 +00:00 |
image.h
|
Removed some calls in image.c, note that add_dynamic_device is still used, it's still handy (no whatsnew)
|
2012-02-20 11:42:40 +00:00 |
info.c
|
Fixed for slot menus + some cleanup (nw)
|
2012-06-05 18:17:31 +00:00 |
info.h
|
info.c: added screen tags to xml output, so that it is possible to easily identify which screens depend
|
2012-05-17 14:09:18 +00:00 |
inpttype.h
|
default inc/dec keys for AD Stick Z
|
2012-08-05 04:50:36 +00:00 |
input.c
|
removed unnecessary strlen() usage (no whatsnew)
|
2012-07-27 15:37:39 +00:00 |
input.h
|
Fixed debug asserts (no whatsnew)
|
2012-02-23 15:36:18 +00:00 |
ioport.c
|
added missing \n to some more fatalerror() calls (no whatsnew)
|
2012-09-08 11:47:17 +00:00 |
ioport.h
|
Made amiga keyboard a device, and removed legacy port changed support (no whatsnew)
|
2012-09-19 13:54:29 +00:00 |
machine.c
|
Don't re-register the watchdog VBLANK callback on every single
|
2012-10-16 20:42:28 +00:00 |
machine.h
|
First pass at modernizing struct definitions.
|
2012-09-15 21:47:30 +00:00 |
mame.c
|
Since there is no clear way to determine if mouse should be shown or not, I am putting a new flag (no whatsnew)
|
2012-08-19 09:54:35 +00:00 |
mame.h
|
Removed not used code (nw)
|
2012-08-14 08:26:36 +00:00 |
mconfig.c
|
Made core able to use bios selection per slot device [Miodrag Milanovic]
|
2012-09-05 10:30:30 +00:00 |
mconfig.h
|
Created a base class delegate_common_base for all delegate
|
2012-10-14 06:28:35 +00:00 |
memory.c
|
memory: Map from the cpu's owner, not the root device, otherwise siblings of cpus coming from config fragments aren't happy. [O. Galibert]
|
2012-10-12 13:01:21 +00:00 |
memory.h
|
memory: Fix dynamic recursive device mapping [O. Galibert]
|
2012-10-10 15:33:36 +00:00 |
network.c
|
Move devices into a proper hierarchy and handle naming
|
2012-01-24 20:18:55 +00:00 |
network.h
|
Sync with MESS all credited there (no whatsnew)
|
2011-12-12 14:20:12 +00:00 |
output.c
|
First pass at modernizing struct definitions.
|
2012-09-15 21:47:30 +00:00 |
output.h
|
BIG update.
|
2011-03-29 15:50:04 +00:00 |
profiler.c
|
Move devices into a proper hierarchy and handle naming
|
2012-01-24 20:18:55 +00:00 |
profiler.h
|
Cleanups and version bump.
|
2010-08-30 15:20:58 +00:00 |
render.c
|
When menus are active, enable mouse on full screen (no whatsnew)
|
2012-08-16 06:13:35 +00:00 |
render.h
|
First pass at modernizing struct definitions.
|
2012-09-15 21:47:30 +00:00 |
rendersw.c
|
Fix vector rendering when using software rasterizer.
|
2012-04-24 04:54:48 +00:00 |
rendfont.c
|
Fix several rendering issues with artwork, introduced in the
|
2012-01-16 11:06:28 +00:00 |
rendfont.h
|
Major bitmap-related changes throughout the system. There are
|
2012-01-12 21:19:49 +00:00 |
rendlay.c
|
got rid of generic color overlays, almost all of them were used by only 1 game each
|
2012-10-14 20:02:31 +00:00 |
rendlay.h
|
got rid of generic color overlays, almost all of them were used by only 1 game each
|
2012-10-14 20:02:31 +00:00 |
rendutil.c
|
Major bitmap-related changes throughout the system. There are
|
2012-01-12 21:19:49 +00:00 |
rendutil.h
|
Major bitmap-related changes throughout the system. There are
|
2012-01-12 21:19:49 +00:00 |
romload.c
|
romload: Tell in which zips a missing rom was searched for [O. Galibert]
|
2012-10-27 17:02:21 +00:00 |
romload.h
|
Display correct software load messages depending of supported attribute value (no whatsnew)
|
2012-08-12 12:14:49 +00:00 |
save.c
|
added missing \n to even more fatalerror() calls (no whatsnew)
|
2012-09-08 12:52:35 +00:00 |
save.h
|
Clean-ups and version bump (yes, I know, it's too late)
|
2012-03-11 17:17:00 +00:00 |
schedule.c
|
added missing \n to even more fatalerror() calls (no whatsnew)
|
2012-09-08 12:52:35 +00:00 |
schedule.h
|
Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew)
|
2012-09-24 14:09:14 +00:00 |
screen.c
|
Revert some changes committed by accident. No WN.
|
2012-05-26 11:15:14 +00:00 |
screen.h
|
clean some newly introduce macros since, calls already have full names (no whatsnew)
|
2012-09-18 08:56:11 +00:00 |
softlist.c
|
patch that enables output of <info> elements stored in software lists through -listsoftware [qmc2]
|
2012-08-22 14:02:55 +00:00 |
softlist.h
|
Added support for multiple comma separated interfaces for device (no whatsnew)
|
2012-03-29 07:01:13 +00:00 |
sound.c
|
Added more comment to lessen confusion regarding sound_stream::generate_resampled_data (emu/sound.c) [Anders Hallstrom]
|
2012-11-13 21:52:44 +00:00 |
sound.h
|
Final round of struct/union/enum normalization.
|
2012-09-16 05:24:30 +00:00 |
speaker.c
|
Create a new device_mixer_interface, derived from device_sound_interface,
|
2012-02-25 19:21:35 +00:00 |
speaker.h
|
Create a new device_mixer_interface, derived from device_sound_interface,
|
2012-02-25 19:21:35 +00:00 |
sprite.c
|
Clean-ups and version bump
|
2012-09-17 06:49:13 +00:00 |
sprite.h
|
Clean-ups and version bump
|
2012-09-17 06:49:13 +00:00 |
tilemap.c
|
gfx_element is now a class. Accessors are provided for all
|
2012-09-06 06:19:32 +00:00 |
tilemap.h
|
tilemap_create_device users modernized (no whatsnew)
|
2012-09-07 09:14:36 +00:00 |
timer.c
|
timer - made member calls work (no whatsnew)
|
2012-09-25 08:08:26 +00:00 |
timer.h
|
timer - made member calls work (no whatsnew)
|
2012-09-25 08:08:26 +00:00 |
ui.c
|
Clean-ups and version bump
|
2012-08-20 06:39:53 +00:00 |
ui.h
|
First pass at modernizing struct definitions.
|
2012-09-15 21:47:30 +00:00 |
uigfx.c
|
First pass at modernizing struct definitions.
|
2012-09-15 21:47:30 +00:00 |
uigfx.h
|
BIG update.
|
2011-03-29 15:50:04 +00:00 |
uiimage.c
|
Some cleanup of some observed #include redundancy from source files which use emu.h (nw)
|
2012-02-06 01:30:22 +00:00 |
uiimage.h
|
floppy: Do specific UI handling [O. Galibert]
|
2012-01-23 21:49:30 +00:00 |
uiinput.c
|
First pass at modernizing struct definitions.
|
2012-09-15 21:47:30 +00:00 |
uiinput.h
|
First pass at modernizing struct definitions.
|
2012-09-15 21:47:30 +00:00 |
uimain.c
|
TAB menu: moved "Analog Controls" to under "Input (this xx)", and renamed "Driver Configuration" to "xx Configuration"
|
2012-10-10 21:25:01 +00:00 |
uimain.h
|
Fix issue where changes to the default input config did not
|
2012-05-07 06:38:35 +00:00 |
uimenu.c
|
ioport.c C++ conversion. Mostly internal changes, with no
|
2012-05-03 09:00:08 +00:00 |
uimenu.h
|
Final round of struct/union/enum normalization.
|
2012-09-16 05:24:30 +00:00 |
uismall.png
|
|
|
uiswlist.c
|
Fixed canceling file in softlist selection (no whatsnew)
|
2012-03-30 09:45:59 +00:00 |
uiswlist.h
|
Move devices into a proper hierarchy and handle naming
|
2012-01-24 20:18:55 +00:00 |
validity.c
|
removed unnecessary strlen() usage (no whatsnew)
|
2012-07-27 15:37:39 +00:00 |
validity.h
|
ioport.c C++ conversion. Mostly internal changes, with no
|
2012-05-03 09:00:08 +00:00 |
video.c
|
added missing \n to even more fatalerror() calls (no whatsnew)
|
2012-09-08 12:52:35 +00:00 |
video.h
|
Final round of struct/union/enum normalization.
|
2012-09-16 05:24:30 +00:00 |