-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
[Game Pawn] Added support for V9990 sprites; Clean up tilemap source and sprite mode library options: Removed GAMEPAWN_FORCE_SM1 and GAMEPAWN_USE_VRAM_COL, and added GAMEPAWN_TILEMAP_SRC and GAMEPAWN_SPT_MODE [V9990] Added new functions to handle sprites; Fixed a compile warning [Samples] Update library configuration file
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
NDContentPage.OnToolTipsLoaded({}); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
|
||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>joymega.h</title><link rel="stylesheet" type="text/css" href="../../styles/main.css" /><script type="text/javascript" src="../../styles/main.js"></script><script type="text/javascript">NDLoader.LoadJS("Content", "../../styles/");</script></head> | ||
|
||
<!-- Generated by Natural Docs, version 2.2 --> | ||
|
||
<!-- saved from url=(0016)http://localhost --> | ||
|
||
<body onload="NDLoader.OnLoad('Content');" class="NDPage NDContentPage"> | ||
|
||
<a name="Functions"></a><a name="Topic1149"></a><div class="CTopic TGroup LC first"> | ||
<div class="CTitle">Functions</div> | ||
</div> | ||
|
||
<a name="JoyMega_Read3"></a><a name="Topic1150"></a><div class="CTopic TFunction LC"> | ||
<div class="CTitle">JoyMega_Read3</div> | ||
<div id="NDPrototype1150" class="NDPrototype WideForm"><div class="PSection PParameterSection CStyle"><table><tr><td class="PBeforeParameters">u8 JoyMega_Read3(</td><td class="PParametersParentCell"><table class="PParameters"><tr><td class="PType first">u8 </td><td class="PName last">port</td></tr></table></td><td class="PAfterParameters">)</td></tr></table></div></div> | ||
<div class="CBody"><p>Read Megadrive 3-button joypad through JoyMega adapter</p></div> | ||
</div> | ||
|
||
<a name="JoyMega_Read6"></a><a name="Topic1162"></a><div class="CTopic TFunction LC last"> | ||
<div class="CTitle">JoyMega_Read6</div> | ||
<div id="NDPrototype1162" class="NDPrototype WideForm"><div class="PSection PParameterSection CStyle"><table><tr><td class="PBeforeParameters">u16 JoyMega_Read6(</td><td class="PParametersParentCell"><table class="PParameters"><tr><td class="PType first">u8 </td><td class="PName last">port</td></tr></table></td><td class="PAfterParameters">)</td></tr></table></div></div> | ||
<div class="CBody"><p>Read Megadrive 6-button joypad through JoyMega adapter</p></div> | ||
</div> | ||
|
||
</body></html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
NDContentPage.OnToolTipsLoaded({}); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
|
||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>msx-hid.h</title><link rel="stylesheet" type="text/css" href="../../styles/main.css" /><script type="text/javascript" src="../../styles/main.js"></script><script type="text/javascript">NDLoader.LoadJS("Content", "../../styles/");</script></head> | ||
|
||
<!-- Generated by Natural Docs, version 2.2 --> | ||
|
||
<!-- saved from url=(0016)http://localhost --> | ||
|
||
<body onload="NDLoader.OnLoad('Content');" class="NDPage NDContentPage"> | ||
|
||
<a name="Functions"></a><a name="Topic1153"></a><div class="CTopic TGroup LC first"> | ||
<div class="CTitle">Functions</div> | ||
</div> | ||
|
||
<a name="HID_Detect"></a><a name="Topic1154"></a><div class="CTopic TFunction LC last"> | ||
<div class="CTitle">HID_Detect</div> | ||
<div id="NDPrototype1154" class="NDPrototype WideForm"><div class="PSection PParameterSection CStyle"><table><tr><td class="PBeforeParameters">u16 HID_Detect(</td><td class="PParametersParentCell"><table class="PParameters"><tr><td class="PModifierQualifier first"><span class="SHKeyword">enum</span> </td><td class="PType">INPUT_PORT </td><td class="PName last">port</td></tr></table></td><td class="PAfterParameters">)</td></tr></table></div></div> | ||
<div class="CBody"><p>Detect device plugged to joystick port</p><div class="CHeading">Parameters</div><table class="CDefinitionList"><tr><td class="CDLEntry">port<div class="CDLParameterType"><span class="SHKeyword">enum</span> INPUT_PORT</div></td><td class="CDLDefinition"><p>ID of the port to check. Can be <INPUT_PORT1> or <INPUT_PORT1>.</p></td></tr></table><div class="CHeading">Returns</div><p>16-bit footprint of the device</p></div> | ||
</div> | ||
|
||
</body></html> |