Skip to content

Commit 1bff2b7

Browse files
mateoconlechugaruner112
authored andcommitted
Oops
1 parent 91e64fd commit 1bff2b7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CEdev/lib/src/ce/usb.asm

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
; --------------------------------------------
1212

1313
; --- Location Equates -----------------------
14-
_usb_BusPowered equ 000080h
15-
_usb_SelfPowered equ 000084h
16-
_usb_ResetChip equ 00008Ch
17-
_usb_DisableTimer equ 0000B4h
18-
_usb_EnableTimer equ 000374h
19-
_usb_ResetTimer equ 000388h
14+
_usb_BusPowered equ 0003E4h
15+
_usb_SelfPowered equ 0003E8h
16+
_usb_ResetChip equ 0003F4h
17+
_usb_DisableTimer equ 0004F4h
18+
_usb_EnableTimer equ 0004F8h
19+
_usb_ResetTimer equ 0004F0h
2020
; --------------------------------------------
2121

2222
end

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Toolchain
1+
# CE C Toolchain
22
Toolchain for C programming on the 'CE' series of TI calculators (TI-84 Plus CE / TI-83 Premium CE)
33

44
# Installation

0 commit comments

Comments
 (0)