Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Add install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
pthalin committed Jun 9, 2020
1 parent a8480a9 commit 2563bd5
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.class
*.o
*.so
midpath/resources.list
phoneme_advanced_mr2/tools/output
phoneme_advanced_mr2/cdc/build/**
!phoneme_advanced_mr2/cdc/build/linux-arm-generic/GNUmakefile
release/
36 changes: 36 additions & 0 deletions INSTALL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
WARNING: This is an exprimental release. Crashes and hang is expected :)
This may lead to coruption of your SDCARD.

IMORTANT: Make a backup of your SDCARD before running this software.


Description:
This is a emulator (runtime environment in fact) for Java 2 ME software (J2ME).
It is compatibel with Bittboy (and PocketGo)


Notes:
- Resolution is fixed to 176x220.
- Sound is not working.
- You may have to try several versions of a game to find a compatible version.

Installation:
1. Copy the folder bittboy-j2me/ to emus/

2. Copy the file menu/bittboy-j2me to gmenu2x/sections/emulators/

3. Create folder main/roms/j2me
(put jar files here)


Keys:
A = (5) FIRE
B = (3)
TA = (7)
TB = (1)
R = (0)
SELECT = SOFTKEY LEFT
START = SOFTKEY RIGHT



2 changes: 1 addition & 1 deletion bittboy-j2me
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ title=Bittboy-J2ME
description=Bittboy-J2ME
exec=/mnt/emus/bittboy-j2me/bin/runjar.sh
clock=702
selectordir=/mnt/emus/bittboy-j2me/dist
selectordir=/mnt/roms/j2me
selectorelement=1
3 changes: 3 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
rm -rf release
mkdir release
mkdir release/bittboy-j2me
mkdir release/menu

mkdir release/bittboy-j2me/jvm
cp -r phoneme_advanced_mr2/cdc/build/linux-arm-generic/bin release/bittboy-j2me/jvm/
Expand All @@ -23,3 +24,5 @@ done

cp -r midpath/bin/ release/bittboy-j2me/
cp -r midpath/configuration/ release/bittboy-j2me/
cp ./bittboy-j2me release/menu
cp ./INSTALL.txt release

0 comments on commit 2563bd5

Please sign in to comment.