Skip to content

Commit 0aecfc6

Browse files
committed
2nd stage
1 parent 9db9657 commit 0aecfc6

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(wsl -e bash -c \"cat /home/wojciech/git/cc65/libsrc/rp6502/phi2.c\")",
5+
"Bash(wsl -e bash -c \"cat /home/wojciech/git/cc65/libsrc/rp6502/ria.s\")",
6+
"Bash(wsl -e bash -c \"cat /home/wojciech/git/cc65/libsrc/rp6502/clock.c\")",
7+
"Bash(wsl -e bash -c \"cat /home/wojciech/git/cc65/include/rp6502.h\")",
8+
"Bash(wsl -e bash -c \"cat /home/wojciech/git/cc65/libsrc/rp6502/write.c\")",
9+
"Bash(wsl -e bash -c \"cat /home/wojciech/git/cc65/libsrc/rp6502/ria_attr.c && cat /home/wojciech/git/cc65/libsrc/rp6502/f_lseek.c\")",
10+
"Bash(wsl -e bash -c \"ls /home/wojciech/git/cc65/include/ | grep -i math\")",
11+
"Bash(wsl -e bash -c \"ls /home/wojciech/git/cc65/libsrc/rp6502/../ | head -20 && cat /home/wojciech/git/cc65/libsrc/Makefile 2>/dev/null | grep -A5 rp6502 | head -20\")",
12+
"Bash(wsl -e bash -c \"ls /home/wojciech/git/cc65/libsrc/rp6502/ | wc -l && cat /home/wojciech/git/cc65/cfg/rp6502.cfg 2>/dev/null | head -5\")",
13+
"Bash(wsl -e bash -c \"grep -r 'rp6502' /home/wojciech/git/cc65/libsrc/Makefile | head -10\")",
14+
"Bash(wsl -e bash -c \"grep -A3 'rp6502' /home/wojciech/git/cc65/libsrc/Makefile | head -30\")",
15+
"Bash(wsl -e bash -c \"head -60 /home/wojciech/git/cc65/libsrc/Makefile\")",
16+
"Bash(wsl -e bash -c \"grep -n '\\\\.c\\\\|\\\\.s\\\\|OBJS\\\\|SRC' /home/wojciech/git/cc65/libsrc/Makefile | head -20\")",
17+
"Bash(wsl -e bash -c \"grep -n 'RIA_OP_GETFREE\\\\|C API\\\\|typedef struct\\\\|int __cdecl' /home/wojciech/git/cc65/include/rp6502.h\")",
18+
"Bash(wsl -e bash -c \"sed -n '128,165p' /home/wojciech/git/cc65/include/rp6502.h\")",
19+
"Bash(wsl -e bash -c \"grep -n 'XREG location\\\\|f_getfree\\\\|#endif' /home/wojciech/git/cc65/include/rp6502.h\")",
20+
"Bash(wsl -e bash -c \"sed -n '130,132p' /home/wojciech/git/cc65/include/rp6502.h | cat -A\")",
21+
"Bash(wsl -e bash -c ':*)"
22+
]
23+
}
24+
}

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ set(IPO_PRINTF_LINK_OPTIONS
4747
# For release, set version string and set code page to 0.
4848
set(RP6502_PROJECT_DEFINITIONS
4949
RP6502_NAME="Picocomputer 6502"
50-
RP6502_VERSION="gogee 0.22[p125][20260409.0610]"
50+
RP6502_VERSION="gogee 0.22[p125][20260409.1700]mc"
5151
RP6502_CODE_PAGE=0
5252
RP6502_LOCALE="str_en.inc"
5353
RP6502_EXFAT=0

0 commit comments

Comments
 (0)