Skip to content

Commit

Permalink
Tables
Browse files Browse the repository at this point in the history
  • Loading branch information
FlightControl-User committed Oct 16, 2023
1 parent 72e776b commit b4cba81
Show file tree
Hide file tree
Showing 8 changed files with 9,976 additions and 17,944 deletions.
126 changes: 56 additions & 70 deletions README.md

Large diffs are not rendered by default.

Binary file modified images/INTRO1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/UPDATE-VERA-CONFIRMATION.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/VERA-UPDATE-BRIEFING.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/cx16-defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@

#define __INTRO

#define __VERA_CHIP_PROCESS
// #define __SMC_CHIP_PROCESS
// #define __ROM_CHIP_PROCESS


#define __VERA_JP1_DETECT
// #define __VERA_FLASH
#define __SMC_FLASH
#define __ROM_FLASH


#define __VERA_CHIP_PROCESS
#define __SMC_CHIP_PROCESS
#define __ROM_CHIP_PROCESS

#define __VERA_CHIP_DETECT
#define __SMC_CHIP_DETECT
#define __ROM_CHIP_DETECT
Expand Down
Binary file modified target/src/CX16-UPDATE.PRG
Binary file not shown.
27,772 changes: 9,909 additions & 17,863 deletions target/src/cx16-update.asm

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions target/src/cx16-update.klog
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ Basic-segment:
$0801-$080c Basic

Code-segment:
$080d-$58a7 Code
$080d-$3478 Code

Data-segment:
$58a8-$772f Data
$3479-$4b60 Data

CodeIntro-segment:
$7730-$7780 CodeIntro
$4b61-$4bb1 CodeIntro

CodeVera-segment:
$7781-$84c8 CodeVera
$4bb2-$585b CodeVera

DataIntro-segment:
$84c9-$8506 DataIntro
$585c-$5899 DataIntro

DataVera-segment:
$8507-$87ce DataVera
$589a-$5bf9 DataVera

Writing Vice symbol file: cx16-update.vs
Writing Symbol file: cx16-update.sym

0 comments on commit b4cba81

Please sign in to comment.