This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
openomf:memory_map [2025/03/13 17:15] – Add gamewizard stuff vagabond | openomf:memory_map [2025/03/28 00:57] (current) – [HAR] aokmaniac13 | ||
---|---|---|---|
Line 7: | Line 7: | ||
==== General Layout ==== | ==== General Layout ==== | ||
- | ^ offset ^ name ^ description ^ | + | ^ offset |
- | | | + | | +0x1F7398 |
- | | | + | | |
- | | +0x1F7978 | P1 Pilot Pointer | | | + | | +0x1F77CE |
- | | +0x1F797C | P2 Pilot Pointer | | | + | | |
- | | | + | | +0x1F7974 |
- | | +0x215038 | P1 HAR Struct | Not a pointer, this is just where the data begins. | + | | |
- | | +0x220038 | P2 HAR Struct | Not a pointer, this is just where the data begins. | + | | +0x1F797C |
+ | | +0x1FEB5C | ||
+ | | +0x215038 | ||
+ | | +0x220038 | ||
---- | ---- | ||
Line 34: | Line 37: | ||
| | | | ||
| | | | ||
- | | | + | | |
- | | | + | | |
- | | | + | | |
- | | | + | | |
- | | | + | | |
| | | | ||
Line 52: | Line 55: | ||
> I realized yesterday that nobody seems to have created a disk image for Game Wizard 32 PRO by Enhanced Software Design (Ray Hsu & Gerald Ryckman). Although I did purchase it when it was still commercially available I haven' | > I realized yesterday that nobody seems to have created a disk image for Game Wizard 32 PRO by Enhanced Software Design (Ray Hsu & Gerald Ryckman). Although I did purchase it when it was still commercially available I haven' | ||
- | |||
> To use it in DOSBox, unzip the image file gwp30a.ima into the root of your virtual dos directory eg. c:\dos\ then use the imgmount command in DOSBox to mount it like this: " | > To use it in DOSBox, unzip the image file gwp30a.ima into the root of your virtual dos directory eg. c:\dos\ then use the imgmount command in DOSBox to mount it like this: " | ||
- | |||
> I've been using version 3.0 for quite a while, both on my old dos towers and laptops and of course the excellent DOSBox software since I couldn' | > I've been using version 3.0 for quite a while, both on my old dos towers and laptops and of course the excellent DOSBox software since I couldn' | ||
- | In order to install the loose installer files in Dosbox, unzip it to a directory EG. c:\gwpro\ and use the subst command to map that directory to the a drive eg. "subst a: c: | + | > In order to install the loose installer files in Dosbox, unzip it to a directory EG. c:\gwpro\ and use the subst command to map that directory to the a drive eg. "subst a: c: |
> I've noticed that the 3.0A update causes a noticeable pause that wasn't there in the 3.0 version after Game Wizard has just been started and is displaying the splash screen on real hardware. If you think your system' | > I've noticed that the 3.0A update causes a noticeable pause that wasn't there in the 3.0 version after Game Wizard has just been started and is displaying the splash screen on real hardware. If you think your system' | ||
Line 89: | Line 89: | ||
| 0x001e50b0 | WORD | How many ticks since Har 2 has moved or attacked (?) | | | 0x001e50b0 | WORD | How many ticks since Har 2 has moved or attacked (?) | | ||
| 0x001f00b0 | WORD | How many ticks since Har 2 has moved or attacked (?) | | | 0x001f00b0 | WORD | How many ticks since Har 2 has moved or attacked (?) | | ||
+ | | 0x0012ce42 | WORD | Player 1's max health | | ||
+ | | 0x0012ce40 | WORD | Player 1's current health | | ||
+ | | 0x001c6590 | BYTE | Player 1's current health as a percentage, used for the healthbar | | ||
| 0x0012e146 | WORD | Player 2's max health | | | 0x0012e146 | WORD | Player 2's max health | | ||
| 0x0012e144 | WORD | Player 2's current health | | | 0x0012e144 | WORD | Player 2's current health | | ||
Line 94: | Line 97: | ||
| 0x001dc4c8 | WORD | Match tick counter, does not reset between rounds | | | 0x001dc4c8 | WORD | Match tick counter, does not reset between rounds | | ||
| 0x001ceb64 | WORD | REC tick counter, when replaying REC files | | | 0x001ceb64 | WORD | REC tick counter, when replaying REC files | | ||
+ | | 0x001c77c6 | BYTE | P1 selection on MELEE (set to 10 for kreissack) | | ||
+ | | 0x001c4cde | BYTE | P2 selection | | ||