Difference between revisions of "SCUMM/TG16"
< SCUMM
Jump to navigation
Jump to search
(Updated status, due to work from Tobias) |
(Updated status) |
||
Line 1: | Line 1: | ||
== Status == | == Status == | ||
Turbografx Loom is playable under current SVN. | |||
== Things To Do == | == Things To Do == | ||
=== Figure out Sound Format === | === Figure out Sound Effects Format === | ||
* | *There are thirteen sound effects used throughout the game | ||
**Distaff (1-8) | |||
**Click (9) | |||
**Unknown (10-13) | |||
*The Turbografx processor provides six channels for producing sound. | *The Turbografx processor provides six channels for producing sound. | ||
== Useful | == Useful Links == | ||
*[http://mednafen.sourceforge.net/ Mednafen] is a fairly well equipped emulator with PC Engine support it also has a fairly fully featured debugger built in. | *[http://mednafen.sourceforge.net/ Mednafen] is a fairly well equipped emulator with PC Engine support it also has a fairly fully featured debugger built in. | ||
Line 19: | Line 21: | ||
*If you are not using Win32, the source code for the extract tool is [http://scummvm.svn.sourceforge.net/viewvc/scummvm/tools/trunk/ here]. | *If you are not using Win32, the source code for the extract tool is [http://scummvm.svn.sourceforge.net/viewvc/scummvm/tools/trunk/ here]. | ||
Revision as of 21:20, 27 October 2009
Status
Turbografx Loom is playable under current SVN.
Things To Do
Figure out Sound Effects Format
- There are thirteen sound effects used throughout the game
- Distaff (1-8)
- Click (9)
- Unknown (10-13)
- The Turbografx processor provides six channels for producing sound.
Useful Links
- Mednafen is a fairly well equipped emulator with PC Engine support it also has a fairly fully featured debugger built in.
- How to rip a compatible ISO from your original Loom TG16 disc. This guide will show you how to rip an iso that you will be able to extract with the extract_loom_tg16 tool.
- SVN Tools This enables you to extract your resources from the games code ISO, You will want to use 'extract_loom_tg16'.
- If you are not using Win32, the source code for the extract tool is here.