mame/src/emu
Aaron Giles 6b159dfd11 From: Sandro Ronco [mailto:sandro.ronco@alice.it]
Sent: Wednesday, August 26, 2009 5:57 AM
To: submit@mamedev.org
Subject: MAME cheat search engine

This is a diff of my cheat search engine with help of Pugsy.  
This is only a first part, not has the same functions of the old search engine, but is better than nothing

I have update the search engine to support search of byte, word, dword
and qword signed and unsigned.
2009-09-03 08:54:11 +00:00
..
audio Changed save state system to accept machine parameters where 2008-12-05 08:00:13 +00:00
cpu SuperFX updates: [Harmony] 2009-09-02 23:28:18 +00:00
debug From: Sandro Ronco [mailto:sandro.ronco@alice.it] 2009-09-03 08:54:11 +00:00
drivers Added xtal for MESS. 2009-08-18 20:25:05 +00:00
layout
machine different TOD implementation for CIA6526 and CIA8520 2009-09-01 20:27:10 +00:00
sound Added some profiling code for discrete tasks 2009-09-02 22:08:25 +00:00
video (small cleanup) 2009-08-24 11:12:55 +00:00
attotime.c Re-inlined core attotime functions. This makes a significant difference 2008-11-04 05:45:54 +00:00
attotime.h Cleanups and version bump. 2008-12-15 01:46:32 +00:00
audit.c Bulk change alert. 2009-04-26 23:54:37 +00:00
audit.h refactored the audit code to make it more consistent with the original. 2009-04-11 11:55:12 +00:00
cheat.c From Pugsy: 2009-08-19 16:45:49 +00:00
cheat.h
clifront.c Bulk change alert. 2009-04-26 23:54:37 +00:00
clifront.h Added new frontend option -listbrothers. This will list all "brothers" 2008-12-30 20:19:04 +00:00
config.c Bulk change alert. 2009-04-26 23:54:37 +00:00
config.h
cpuexec.c Changed profiler to separate start/stop cases. [Christophe Jaillet] 2009-08-19 16:43:04 +00:00
cpuexec.h Another step. Moved the address-space related get_info constants 2009-07-08 16:20:01 +00:00
cpuintrf.h Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO 2009-07-09 07:10:40 +00:00
crsshair.c Fixed remaining occurrences of crsshairpath 2009-07-14 07:06:24 +00:00
crsshair.h The other larger patch adds missing static and const qualifiers, and 2009-06-08 05:43:50 +00:00
debugger.c Bulk change alert. 2009-04-26 23:54:37 +00:00
debugger.h Moved some of the CPU cores over to use get_safe_token like other devices. 2009-03-12 16:54:49 +00:00
deprecat.h Major drawgfx cleanup, global removal, and feature enhancements: 2009-01-12 11:05:15 +00:00
devcb.c Many casts added to the core files, and various other tweaks 2009-03-12 07:43:03 +00:00
devcb.h Added helper macros for input lines tied to GND/Vcc. 2009-08-21 13:05:08 +00:00
devconv.h fixed void function returning a value compile error 2009-01-01 16:11:54 +00:00
devintrf.c Fix for MSVC compile. 2009-07-10 05:47:32 +00:00
devintrf.h Cleanups and version bump. 2009-07-10 03:10:17 +00:00
devtempl.h The other larger patch adds missing static and const qualifiers, and 2009-06-08 05:43:50 +00:00
drawgfx.c Cleaned out remaining generic drawgfx usage. Removed the 2009-07-02 05:45:07 +00:00
drawgfx.h Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems 2009-07-09 08:03:31 +00:00
drawgfxm.h Changed profiler to separate start/stop cases. [Christophe Jaillet] 2009-08-19 16:43:04 +00:00
driver.c Added casts to ensure proper values are passed to the ctype.h functions. 2009-06-25 08:04:39 +00:00
driver.h Added missing casts and made other tweaks. The entire project 2009-04-27 09:18:17 +00:00
eigccppc.h Having decided to look at the MAME source again, I have a fairly minor patch: 2009-03-19 06:15:14 +00:00
eigccx86.h Having decided to look at the MAME source again, I have a fairly minor patch: 2009-03-19 06:15:14 +00:00
eminline.h
emu.mak Added infrastructure to compile universal standalone disassembler: 2009-08-22 06:25:07 +00:00
emuopts.c Added basic support in bitmap.c for 64-bit indexed bitmaps. As a 2009-07-13 22:34:43 +00:00
emuopts.h Fixed remaining occurrences of crsshairpath 2009-07-14 07:06:24 +00:00
emupal.c Bulk change alert. 2009-04-26 23:54:37 +00:00
emupal.h Major drawgfx cleanup, global removal, and feature enhancements: 2009-01-12 11:05:15 +00:00
fileio.c Many casts added to the core files, and various other tweaks 2009-03-12 07:43:03 +00:00
fileio.h Fixed remaining occurrences of crsshairpath 2009-07-14 07:06:24 +00:00
hash.c Added casts to ensure proper values are passed to the ctype.h functions. 2009-06-25 08:04:39 +00:00
hash.h
info.c Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems 2009-07-09 08:03:31 +00:00
info.h
inptport.c Changed profiler to separate start/stop cases. [Christophe Jaillet] 2009-08-19 16:43:04 +00:00
inptport.h Added a POKER_BET general input definition. 2009-08-22 16:57:12 +00:00
inpttype.h Added a POKER_BET general input definition. 2009-08-22 16:57:12 +00:00
input.c Changed profiler to separate start/stop cases. [Christophe Jaillet] 2009-08-19 16:43:04 +00:00
input.h Many casts added to the core files, and various other tweaks 2009-03-12 07:43:03 +00:00
inputseq.c Added casts to ensure proper values are passed to the ctype.h functions. 2009-06-25 08:04:39 +00:00
inputseq.h
mame.c [from AtariAce] 2009-08-30 05:42:33 +00:00
mame.h [from AtariAce] 2009-08-30 05:42:33 +00:00
mamecore.c
mamecore.h Move address_map array from cpu_config to device_config. Added 2009-07-08 14:47:35 +00:00
mconfig.c Move address_map array from cpu_config to device_config. Added 2009-07-08 14:47:35 +00:00
mconfig.h Move address_map array from cpu_config to device_config. Added 2009-07-08 14:47:35 +00:00
memconv.h fixed void function returning a value compile error 2009-01-01 16:11:54 +00:00
memory.c Changed profiler to separate start/stop cases. [Christophe Jaillet] 2009-08-19 16:43:04 +00:00
memory.h Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO 2009-07-09 07:10:40 +00:00
output.c Bulk change alert. 2009-04-26 23:54:37 +00:00
output.h
profiler.c Changed profiler to separate start/stop cases. [Christophe Jaillet] 2009-08-19 16:43:04 +00:00
profiler.h Changed profiler to separate start/stop cases. [Christophe Jaillet] 2009-08-19 16:43:04 +00:00
render.c Bulk change alert. 2009-04-26 23:54:37 +00:00
render.h
rendersw.c Modified the makefile to support experimental optional C++ 2009-02-28 22:10:06 +00:00
rendfont.c Bulk change alert. 2009-04-26 23:54:37 +00:00
rendfont.h
rendlay.c Bulk change alert. 2009-04-26 23:54:37 +00:00
rendlay.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-12-11 17:59:22 +00:00
rendutil.c Crosshair update 2009-03-28 22:55:34 +00:00
rendutil.h Crosshair update 2009-03-28 22:55:34 +00:00
restrack.c Bulk change alert. 2009-04-26 23:54:37 +00:00
restrack.h Bulk change alert. 2009-04-26 23:54:37 +00:00
romload.c > -----Original Message----- 2009-08-13 04:55:32 +00:00
romload.h > -----Original Message----- 2009-08-13 04:55:32 +00:00
sndintrf.h Ok, this is The Big One. 2009-02-11 19:48:39 +00:00
sound.c [from AtariAce] 2009-08-30 05:42:33 +00:00
sound.h [from AtariAce] 2009-08-30 05:42:33 +00:00
state.c Bulk change alert. 2009-04-26 23:54:37 +00:00
state.h Many casts added to the core files, and various other tweaks 2009-03-12 07:43:03 +00:00
streams.c Changed profiler to separate start/stop cases. [Christophe Jaillet] 2009-08-19 16:43:04 +00:00
streams.h Ok, this is The Big One. 2009-02-11 19:48:39 +00:00
tilemap.c Changed profiler to separate start/stop cases. [Christophe Jaillet] 2009-08-19 16:43:04 +00:00
tilemap.h > From: atari_ace@verizon.net 2009-08-13 04:42:13 +00:00
timer.c Changed profiler to separate start/stop cases. [Christophe Jaillet] 2009-08-19 16:43:04 +00:00
timer.h From: hoge hoge [c8cv@hotmail.com] 2009-08-13 05:17:16 +00:00
tokenize.h Modified the makefile to support experimental optional C++ 2009-02-28 22:10:06 +00:00
ui.c [from AtariAce] 2009-08-30 05:42:33 +00:00
ui.h
uigfx.c > From: atari_ace@verizon.net 2009-08-13 04:42:13 +00:00
uigfx.h
uiinput.c Changed profiler to separate start/stop cases. [Christophe Jaillet] 2009-08-19 16:43:04 +00:00
uiinput.h
uimenu.c Fixed remaining occurrences of crsshairpath 2009-07-14 07:06:24 +00:00
uimenu.h
uismall.png
validity.c Sync with MESS 2009-08-21 22:30:58 +00:00
video.c Changed profiler to separate start/stop cases. [Christophe Jaillet] 2009-08-19 16:43:04 +00:00
video.h Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE 2009-06-08 05:38:50 +00:00
watchdog.c The other larger patch adds missing static and const qualifiers, and 2009-06-08 05:43:50 +00:00
watchdog.h