From 06dfef81a146c26e412eef76b67c6611bd1821ad Mon Sep 17 00:00:00 2001 From: Zsolt Branyiczky Date: Fri, 13 Nov 2020 16:24:17 +0100 Subject: [PATCH] Added 6502dtv description to cpu option --- doc/da65.sgml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/da65.sgml b/doc/da65.sgml index 466b41984..2394031d2 100644 --- a/doc/da65.sgml +++ b/doc/da65.sgml @@ -112,15 +112,17 @@ Here is a description of all the command line options: 6502 6502x + 6502dtv 65sc02 65c02 huc6280 4510 - 6502x is for the NMOS 6502 with unofficial opcodes. huc6280 is the CPU of - the PC engine. 4510 is the CPU of the Commodore C65. Support for the 65816 - currently is not available. + 6502x is for the NMOS 6502 with unofficial opcodes. 6502dtv is for the + emulated CPU of the C64DTV device. huc6280 is the CPU of the PC engine. + 4510 is the CPU of the Commodore C65. Support for the 65816 currently + is not available.