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
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
|- | |- | ||
|} | |} | ||
<br> | |||
'''LSB to MSB''' | '''LSB to MSB''' | ||
{| border="1" cellpadding="3" | {| border="1" cellpadding="3" |
Revision as of 03:14, 12 July 2015
Joypad Memory
RAM
RAM | Function | Description |
$14 | Joypad 1 - Button Push Bits | Bits possible values : [0 = Not Recently Pushed Down, 1 = Recently Pushed Down] |
$15 | Joypad 2 - Button Push Bits | Bits possible values : [0 = Not Recently Pushed Down, 1 = Recently Pushed Down] |
$16 | Joypad 1 - Button Status Bits | Bits possible values : [0 = Not Being Pressed Down, 1 = Being Pressed Down] |
$17 | Joypad 2 - Button Status Bits | Bits possible values : [0 = Not Being Pressed Down, 1 = Being Pressed Down] |
LSB to MSB
Bit | Function | Bit | Function |
0 | Right | 4 | Start |
1 | Left | 5 | Select |
2 | Down | 6 | B |
3 | Up | 7 | A |