summaryrefslogtreecommitdiff
path: root/source/bank_7e.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-09-14 17:44:16 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-09-14 17:44:16 -0400
commiteb2470a0e94d0393328f40354ee410d0cbf58a16 (patch)
tree41ae3c63adcc21c0115947be7d6e9631dfcba490 /source/bank_7e.asm
parentdbb24fc1a9ab34b99166b269a240313e37932e43 (diff)
Disassemble some more lcd code and metadata
Diffstat (limited to 'source/bank_7e.asm')
-rw-r--r--source/bank_7e.asm11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/bank_7e.asm b/source/bank_7e.asm
new file mode 100644
index 0000000..aacb3e5
--- /dev/null
+++ b/source/bank_7e.asm
@@ -0,0 +1,11 @@
+INCLUDE "charmap.inc"
+
+SECTION "ASCII credits 1", ROMX[$4010], BANK[$7e]
+
+pushc
+setcharmap ascii
+ db "DSEQLITE", 0
+ db $01
+ db "CRTS(C) mcmxcvi by Toshiyuki Ueno", 0
+ db "toshi-u@tau.bekkoame.or.jp", 0
+popc