Add /deps.sh, in /linapple remove full-screen mode to make it run properly on recent...
[applesoft_basic.git] / apple_io.py
2022-05-26 Nick DowningMake ctrl-c available all the time, improve cleanup...
2022-05-26 Nick DowningRefactor CALL implementation, to auto-detect tone routi...
2022-05-25 Nick DowningAdd cursor in HRCG, not blinking yet
2022-05-25 Nick DowningTuning ribbit slightly
2022-05-25 Nick DowningHRCG and joystick improvements, can now play ribbit...
2022-05-25 Nick DowningImplement HTAB and VTAB in HRCG terminal, fix character...
2022-05-25 Nick DowningAdd basic HRCG terminal program (cut-down emulated...
2022-05-24 Nick DowningAdd ribbit, and various language features needed to...
2022-05-24 Nick DowningAdd little brick out
2022-05-24 Nick DowningChange lemonade_tone_patched to lemonade_tone and LEMON...
2022-05-24 Nick DowningChange lemonade_tone_nick to tone and LEMONADE TONE...
2022-05-24 Nick DowningFix error in text() escape sequence leading to incorrec...
2022-05-24 Nick DowningAdd inter-statement delay, fix an oversight regarding...
2022-05-24 Nick DowningImplement the ability to update text screen with GR...
2022-05-24 Nick DowningImplement a new gr_encode() routine containing most...
2022-05-24 Nick DowningImplement zero-page emulation for normal/inverse/flash...
2022-05-24 Nick DowningEliminate gr_mem, instead emulate the proper memory...
2022-05-24 Nick DowningImprove the console emulation a bit, can now run little...
2022-05-24 Nick DowningAdd joystick support, and keyboard ready-polling suppor...
2022-05-22 Nick DowningImplement lightning flash in apple_io.py
2022-05-22 Nick DowningFurther improvement to terminal emulation, makes scroll...
2022-05-22 Nick DowningImplement simulated LOMEM and HIMEM, add memory size...
2022-05-22 Nick DowningImprove PCM audio by reducing framesize (so that latenc...
2022-05-22 Nick DowningImprove terminal emulation (window left/right etc)...
2022-05-22 Nick DowningMake GR graphics single width by default, use --gr...
2022-05-22 Nick DowningCalibrate FOR/NEXT delay loops, change delay loops...
2022-05-22 Nick DowningImplement the new music in /apple_io.py as well, for...
2022-05-20 Nick DowningAdd a new assembly language tone generator, analyze...
2022-05-20 Nick DowningIn patched lemonade, change call 770 to call 784 everyw...
2022-05-19 Nick DowningImprove console handling, fixes 40 column width issue...
2022-05-19 Nick DowningImprove cursor handling, improve tracebacks, improve...
2022-05-19 Nick DowningImplement ALSA PCM audio sounds for console beep and...
2022-05-18 Nick DowningImprove interpreter and I/O slightly for lemonade,...
2022-05-18 Nick DowningLo-res graphics sort of working (needs some modificatio...
2022-05-17 Nick DowningImplement more statements and ignore some I/O related...
2022-05-17 Nick DowningImplement all functions except some I/O related ones
2022-05-17 Nick DowningBulk add statements and functions in token order (reord...
2022-05-16 Nick DowningImplement PRINT TAB() and very basic cursor position...
2022-05-16 Nick DowningAdd TEXT, GR, COLOR=, PLOT, HLIN, VLIN statements
2022-05-16 Nick DowningAdd PEEK, POKE and CALL (via apple_io, to emulate any...
2022-05-16 Nick DowningMake variables boxed for easy referencing and/or subscr...
2022-05-16 Nick DowningImplement INPUT
2022-05-16 Nick DowningTranslate cr to crlf at output similarly to how Apple...
2022-05-16 Nick DowningImplement console input, improve console output a bit...
2022-05-16 Nick DowningAdd apple_io module and HOME, NORMAL, INVERSE, FLASH...