Aaron Culliney
|
ea71d197e0
|
Handle unlikely overflow and silence clang warning
|
2014-06-21 14:51:41 -07:00 |
|
Aaron Culliney
|
cecc78e824
|
Silence clang warnings
|
2014-06-21 14:51:25 -07:00 |
|
Aaron Culliney
|
c22fbd0374
|
Reduce dependence on global TEMP buffer
* display.S still uses this ... will be refactored completely with new video update
|
2014-05-11 19:18:53 -07:00 |
|
Aaron Culliney
|
a1e4ba5cc2
|
Sanity-check .dsk and .nib image raw byte sizes
|
2014-04-06 21:49:02 -07:00 |
|
Aaron Culliney
|
535abd2c6c
|
Disconcertingly, flush() after each fwrite() appears to make it work. Something is wrotten somewhere...
|
2014-04-06 21:15:06 -07:00 |
|
asc
|
3abd2e87aa
|
Refactor to use GNU build tools
* Added configure.ac and non-recursive Makefile.am
* Modularized source into subdirectories
* Simplified header inclusion
|
2014-01-22 20:51:50 -08:00 |
|
Aaron Culliney
|
ca5f76fc1a
|
Use GZIP routines for simplicity and compat
|
2013-12-22 12:37:01 -08:00 |
|
Aaron Culliney
|
32b807e742
|
Gracefully handle zlib errors
|
2013-12-01 12:36:43 -08:00 |
|
Aaron Culliney
|
717b501c5e
|
separate actual inflate/deflate from wrappers
|
2013-12-01 12:22:55 -08:00 |
|
Aaron Culliney
|
f5c8df9a4a
|
Use zlib instead of fork/exec gzip executable
* Now all disk images are saved gzipped
|
2013-12-01 10:57:58 -08:00 |
|