Streaming video and audio for Apple II
Go to file
kris 44c1216542 Rename byte_to_colour_string -> byte_to_nominal_colour_string and
introduce an attempt at post-processing the colour artefacting that
results in coalescing adjacent '1' bits into white pixels.  This is
an incomplete modeling even of this artefact, let alone the other
various fringing weirdness that happens for e.g. NTSC rendering (which
is not faithfully reproduced by Apple //GS RGB display, so hard for me
to test further)
2019-03-21 15:59:56 +00:00
audiotest/audiotest Add cc65's LOADER.SYSTEM to the base disk image so we can use it to 2019-03-21 15:28:41 +00:00
server Move server file into subdir 2019-03-21 15:37:51 +00:00
simulator - Allow HGR ROM entry point 2019-02-27 22:46:53 +00:00
audio.py Remove unneeded assert 2019-03-21 15:36:29 +00:00
edit_distance.py Rename byte_to_colour_string -> byte_to_nominal_colour_string and 2019-03-21 15:59:56 +00:00
main.py Switch to argparse and parametrize some flags 2019-03-21 15:26:00 +00:00
movie.py Don't schedule a NOP for TCP frame padding; instead just have the ACK 2019-03-15 21:09:45 +00:00
opcodes_test.py Update cycle timing from working ethernet player. 2019-02-23 23:38:14 +00:00
opcodes.py Don't schedule a NOP for TCP frame padding; instead just have the ACK 2019-03-15 21:09:45 +00:00
screen.py Refactor the various representations of screen memory (bitmap, (x,y) 2019-03-03 22:21:28 +00:00
symbol_table_test.py Write symbol table to .dbg file when assembling player 2019-02-27 12:10:14 +00:00
symbol_table.py Write symbol table to .dbg file when assembling player 2019-02-27 12:10:14 +00:00
video_test.py Add some tests for edit_weight and byte_to_colour_string 2019-03-10 23:07:44 +00:00
video.py - Don't hardcode clock speed 2019-03-21 15:57:09 +00:00