.. |
data
|
Parametrize the RGB palette to encode with, and support both NTSC and
|
2019-06-19 22:06:54 +01:00 |
audio.py
|
Simplify the accounting of audio ticks in video framing, and fix an off-by-one that was causing audio and video to become desynchronized.
|
2019-06-19 21:47:49 +01:00 |
colours.py
|
Add a DHGRColours enum mapping the DHGR logical colours to their
|
2019-06-19 21:54:49 +01:00 |
frame_grabber_test.py
|
Rename FrameSequencer to FrameGrabber and break out into separate file.
|
2019-06-19 22:04:02 +01:00 |
frame_grabber.py
|
Parametrize the RGB palette to encode with, and support both NTSC and
|
2019-06-19 22:06:54 +01:00 |
machine.py
|
Remove CycleCounter, it's unused
|
2019-06-19 21:51:45 +01:00 |
main.py
|
Parametrize the RGB palette to encode with, and support both NTSC and
|
2019-06-19 22:06:54 +01:00 |
make_data_tables_test.py
|
Parametrize the RGB palette to encode with, and support both NTSC and
|
2019-06-19 22:06:54 +01:00 |
make_data_tables.py
|
Parametrize the RGB palette to encode with, and support both NTSC and
|
2019-06-19 22:06:54 +01:00 |
movie.py
|
Parametrize the RGB palette to encode with, and support both NTSC and
|
2019-06-19 22:06:54 +01:00 |
opcodes_test.py
|
Fix unit test
|
2019-06-19 21:45:58 +01:00 |
opcodes.py
|
Rename FrameSequencer to FrameGrabber and break out into separate file.
|
2019-06-19 22:04:02 +01:00 |
palette.py
|
Parametrize the RGB palette to encode with, and support both NTSC and
|
2019-06-19 22:06:54 +01:00 |
screen_test.py
|
Remove unused code.
|
2019-06-19 21:54:52 +01:00 |
screen.py
|
Parametrize the RGB palette to encode with, and support both NTSC and
|
2019-06-19 22:06:54 +01:00 |
symbol_table_test.py
|
Add module docstrings
|
2019-03-21 16:42:47 +00:00 |
symbol_table.py
|
Start to flesh out function docstrings, add some more type annotations.
|
2019-03-21 22:41:05 +00:00 |
video_mode.py
|
Rename FrameSequencer to FrameGrabber and break out into separate file.
|
2019-06-19 22:04:02 +01:00 |
video_test.py
|
Parametrize the RGB palette to encode with, and support both NTSC and
|
2019-06-19 22:06:54 +01:00 |
video.py
|
random.getrandbits() is much faster than random.randint()
|
2019-06-19 22:06:54 +01:00 |