• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

win32/H26-Sep-1999-214168

LICENSEH A D20-Sep-199917.7 KiB342286

MakefileH A D03-May-2022985 4529

READMEH A D26-Sep-19991.2 KiB4533

cpu.cH A D20-Sep-1999153 KiB7,1525,791

cpu.hH A D26-Sep-19992 KiB6634

data.hH A D20-Sep-19991.3 KiB4418

debug.cH A D03-May-20228.8 KiB360283

debug.hH A D20-Sep-19991,001 316

jlib.cH A D26-Sep-19999.5 KiB457338

jlib.hH A D20-Sep-19991.6 KiB6021

joypad.cH A D20-Sep-19992.6 KiB11872

joypad.hH A D20-Sep-19991.3 KiB4618

main.cH A D26-Sep-19995.5 KiB229176

mem.cH A D26-Sep-199913.6 KiB512428

mem.hH A D20-Sep-19991.4 KiB4215

regs.hH A D20-Sep-19993.3 KiB8658

rom.cH A D26-Sep-199910 KiB486399

rom.hH A D20-Sep-19992.3 KiB6435

svga.cH A D26-Sep-19993.9 KiB173118

svga.hH A D20-Sep-19991.1 KiB3711

vram.cH A D03-May-202220.6 KiB899672

vram.hH A D20-Sep-19991.2 KiB4013

win32.cH A D26-Sep-19996.1 KiB320237

win32.hH A D26-Sep-1999232 129

x11.cH A D26-Sep-19997 KiB299226

x11.hH A D20-Sep-19991.3 KiB3812

README

1gbe - gameboy emulator
2by
3Chuck Mason <chuckjr@sinclair.net>
4Steven Fuller <relnev@atdot.org>
5http://emu.simplenet.com/gb/gbe
6
7
8
9
10How To Compile:
11	1.) Edit 'Makefile' for any changes
12	2.) Type 'make'
13
14gbe currently emulates:
15- all gameboy z80 opcodes (excluding STOP and HALT - these are ignored)
16- minor color gameboy support
17- mbc1, 2, 3 and 5
18- save ram (please "mkdir ~/.gbesav" to avoid errors)
19- plus other stuff -- I'm just too lazy to finish this documentation
20
21
22what needs to be emulated:
23- speedups (vram and x11)
24- more mbc's
25- rom fixes (metroid and super mario land 2/3, for example)
26- other fixes
27- more fixes
28- and some other unemulated things
29
30price of gbe:
31nothing unless you break the rules of the GPL, under which gbe is released.
32(donations would be nice :)) -- i hate dev'ing on slow computers)
33
34thanks:
35- none to mugrat (???)
36- definately go out to all the documentation authors (you know who you are)
37- linux people (just cause) - you folks are cool
38- to CmdrTaco @ slashdot - great news
39- go out to bung (www.bung.com.hk) - cool devices
40- Mike Tedder (bpoint) -- just cause
41- oh yea: pragit and his reload.htm
42
43
44anything else?: dunno, can't think at mo.
45