Skip to content

Commit 11e841c

Browse files
committed
forgot some docs related to BMP Data Turbo, disable debug output
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45378 379a1393-f5fb-40a0-bcee-ef074d9b53f7
1 parent e54cb4d commit 11e841c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

vice/doc/vice.texi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9655,6 +9655,8 @@ Blackbox V8
96559655
@item
96569656
Blackbox V9
96579657
@item
9658+
BMP Data Turbo 2000
9659+
@item
96589660
C64 Games System
96599661
@item
96609662
Capture
@@ -10659,6 +10661,10 @@ Attach raw 32/64KiB Blackbox V8 cartridge image.
1065910661
@item -cartbb9 <name>
1066010662
Attach raw 32KiB Blackbox V9 cartridge image.
1066110663

10664+
@findex -cartbdt
10665+
@item -cartbdt <name>
10666+
Attach raw 16KiB BMP Data Turbo 2000 cartridge image.
10667+
1066210668
@findex -cartcap
1066310669
@item -cartcap <name>
1066410670
Attach raw 8KiB Capture cartridge image.
@@ -29769,6 +29775,8 @@ $0010- xxxx - ROM data
2976929775
@tab Universal Cartridge 1.5
2977029776
@item 82
2977129777
@tab Universal Cartridge 2
29778+
@item 83
29779+
@tab BMP Data Turbo 2000
2977229780
@end multitable
2977329781

2977429782
(*Note: Ocean type 1 includes Navy Seals, Robocop 2 & 3, Shadow of the Beast,

vice/src/c64/cart/bmpdataturbo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
*/
2626

27-
#define DEBUG_BMPDATATURBO
27+
/* #define DEBUG_BMPDATATURBO */
2828

2929
#include "vice.h"
3030

0 commit comments

Comments
 (0)