Streaming video and audio for Apple II
Go to file
kris 80402f25a5 - Allow HGR ROM entry point
- Don't trap unexpected entrypoint when crossing between regions via RTS
- Implement TICK handler
- Improve status printing in CPU loop
2019-02-27 22:46:53 +00:00
ethernet/ethernet Write symbol table to .dbg file when assembling player 2019-02-27 12:10:14 +00:00
simulator - Allow HGR ROM entry point 2019-02-27 22:46:53 +00:00
audio.py Encode audio file into cycle timings and emit tick opcodes. Amazingly, 2019-02-27 14:49:21 +00:00
frame_sequence.py Extract out input video decoding into separate module. 2019-02-23 23:32:07 +00:00
main.py Compute median frame similarity. This turns out not to be a great 2019-02-27 14:10:39 +00:00
memory_map.py Implement a much more efficient mechanism for mapping an array between 2019-02-23 23:44:29 +00:00
opcodes.py Use decoder symbol table to populate start/end addresses for opcodes. 2019-02-27 12:10:56 +00:00
opcodes_test.py Update cycle timing from working ethernet player. 2019-02-23 23:38:14 +00:00
scheduler.py In HeuristicPageFirstScheduler, don't use a deterministic ordering 2019-02-27 14:09:42 +00:00
screen.py Fix deprecation warning on newer numpy 2019-02-23 23:33:18 +00:00
server.py Send contents of out.bin file 2019-02-23 23:28:33 +00:00
symbol_table.py Write symbol table to .dbg file when assembling player 2019-02-27 12:10:14 +00:00
symbol_table_test.py Write symbol table to .dbg file when assembling player 2019-02-27 12:10:14 +00:00
video.py Video() is now aware of target frame rate, and will continue to emit 2019-02-23 23:52:25 +00:00
video_test.py Video() is now aware of target frame rate, and will continue to emit 2019-02-23 23:52:25 +00:00