mirror of
https://github.com/bkerler/edl.git
synced 2025-03-13 16:53:26 -04:00
Update
This commit is contained in:
parent
f0134163c5
commit
7bc47d8d23
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ keytable = bytearray([0xF0, 0x14, 0x55, 0x0D, 0x5E, 0xDA, 0x92, 0xB3, 0xA7, 0x6C
|
|||
class SierraGenerator():
|
||||
tbl = bytearray()
|
||||
rtbl = bytearray()
|
||||
devicegeneration = None
|
||||
|
||||
def __init__(self):
|
||||
for _ in range(0, 0x14):
|
||||
|
|
Loading…
Reference in a new issue