Difference between revisions of "Gb.changeGame"

From Gamebuino Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:gb.changeGame}} __NOTOC__ = Description = Flashes LOADER.HEX from the micro SD card so you can select and flash another game/program. = Syntax = <pre>gb.change...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:gb.changeGame}}
+
{{lowercase}}
 
__NOTOC__
 
__NOTOC__
= Description =
+
== Description ==
 
Flashes LOADER.HEX from the micro SD card so you can select and flash another game/program.
 
Flashes LOADER.HEX from the micro SD card so you can select and flash another game/program.
  
= Syntax =
+
== Syntax ==
 
<pre>gb.changeGame();</pre>
 
<pre>gb.changeGame();</pre>
  
= Parameters =
+
== Parameters ==
 
none
 
none
  
= Returns =
+
== Returns ==
 
none
 
none
  
= Example =
+
== Example ==
  
= See also =
+
== See also ==
 
*[[bootloader]]
 
*[[bootloader]]

Latest revision as of 2014-05-20T21:04:09

Description

Flashes LOADER.HEX from the micro SD card so you can select and flash another game/program.

Syntax

gb.changeGame();

Parameters

none

Returns

none

Example

See also