mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
![]() > > 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 |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |