/* ATARI ASTEROIDS */

game "Asteroids"
{
	hwtype asteroids

	cpu 1
	{
		cputype 6502
	
		org	5000h
		file	"035127.02"
	
		org	6800h
		file	"035145.02"
		file	"035144.02"
		file	"035143.02"
		
		org	0f800h
		file	"035143.02"
	}
}

/* ATARI ASTEROIDS DELUXE */

game "Deluxe"
{	
	hwtype	deluxe

	cpu 1
	{
		cputype 6502

		org	4800h
		file	"036800.02"
		file	"036799.01"

		org	6000h
		file	"036430.02"
		file	"036431.02" 
		file	"036432.02"
		file	"036433.03"

		org	0f800h
		file	"036433.03"
	}
}

game "Battlezone"
{
	hwtype battlezone

	cpu 1
	{
		cputype 6502
	
		org	3000h
		file	"036422.01"
		file	"036421.01"
	
		org	5000h
		file	"036414.01"
		file	"036413.01"
		file	"036412.01"
		file	"036411.01"
		file	"036410.01"
		file	"036409.01"
	
		org	0f800h
		file	"036409.01"
	}
}

game "Blackwidow"
{
	hwtype blackwidow

	cpu 1
	{
		cputype 6502

		org	2800h
		
		file	"136017.107"
		file	"136017.108"
		file	"136017.109"
		file	"136017.110"
		
		org	9000h
	
		file	"136017.101"
		file	"136017.102"
		file	"136017.103"
		file	"136017.104"
		file	"136017.105"
		file	"136017.106"
	
/* This is intentionally duplicated */

		file	"136017.106"

	}
}

/* ATARI GRAVITAR */

game "Gravitar"
{
	hwtype gravitar

	cpu 1
	{
		cputype 6502

		org	2800h
		
		file	"136010.210"
		file	"136010.207"
		file	"136010.208"
		file	"136010.209"
	
		org	9000h

		file	"136010.201"
		file	"136010.202"
		file	"136010.203"
		file	"136010.204"
		file	"136010.205"
		file	"136010.206"

/* This is intentionally duplicated */

		file	"136010.206"
	
	}
}

/* ATARI LUNAR LANDER */

game "Lander"
{
	hwtype lander

	cpu 1
	{
		cputype 6502

		org	4800h
	
		file	"034599.01"
		file	"034598.01"
		file	"034597.01"
	
		org	6000h
	
		file	"034572.02"
		file	"034571.02"
		file	"034570.02"
		file	"034569.02"
	
		org 0f800h
		file	"034569.02"
	}
}

game "Redbaron"
{
	hwtype redbaron

	cpu 1
	{
		cputype 6502
	
		org	3000h
		file	"037006.01E"
		file	"037007.01E"
	
		org	4800h
		file	"037587.01"
		org	5000h
		file	"037587.01"
		org	5000h
		file	"037000.01E"
		org	6000h
		file	"036998.01E"
		file	"036997.01E"
		file	"036996.01E"
		file	"036995.01E"
	
		org	0f800h
		file	"036995.01E"
	}
}

game "Spaceduel"
{
	hwtype spaceduel

	cpu 1
	{
		cputype 6502
	
		org		2800h
	
		file	"136006.106"
		file	"136006.107"
	
		org		4000h
		file	"136006.201"
		file	"136006.102"
		file	"136006.103"
		file	"136006.104"
		file	"136006.105"
	
		org		0f000h
		file	"136006.105"

	}
}

game "Spaceinvaders"
{
	hwtype spaceinvaders

	cpu 1
	{
		cputype z80

		org		0000h
		file	"invaders.h"
		file	"invaders.g"
		file	"invaders.f"
		file	"invaders.e"
	}
}
	
game "Spaceinvadersii"
{
	hwtype spaceinvadersii

	cpu 1
	{
		cputype z80
	
		org		0000h
		file	"sidh.bin"
		file	"sidg.bin"
		file	"sidf.bin"
		file	"side.bin"
	
		org		4000h
		file	"sidd.bin"
	}
}

game "MissileCmd"
{
	hwtype	missilecmd

	cpu 1
	{
		cputype	6502

		org		5000h
		file	"035820.02"
		file	"035821.02"
		file	"035822.02"
		file	"035823.02"
		file	"035824.02"
		file	"035825.02"
	
		org		0f800h		
		file	"035825.02"
	}
}


game "Tempest"
{
	hwtype tempest

	cpu 1
	{
		cputype 6502
	
		org		3000h
		file	"136002.123"
		file	"136002.124"
	
		org		9000h
		file	"136002.113"
		file	"136002.114"
		file	"136002.115"
		file	"136002.116"
		file	"136002.117"
		file	"136002.118"
		file	"136002.119"
		file	"136002.120"
		file	"136002.121"
		file	"136002.122"
	
		org		0f800h
		file	"136002.122"
	}
}
