-
Notifications
You must be signed in to change notification settings - Fork 28
/
.gitmodules
32 lines (32 loc) · 1.15 KB
/
.gitmodules
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
[submodule "emulator/modules/tms9918"]
path = emulator/modules/tms9918
url = https://github.com/visrealm/vrEmuTms9918
[submodule "emulator/thirdparty/sdl"]
path = emulator/thirdparty/sdl
url = https://github.com/visrealm/SDL.git
[submodule "emulator/modules/ay38910"]
path = emulator/modules/ay38910
url = https://github.com/visrealm/emu2149.git
[submodule "emulator/modules/lcd"]
path = emulator/modules/lcd
url = https://github.com/visrealm/vrEmuLcd.git
[submodule "tools/emsdk"]
path = tools/emsdk
url = https://github.com/emscripten-core/emsdk.git
branch = main
[submodule "emulator/modules/65c02"]
path = emulator/modules/65c02
url = https://github.com/visrealm/vrEmu6502.git
[submodule "tools/acme"]
path = tools/acme
url = https://github.com/visrealm/acme.git
[submodule "emulator/thirdparty/imgui"]
path = emulator/thirdparty/imgui
url = https://github.com/visrealm/imgui.git
branch = docking
[submodule "emulator/thirdparty/ImGui-Addons"]
path = emulator/thirdparty/ImGui-Addons
url = https://github.com/visrealm/ImGui-Addons.git
[submodule "emulator/modules/65c22"]
path = emulator/modules/65c22
url = https://github.com/visrealm/vrEmu6522.git