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