mame/src/emu
Fabio Priuli 0180f1b0a8 > Subject: Fix for cp1610 cpu
>
> The cp1610 CPU is only used by the Intellivision (in MESS). However the
> disassembler produces garbage. Also I noticed a tiny error in the CPU
> itself.
>
> Here are the fixes:
>
> Firstly, the CPU, a one-line change. In cp1610.c, at line 3515, you may
> notice that 2 flags are sharing the same bit. Please change the V flag
> to
> use 0x20 (instead of 0x10). That's all there.
>
> Next, the disassembler. It assumes oprom to be 16 bits when in fact it
> is 8.
> I could not see a way of specifying the size of oprom, so assuming it
> is
> always 8 bits. If that's the case, please replace 1610dasm.c with the
> enclosed one.
>
> Thanks and have a great day :)
>
> - Robbbert
2009-12-01 10:56:41 +00:00
..
audio Cleanups and version bump. 2009-11-30 01:46:32 +00:00
cpu > Subject: Fix for cp1610 cpu 2009-12-01 10:56:41 +00:00
debug Added new module tagmap which is a simple hashed string map. 2009-11-23 04:55:26 +00:00
drivers Marked cosmic alien colors as wrong, added TODO to the driver for fixing colors. Added new XTAL value for cosmic alien and switched driver to use it. 2009-11-13 21:30:22 +00:00
layout
machine Cleanups and version bump. 2009-11-30 01:46:32 +00:00
sound Changed CDP1869 PAL/NTSC signal to use devcb. 2009-12-01 09:04:13 +00:00
video Cleanups and version bump. 2009-11-30 01:46:32 +00:00
attotime.c Re-inlined core attotime functions. This makes a significant difference 2008-11-04 05:45:54 +00:00
attotime.h Added an attotime_is_never() function 2009-10-31 20:52: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 Cleanups and version bump. 2009-09-10 08:39:42 +00:00
cheat.h Hooked up F6 again as a global cheat enable/disable. [Pugsy] 2009-09-10 07:17:35 +00:00
clifront.c added set name to -romident 2009-11-21 12:00:38 +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 Fixed up some error logging messages to output the correct number of characters 2009-09-10 08:24:15 +00:00
cpuexec.h Another step. Moved the address-space related get_info constants 2009-07-08 16:20:01 +00:00
cpuintrf.h Added new module tagmap which is a simple hashed string map. 2009-11-23 04:55:26 +00:00
crsshair.c Added new module tagmap which is a simple hashed string map. 2009-11-23 04:55:26 +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 DEVCB_INPUT_PORT(tag) can be used for write callbacks. 2009-11-26 17:25:09 +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 Cleanups and version bump. 2009-11-30 01:46:32 +00:00
devintrf.h Cleanups and version bump. 2009-11-30 01:46:32 +00:00
devtempl.h > -----Original Message----- 2009-10-01 17:27:29 +00:00
drawgfx.c Cleaned out remaining generic drawgfx usage. Removed the 2009-07-02 05:45:07 +00:00
drawgfx.h > -----Original Message----- 2009-10-01 17:27:29 +00:00
drawgfxm.h > -----Original Message----- 2009-10-25 05:08: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 > -----Original Message----- 2009-10-01 17:27:29 +00:00
eigccppc.h Rename osd_profiling_ticks() to get_profile_ticks(). Moved implemention into 2009-09-06 23:30:26 +00:00
eigccx86.h Cleanups and version bump. 2009-09-24 07:56:15 +00:00
eminline.h Rename osd_profiling_ticks() to get_profile_ticks(). Moved implemention into 2009-09-06 23:30:26 +00:00
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 Made INI file order explicit via priorities. 2009-09-21 08:45:00 +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 Cleanups and version bump. 2009-09-07 01:34:34 +00:00
fileio.h Added new function mame_fclose_and_open_next() which will close a file 2009-09-03 15:54:07 +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 Added new module tagmap which is a simple hashed string map. 2009-11-23 04:55:26 +00:00
info.h
inptport.c Cleanups and version bump. 2009-11-30 01:46:32 +00:00
inptport.h Cleanups and version bump. 2009-11-30 01:46:32 +00:00
inpttype.h > From: Pugsy [mailto:pugsy@gmx.net] 2009-09-03 09:15:18 +00:00
input.c From: David Haywood [neohaze@nildram.co.uk] 2009-10-01 16:56:42 +00:00
input.h Added debug_global_input_code_pressed() for use in debugging. 2009-09-08 01:40:11 +00:00
inputseq.c > From: Atari Ace [mailto:atari_ace@verizon.net] 2009-09-06 22:28:58 +00:00
inputseq.h > From: Atari Ace [mailto:atari_ace@verizon.net] 2009-09-06 22:28:58 +00:00
mame.c Cleanups and version bump. 2009-11-30 01:46:32 +00:00
mame.h Converted cabal, mappy, toypop and zaxxon to use driver_data structure [Atari Ace] 2009-12-01 10:56:22 +00:00
mamecore.c
mamecore.h Introduced a generic_pointers structure within machine that is 2009-11-26 23:43:19 +00:00
mconfig.c Cleanups and version bump. 2009-11-30 01:46:32 +00:00
mconfig.h Added new module tagmap which is a simple hashed string map. 2009-11-23 04:55:26 +00:00
memconv.h fixed void function returning a value compile error 2009-01-01 16:11:54 +00:00
memory.c Removed global videoram, colorram, paletteram, and spriteram. 2009-11-28 03:06:46 +00:00
memory.h Added AM_BASE_SIZE_MEMBER() macro for specifying both base and size 2009-11-28 19:41:12 +00:00
output.c Bulk change alert. 2009-04-26 23:54:37 +00:00
output.h
profiler.c Added new module tagmap which is a simple hashed string map. 2009-11-23 04:55:26 +00:00
profiler.h > From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr] 2009-10-01 16:58:26 +00:00
render.c Added new module tagmap which is a simple hashed string map. 2009-11-23 04:55:26 +00:00
render.h Here's another MAME tidy patch. This one adds missing const/statics, 2008-11-02 02:40:46 +00:00
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 Added new module tagmap which is a simple hashed string map. 2009-11-23 04:55:26 +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 Added new module tagmap which is a simple hashed string map. 2009-11-23 04:55:26 +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 Renamed STREAM_UPDATE_FREQUENCY to STREAM_UPDATE_ATTOTIME 2009-10-11 19:11:40 +00:00
sound.h Added new module tagmap which is a simple hashed string map. 2009-11-23 04:55:26 +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 Cleanups and version bump. 2009-11-30 01:46:32 +00:00
streams.h Renamed STREAM_UPDATE_FREQUENCY to STREAM_UPDATE_ATTOTIME 2009-10-11 19:11:40 +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 Added new module tagmap which is a simple hashed string map. 2009-11-23 04:55:26 +00:00
ui.h Centralized color definitions and made some colors more specific. 2009-10-03 22:15:40 +00:00
uigfx.c Centralized color definitions and made some colors more specific. 2009-10-03 22:15:40 +00:00
uigfx.h
uiinput.c > From: Atari Ace [mailto:atari_ace@verizon.net] 2009-09-06 22:28:58 +00:00
uiinput.h
uimenu.c Cleanups and version bump. 2009-11-30 01:46:32 +00:00
uimenu.h
uismall.png
validity.c Cleanups and version bump. 2009-11-30 01:46:32 +00:00
video.c Removed global videoram, colorram, paletteram, and spriteram. 2009-11-28 03:06:46 +00:00
video.h Added new module tagmap which is a simple hashed string map. 2009-11-23 04:55:26 +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