Rob McMullen
Rob McMullen
BAS format (among other formats) is described here: http://www.atarimax.com/jindroush.atari.org/afmt.html
Currently, atrcopy only identifies DCM images but does not support actually unpacking them. This would be a good first issue for someone to tackle: it's all stubbed out in [dcm.py](https://github.com/robmcmullen/atrcopy/blob/master/atrcopy/dcm.py),...
Creating a boot image and then examining it produces: ``` $ p run.py cent.atr boot -b centipede.xex XFD Disk Image (size=5585 (43x128B) adding $6000-$7581 ($1581 @ $0006) from centipede.xex adding...
Major effort: support disk image modification at the file level. - https://github.com/jhallen/atari-tools
- SpartaDOS User Manual [in PDF](http://sdx.atari8.info/sdx_files/4.47/sdx_4-47_user_guide.pdf), chapter 7 has descriptions of the bit-level structure - quick summary of [SpartaDOS format](http://atari.kensclassics.org/dos.htm#sparta) - many disk images in the [Holmes archive](http://ftp.pigwa.net/stuff/collections/holmes%20cd/) Bitmap sectors...
I'm not sure if this is the correct fix, but it's at least a workaround for long UNC paths. This code: ``` uri = r'\\?\UNC\VBOXSVR\work\stuff.xex' fs, relpath = opener.parse(uri) print...
Here's the addition of the CPU struct allowing multiple instances in the same process.
The Vectrex looks pretty straightforward. Plus, it's a 6809 which would demonstrate another CPU architecture. https://github.com/jhawthorn/vecx/blob/master/vecx.c Original here: http://www.valavan.net/vectrex.html
JAC has a database with CRC32 sums identifying all known carts and mapping them to the cart type https://www.wudsn.com/productions/atari800/atariromchecker/help/AtariROMChecker.html In the source to the java program, there's a CSV file...
- https://web.archive.org/web/20120225095359/http://homepage.smc.edu/kennedy_john/belipse.pdf - https://cs.brown.edu/research/pubs/theses/masters/1989/dasilva.pdf - https://en.wikipedia.org/wiki/Midpoint_circle_algorithm