Download jsSMS Free Java Code

Description

A Sega Master System & Game Gear emulator in JavaScript.

Icons

jsSMS

Source Files

The download file jsSMS-master.zip has the following entries.


.gitignore//w  w  w  .  j  a  v  a 2 s .c  o  m
.jshintrc
CONTRIBUTING.md
Gruntfile.js
LICENSE
README.md
alec/alec.ico
alec/css/base.css
alec/css/buttons.css
alec/css/headers.css
alec/css/jssms.css
alec/css/responsive.css
alec/css/toolbars.css
alec/fonts/moztt_light-webfont.woff
alec/fonts/moztt_medium-webfont.woff
alec/fonts/moztt_regular-webfont.woff
alec/img/alex-icon.xcf
alec/img/buttons/icons/dialog.png
alec/img/buttons/icons/view.png
alec/img/buttons/ui/danger-disabled.png
alec/img/buttons/ui/danger-press.png
alec/img/buttons/ui/danger.png
alec/img/buttons/ui/default.png
alec/img/buttons/ui/disabled.png
alec/img/buttons/ui/recommend.png
alec/img/buttons/ui/shadow.png
alec/img/headers/icons/add.png
alec/img/headers/icons/back-rtl.png
alec/img/headers/icons/back.png
alec/img/headers/icons/clear.png
alec/img/headers/icons/close.png
alec/img/headers/icons/compose.png
alec/img/headers/icons/edit.png
alec/img/headers/icons/fullscreen.png
alec/img/headers/icons/list.png
alec/img/headers/icons/load.png
alec/img/headers/icons/menu.png
alec/img/headers/icons/pause.png
alec/img/headers/icons/play.png
alec/img/headers/icons/reply-all.png
alec/img/headers/icons/reply.png
alec/img/headers/icons/send.png
alec/img/headers/icons/update.png
alec/img/headers/icons/user.png
alec/img/headers/ui/dark/header.png
alec/img/headers/ui/dark/negative.png
alec/img/headers/ui/dark/separator.png
alec/img/headers/ui/dark/subheader.png
alec/img/headers/ui/header.png
alec/img/headers/ui/negative.png
alec/img/headers/ui/organic/header.png
alec/img/headers/ui/organic/negative.png
alec/img/headers/ui/organic/pattern.png
alec/img/headers/ui/organic/separator.png
alec/img/headers/ui/organic/subheader.png
alec/img/headers/ui/overlay/header.png
alec/img/headers/ui/overlay/separator.png
alec/img/headers/ui/search.png
alec/img/headers/ui/separator-large.png
alec/img/headers/ui/separator.png
alec/img/headers/ui/shadow.png
alec/img/headers/ui/subheader.png
alec/img/icon128.png
alec/img/icon16.png
alec/img/icon256.png
alec/img/icon32.png
alec/img/icon48.png
alec/img/icon60.png
alec/img/icon64.png
alec/img/toolbars/icons/update.png
alec/img/toolbars/ui/background.png
alec/index.html
alec/lib/escodegen.browser.js
alec/lib/jquery.min.js
alec/manifest.appcache
alec/manifest.webapp
alec/min/alec.min.js
alec/min/bootstrap.min.js
alec/rom/gg/homebrew/ftrack.gg
alec/rom/gg/homebrew/nibbles.gg
alec/rom/gg/homebrew/zoopemup.gg
alec/rom/gg/technical/FadeTest.gg
alec/rom/sms/homebrew/Bock's Birthday 2011 II.sms
alec/rom/sms/homebrew/KunKun & KokoKun 2 - Return of the Kun [v0.99].sms
alec/rom/sms/homebrew/KunKun & KokoKun.sms
alec/rom/sms/homebrew/blockhead.sms
alec/rom/sms/homebrew/ono [v1.01].sms
alec/rom/sms/homebrew/sokoban.sms
alec/rom/sms/homebrew/vg-fighter.sms
alec/rom/sms/homebrew/vpoker.sms
alec/rom/sms/technical/ColorCheck.sms
alec/rom/sms/technical/FullscreenPaletteTestProgram.sms
alec/rom/sms/technical/PFR_Detect200.sms
alec/rom/sms/technical/PauseTest.sms
alec/rom/sms/technical/SMSSoundTest1.1.sms
alec/rom/sms/technical/VCounterTest.sms
alec/rom/sms/technical/VDPTEST.sms
alec/rom/sms/technical/chkstate.sms
alec/rom/sms/technical/smspal.sms
alec/rom/sms/technical/zexall.sms
alec/src.html
benchmark.html
bin/jssms.js
bin/sync-server.js
bin/tpl/z80.js.tpl
css/bootstrap-responsive.min.css
css/bootstrap.min.css
index.html
lib/benchmark.js
lib/escodegen.browser.js
lib/esprima.js
lib/jquery.min.js
min/jssms.concat.js
min/jssms.debug.js
min/jssms.min.js
min/jssms.node.js
package.json
rom/gg/homebrew/ftrack.gg
rom/gg/homebrew/nibbles.gg
rom/gg/homebrew/zoopemup.gg
rom/gg/technical/FadeTest.gg
rom/homebrew/Bock's Birthday 2011 II.sms
rom/homebrew/KunKun & KokoKun 2 - Return of the Kun [v0.99].sms
rom/homebrew/KunKun & KokoKun.sms
rom/homebrew/Reject.JS 2013 - Slides.sms
rom/homebrew/blockhead.sms
rom/homebrew/ono [v1.01].sms
rom/homebrew/sokoban.sms
rom/homebrew/vg-fighter.sms
rom/homebrew/vpoker.sms
rom/technical/Chkstate Demo by Dave (PD).sms
rom/technical/ColorCheck.sms
rom/technical/FullscreenPaletteTestProgram.sms
rom/technical/PFR Detect V2.00 by Eric R. Quinn (PD).sms
rom/technical/PauseTest.sms
rom/technical/SMSSoundTest1.1.sms
rom/technical/V Counter Test by Charles MacDonald (PD).sms
rom/technical/VDPTEST.sms
rom/technical/smspal.sms
rom/technical/zexall.sms
src/alec/bootstrap.js
src/alec/ui.js
src/build/exports.js
src/build/externs/audio.js
src/compiler/README.md
src/compiler/analyzer.js
src/compiler/build/exports.js
src/compiler/bytecode.js
src/compiler/generator.js
src/compiler/opcodes-CB.js
src/compiler/opcodes-DD-FD.js
src/compiler/opcodes-ED.js
src/compiler/opcodes-ast.js
src/compiler/opcodes.js
src/compiler/optimizer.js
src/compiler/parser.js
src/compiler/recompiler.js
src/debugger.js
src/keyboard.js
src/license.js
src/node/build/exports.js
src/node/ui.js
src/ports.js
src/psg.js
src/setup.js
src/sms.js
src/sync-client.js
src/ui.js
src/utils.js
src/vdp.js
src/z80.js

Download

Click the following link to download jsSMS-master.zip.

jsSMS-master.zip




















Home »
  Javascript Free Code Download »
    Game »




Conway Game of Life
Game
Game Adventure
Game Box2d
Game Canvas
Game Engine
Game HTML
Game HTML5
Game ImpactJS
Game iPhone
Game jQuery
Game Multiplayer
Game PhoneGap
Game Puzzle
Game RPG
Game SDK
Game Snake
MineCraft
TicTacToe