-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zznop
committed
Jul 23, 2019
1 parent
b48dfde
commit 2c13bf8
Showing
6 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
__author__ = 'zznop' | ||
__copyright__ = 'Copyright 2019, zznop' | ||
__license__ = 'GPL' | ||
__version__ = '1.0' | ||
__version__ = '1.1' | ||
__email__ = '[email protected]' | ||
|
||
class GenesisAssemble(BackgroundTaskThread): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
__author__ = 'zznop' | ||
__copyright__ = 'Copyright 2019, zznop' | ||
__license__ = 'GPL' | ||
__version__ = '1.0' | ||
__version__ = '1.1' | ||
__email__ = '[email protected]' | ||
|
||
class GenesisCallTableEnum(BackgroundTaskThread): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
__author__ = 'zznop' | ||
__copyright__ = 'Copyright 2019, zznop' | ||
__license__ = 'GPL' | ||
__version__ = '1.0' | ||
__version__ = '1.1' | ||
__email__ = '[email protected]' | ||
|
||
class GenesisChecksum(BackgroundTaskThread): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,12 @@ | |
import struct | ||
import traceback | ||
|
||
__author__ = 'zznop' | ||
__copyright__ = 'Copyright 2019, zznop' | ||
__license__ = 'GPL' | ||
__version__ = '1.1' | ||
__email__ = '[email protected]' | ||
|
||
class GenesisView(binaryview.BinaryView): | ||
name = 'SG/SMD' | ||
long_name = 'SEGA Genesis/Megadrive ROM' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters