If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Mega Man 4/RAM map: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Joypad Memory== '''RAM''' {| border="1" cellpadding="3" | '''RAM''' || '''Function''' || '''Description''' || '''Details''' |- | $14 || Joypad 1 - Button Push Bits || Bit...") |
|||
Line 8: | Line 8: | ||
| $14 || Joypad 1 - Button Push Bits || Bits possible values : [0 = Not Recently Pushed Down, 1 = Recently Pushed Down] || [[Bits signification]] | | $14 || Joypad 1 - Button Push Bits || Bits possible values : [0 = Not Recently Pushed Down, 1 = Recently Pushed Down] || [[Bits signification]] | ||
|- | |- | ||
| $15 || Joypad 2 - Button Push Bits || Bits possible values : [0 = Not Recently Pushed Down, 1 = Recently Pushed Down] || [[Bits signification]] | | $15 || Joypad 2 - Button Push Bits || Bits possible values : [0 = Not Recently Pushed Down, 1 = Recently Pushed Down] || [[a|Bits signification]] | ||
|- | |- | ||
| $16 || Joypad 1 - Button Status Bits || Bits possible values : [0 = Not Being Pressed Down, 1 = Being Pressed Down] || [[Bits signification]] | | $16 || Joypad 1 - Button Status Bits || Bits possible values : [0 = Not Being Pressed Down, 1 = Being Pressed Down] || [[Bits signification]] | ||
Line 17: | Line 17: | ||
'''Bits signification of $14, $15, $16, $17''' | <a id="Joypad_Bits_Signification">'''Bits signification of $14, $15, $16, $17'''</a> | ||
'''LSB to MSB''' | '''LSB to MSB''' |
Revision as of 02:57, 12 July 2015
Joypad Memory
RAM
RAM | Function | Description | Details |
$14 | Joypad 1 - Button Push Bits | Bits possible values : [0 = Not Recently Pushed Down, 1 = Recently Pushed Down] | Bits signification |
$15 | Joypad 2 - Button Push Bits | Bits possible values : [0 = Not Recently Pushed Down, 1 = Recently Pushed Down] | Bits signification |
$16 | Joypad 1 - Button Status Bits | Bits possible values : [0 = Not Being Pressed Down, 1 = Being Pressed Down] | Bits signification |
$17 | Joypad 2 - Button Status Bits | Bits possible values : [0 = Not Being Pressed Down, 1 = Being Pressed Down] | Bits signification |
<a id="Joypad_Bits_Signification">Bits signification of $14, $15, $16, $17</a>
LSB to MSB
Bit | Function | Bit | Function |
0 | Right | 4 | Start |
1 | Left | 5 | Select |
2 | Down | 6 | B |
3 | Up | 7 | A |