-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.FAQ
56 lines (43 loc) · 1.42 KB
/
README.FAQ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
----------------------------------------
cingb --- FAQ
----------------------------------------
I will include some hints here.
Ask and you'll get an answer.
----------------------------------------
Q0. Where do I get gameboy (gameboy
color) roms ?
A0. You can buy them in a supermarket
(aka cartridges) .
It is NOT allowed to play roms
in form of files, if you don't own
the original cartridges.
----------------------------------------
Q1. I try to launch cingb on the
framebuffer device, but it seems,
that it doesn't work. I get this
message:
Error: FBIOGET_FSCREENINFO
A1. Perhaps the rights for the frame-
buffer device are not set right.
Try this:
crw-rw-r-- # root video 29,0 ###### fb0
Don't forget to join the group "video".
Check your group-id by typing "id" on
the command-line.
----------------------------------------
Q2. The sound often skips.
What should I do ?
A2. The sound generation hasn't been
optimized, yet.
But it should work at workstations,
which are better than a Pentium
MMX 233.
Don't complain about headache please.
----------------------------------------
Q3. I cannot run CINGB.EXE for MS-DOS !
A3. CINGB uses lots of memory which
cannot be provided in DOS real-mode.
That's why you will need some files
from the DJGPP website.
Please follow the instructions there
and install the DPMI32 support.