Browse Source

stuff

master
mortie 6 years ago
parent
commit
ef87bec7eb
3 changed files with 8 additions and 3 deletions
  1. 2
    2
      emuconf/vba/vba.cfg
  2. 1
    0
      web/index.html
  3. 5
    1
      web/style.css

+ 2
- 2
emuconf/vba/vba.cfg View File

# Flash size # Flash size
# 0=64K Flash, 1=128K Flash # 0=64K Flash, 1=128K Flash


flashSize=0
flashSize=1


# Sound volume # Sound volume
# 0=1x, 1=2x, 2=3x, 3=4x # 0=1x, 1=2x, 2=3x, 3=4x


# Enable/Disable auto frameskip # Enable/Disable auto frameskip
# 0=disable, anything else to enable # 0=disable, anything else to enable
autoFrameSkip=0
autoFrameSkip=1


# Sets the desired throttle # Sets the desired throttle
# 0=disable, 5...1000 valid throttle speeds # 0=disable, 5...1000 valid throttle speeds

+ 1
- 0
web/index.html View File

<title></title> <title></title>
</head> </head>
<body> <body>
<h1>Games</h1>
<div id="games"></div> <div id="games"></div>
<div id="overlay"> <div id="overlay">
Game running. Game running.

+ 5
- 1
web/style.css View File

margin: 0px; margin: 0px;
} }


h1 {
margin-left: 20px;
}

#games { #games {
padding: 24px; padding: 24px;
} }
#games a { #games a {
margin: 12px;
padding: 12px;
display: block; display: block;
} }



Loading…
Cancel
Save