1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' into sf/vdfs-8bit More... 5 months ago
vdfs: fix matching of DFS directory names, i.e. make case-insensitive. More... 5 months ago
vdfs: store Acorn name in VDFS entry with length, not NUL terminated More... 5 months ago
vdfs: add pre-built ROM for previous commit. More... 5 months ago
vdfs: add a PWD command to print current directory. More... 5 months ago
tube: fix double-free. More... 6 months ago
m68k: remove more conditional compilation More... 6 months ago
model: allow tube ROM to be an absolute path. More... 6 months ago
model: fix memory leak in tube initialisation. More... 6 months ago
m68k: remove conditional compilation. More... 6 months ago
Remove #define _DEBUG left in by mistake. More... 6 months ago
68000: make the memory size configurable. More... 6 months ago
model: record config file section in tube model structure. More... 6 months ago
model: split tubes into model/CPU with model in the config file. More... 6 months ago
logging: make 'append' a proper boolean. More... 6 months ago
config: more robust parsing of config file values. More... 6 months ago
Merge pull request #213 from rjpontefract/rp/68000_memory More... 6 months ago
CiscOS determines the amount of memory available by writing a known value to 0x00000000 and then checking every 1K (0x400) bytes for that value. The original hardware presumably only decoded the address lines it needed for the installed memory causing the memory to be available at every multiple of the RAM size. More... 6 months ago
Tricky's Joystick re-vamp. More... 6 months ago
Merge branch 'master' into sf/m5000-push2 More... 6 months ago
z80: extend language bodge to Z80 with 2.0 client ROM More... 6 months ago
z80: add ROM missed from previous commit. More... 7 months ago
Enable Z80 to work with both hard disc BIOS and MOS 3.50 More... 7 months ago
music5000: make buffer size a config file item again. More... 7 months ago
music5000: improve buffer management, avoid sound drop-outs. More... 7 months ago
Merge branch 'master' into sf/m5000-push2 More... 7 months ago
config: treat failure to load config as a fatal error. More... 7 months ago
music5000: return to 64us drive from polltime More... 7 months ago
music5000: various fixes More... 7 months ago
music5000: various fixes More... 7 months ago