diff --git a/tb_snes/Makefile b/tb1_snes/Makefile similarity index 100% rename from tb_snes/Makefile rename to tb1_snes/Makefile diff --git a/tb_snes/README b/tb1_snes/README similarity index 100% rename from tb_snes/README rename to tb1_snes/README diff --git a/tb_snes/TODO b/tb1_snes/TODO similarity index 100% rename from tb_snes/TODO rename to tb1_snes/TODO diff --git a/tb_snes/checksum.inc b/tb1_snes/checksum.inc similarity index 100% rename from tb_snes/checksum.inc rename to tb1_snes/checksum.inc diff --git a/tb_snes/graphics/level1_pal0.pcx b/tb1_snes/graphics/level1_pal0.pcx similarity index 100% rename from tb_snes/graphics/level1_pal0.pcx rename to tb1_snes/graphics/level1_pal0.pcx diff --git a/tb_snes/graphics/sprites_pal1.pcx b/tb1_snes/graphics/sprites_pal1.pcx similarity index 100% rename from tb_snes/graphics/sprites_pal1.pcx rename to tb1_snes/graphics/sprites_pal1.pcx diff --git a/tb_snes/graphics/sprites_pal2.pcx b/tb1_snes/graphics/sprites_pal2.pcx similarity index 100% rename from tb_snes/graphics/sprites_pal2.pcx rename to tb1_snes/graphics/sprites_pal2.pcx diff --git a/tb_snes/graphics/sprites_pal3.pcx b/tb1_snes/graphics/sprites_pal3.pcx similarity index 100% rename from tb_snes/graphics/sprites_pal3.pcx rename to tb1_snes/graphics/sprites_pal3.pcx diff --git a/tb_snes/graphics/tb1_title.pcx b/tb1_snes/graphics/tb1_title.pcx similarity index 100% rename from tb_snes/graphics/tb1_title.pcx rename to tb1_snes/graphics/tb1_title.pcx diff --git a/tb_snes/graphics/vmw_logo.pcx b/tb1_snes/graphics/vmw_logo.pcx similarity index 100% rename from tb_snes/graphics/vmw_logo.pcx rename to tb1_snes/graphics/vmw_logo.pcx diff --git a/tb_snes/level_1.s b/tb1_snes/level_1.s similarity index 100% rename from tb_snes/level_1.s rename to tb1_snes/level_1.s diff --git a/tb_snes/opening.s b/tb1_snes/opening.s similarity index 100% rename from tb_snes/opening.s rename to tb1_snes/opening.s diff --git a/tb_snes/snes-hirom.cfg b/tb1_snes/snes-hirom.cfg similarity index 100% rename from tb_snes/snes-hirom.cfg rename to tb1_snes/snes-hirom.cfg diff --git a/tb_snes/snes_init.s b/tb1_snes/snes_init.s similarity index 100% rename from tb_snes/snes_init.s rename to tb1_snes/snes_init.s diff --git a/tb_snes/svmwgraph.s b/tb1_snes/svmwgraph.s similarity index 100% rename from tb_snes/svmwgraph.s rename to tb1_snes/svmwgraph.s diff --git a/tb_snes/tb1_snes.s b/tb1_snes/tb1_snes.s similarity index 100% rename from tb_snes/tb1_snes.s rename to tb1_snes/tb1_snes.s diff --git a/tb_snes/title_screen.s b/tb1_snes/title_screen.s similarity index 100% rename from tb_snes/title_screen.s rename to tb1_snes/title_screen.s diff --git a/tb_snes/tools/Makefile b/tb1_snes/tools/Makefile similarity index 100% rename from tb_snes/tools/Makefile rename to tb1_snes/tools/Makefile diff --git a/tb_snes/tools/ansi_to_tile.c b/tb1_snes/tools/ansi_to_tile.c similarity index 100% rename from tb_snes/tools/ansi_to_tile.c rename to tb1_snes/tools/ansi_to_tile.c diff --git a/tb_snes/tools/bin2byte.c b/tb1_snes/tools/bin2byte.c similarity index 100% rename from tb_snes/tools/bin2byte.c rename to tb1_snes/tools/bin2byte.c diff --git a/tb_snes/tools/color_convert.c b/tb1_snes/tools/color_convert.c similarity index 100% rename from tb_snes/tools/color_convert.c rename to tb1_snes/tools/color_convert.c diff --git a/tb_snes/tools/convert_font.c b/tb1_snes/tools/convert_font.c similarity index 100% rename from tb_snes/tools/convert_font.c rename to tb1_snes/tools/convert_font.c diff --git a/tb_snes/tools/convert_font_4bpp.c b/tb1_snes/tools/convert_font_4bpp.c similarity index 100% rename from tb_snes/tools/convert_font_4bpp.c rename to tb1_snes/tools/convert_font_4bpp.c diff --git a/tb_snes/tools/convert_font_bin.c b/tb1_snes/tools/convert_font_bin.c similarity index 100% rename from tb_snes/tools/convert_font_bin.c rename to tb1_snes/tools/convert_font_bin.c diff --git a/tb_snes/tools/dump_font.c b/tb1_snes/tools/dump_font.c similarity index 100% rename from tb_snes/tools/dump_font.c rename to tb1_snes/tools/dump_font.c diff --git a/tb_snes/tools/make_pal.c b/tb1_snes/tools/make_pal.c similarity index 100% rename from tb_snes/tools/make_pal.c rename to tb1_snes/tools/make_pal.c diff --git a/tb_snes/tools/pcx_to_compressed_tilemap_8bpp.c b/tb1_snes/tools/pcx_to_compressed_tilemap_8bpp.c similarity index 100% rename from tb_snes/tools/pcx_to_compressed_tilemap_8bpp.c rename to tb1_snes/tools/pcx_to_compressed_tilemap_8bpp.c diff --git a/tb_snes/tools/pcx_to_tiles_4bpp.c b/tb1_snes/tools/pcx_to_tiles_4bpp.c similarity index 100% rename from tb_snes/tools/pcx_to_tiles_4bpp.c rename to tb1_snes/tools/pcx_to_tiles_4bpp.c diff --git a/tb_snes/tools/pcx_to_tiles_8bpp.c b/tb1_snes/tools/pcx_to_tiles_8bpp.c similarity index 100% rename from tb_snes/tools/pcx_to_tiles_8bpp.c rename to tb1_snes/tools/pcx_to_tiles_8bpp.c diff --git a/tb_snes/tools/snes_checksum.c b/tb1_snes/tools/snes_checksum.c similarity index 100% rename from tb_snes/tools/snes_checksum.c rename to tb1_snes/tools/snes_checksum.c diff --git a/tb_snes/tools/string_to_bytes.c b/tb1_snes/tools/string_to_bytes.c similarity index 100% rename from tb_snes/tools/string_to_bytes.c rename to tb1_snes/tools/string_to_bytes.c diff --git a/tb_snes/tools/tbfont.tb1 b/tb1_snes/tools/tbfont.tb1 similarity index 100% rename from tb_snes/tools/tbfont.tb1 rename to tb1_snes/tools/tbfont.tb1