summaryrefslogtreecommitdiff
path: root/roms/MegaChip8 Demos
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2019-09-27 01:10:57 -0400
committerAndrew Opalach <andrew@akon.city> 2019-09-27 01:10:57 -0400
commit62151ec83685dc525b4111d236ebae6e23d91c00 (patch)
treec2c2b408bc4ac876cc133fb11f2613422e8e952b /roms/MegaChip8 Demos
parentf7b2c72b2fd9267b300754f4ecff26e4c1edc83b (diff)
downloadchip8-62151ec83685dc525b4111d236ebae6e23d91c00.tar.gz
chip8-62151ec83685dc525b4111d236ebae6e23d91c00.tar.bz2
chip8-62151ec83685dc525b4111d236ebae6e23d91c00.zip
remove roms
Diffstat (limited to 'roms/MegaChip8 Demos')
-rw-r--r--roms/MegaChip8 Demos/Mega Minimal [Revival Studios, 2007].ch8bin1914 -> 0 bytes
-rw-r--r--roms/MegaChip8 Demos/Mega Particle Demo [zeroZshadow, 2008].ch8bin50431 -> 0 bytes
-rw-r--r--roms/MegaChip8 Demos/Mega Particle Demo [zeroZshadow, 2008].txt6
-rw-r--r--roms/MegaChip8 Demos/MegaMaze [David Winter, 2007].ch8bin84 -> 0 bytes
-rw-r--r--roms/MegaChip8 Demos/MegaMaze [David Winter, 2007].txt10
-rw-r--r--roms/MegaChip8 Demos/MegaSirpinski [Sergey Naydenov, 2010].ch8bin725 -> 0 bytes
-rw-r--r--roms/MegaChip8 Demos/Twister Demo [Revival Studios, 2007].ch8bin176802 -> 0 bytes
-rw-r--r--roms/MegaChip8 Demos/Twister Demo [Revival Studios, 2007].txt49
8 files changed, 0 insertions, 65 deletions
diff --git a/roms/MegaChip8 Demos/Mega Minimal [Revival Studios, 2007].ch8 b/roms/MegaChip8 Demos/Mega Minimal [Revival Studios, 2007].ch8
deleted file mode 100644
index 6e8c430..0000000
--- a/roms/MegaChip8 Demos/Mega Minimal [Revival Studios, 2007].ch8
+++ /dev/null
Binary files differ
diff --git a/roms/MegaChip8 Demos/Mega Particle Demo [zeroZshadow, 2008].ch8 b/roms/MegaChip8 Demos/Mega Particle Demo [zeroZshadow, 2008].ch8
deleted file mode 100644
index aa1f4d1..0000000
--- a/roms/MegaChip8 Demos/Mega Particle Demo [zeroZshadow, 2008].ch8
+++ /dev/null
Binary files differ
diff --git a/roms/MegaChip8 Demos/Mega Particle Demo [zeroZshadow, 2008].txt b/roms/MegaChip8 Demos/Mega Particle Demo [zeroZshadow, 2008].txt
deleted file mode 100644
index 25f05fa..0000000
--- a/roms/MegaChip8 Demos/Mega Particle Demo [zeroZshadow, 2008].txt
+++ /dev/null
@@ -1,6 +0,0 @@
-This is my particledemo for the Chip-8, SuperChip and MegaChip8.
-Works on real hardware as well as emulators
-
-Enjoy!
-
- zeroZshadow \ No newline at end of file
diff --git a/roms/MegaChip8 Demos/MegaMaze [David Winter, 2007].ch8 b/roms/MegaChip8 Demos/MegaMaze [David Winter, 2007].ch8
deleted file mode 100644
index b93f2c5..0000000
--- a/roms/MegaChip8 Demos/MegaMaze [David Winter, 2007].ch8
+++ /dev/null
Binary files differ
diff --git a/roms/MegaChip8 Demos/MegaMaze [David Winter, 2007].txt b/roms/MegaChip8 Demos/MegaMaze [David Winter, 2007].txt
deleted file mode 100644
index 1a3555a..0000000
--- a/roms/MegaChip8 Demos/MegaMaze [David Winter, 2007].txt
+++ /dev/null
@@ -1,10 +0,0 @@
-MegaMaze, by David Winter
-
-Drawing a random maze like this one consists in drawing random diagonal
-lines. There are two possibilities: right-to-left line, and left-to-right
-line. Each line is composed of a 4*4 bitmap. As the lines must form non-
-circular angles, the two bitmaps won't be '/' and '\'. The first one
-(right line) will be a little bit modified. See at the end of this source.
-
-The maze is composed of 16 lines (as the bitmaps are 4 pixels high), each
-line consists of 32 bitmaps. Bitmaps are drawn in random mode. We choose a random value (0 or 1). If it is 1, we draw a left line bitmap. If it is 0, we draw a right one.
diff --git a/roms/MegaChip8 Demos/MegaSirpinski [Sergey Naydenov, 2010].ch8 b/roms/MegaChip8 Demos/MegaSirpinski [Sergey Naydenov, 2010].ch8
deleted file mode 100644
index ee66495..0000000
--- a/roms/MegaChip8 Demos/MegaSirpinski [Sergey Naydenov, 2010].ch8
+++ /dev/null
Binary files differ
diff --git a/roms/MegaChip8 Demos/Twister Demo [Revival Studios, 2007].ch8 b/roms/MegaChip8 Demos/Twister Demo [Revival Studios, 2007].ch8
deleted file mode 100644
index bebd6df..0000000
--- a/roms/MegaChip8 Demos/Twister Demo [Revival Studios, 2007].ch8
+++ /dev/null
Binary files differ
diff --git a/roms/MegaChip8 Demos/Twister Demo [Revival Studios, 2007].txt b/roms/MegaChip8 Demos/Twister Demo [Revival Studios, 2007].txt
deleted file mode 100644
index 92021a3..0000000
--- a/roms/MegaChip8 Demos/Twister Demo [Revival Studios, 2007].txt
+++ /dev/null
@@ -1,49 +0,0 @@
------------------------------------------------------------------------------
- /////////////////
- //////////////////
- //// ////
- //// ///////////
- //// ///////////
- //// ////
- //// ///////////
- //// //////////
-
- www.revival-studios.com
------------------------------------------------------------------------------
-Title : Twisterbar Demo
-Author : Martijn Wenting / Revival Studios
-Genre : Demo
-System : MegaChip8
-Date : 16/12/2007
-Product ID : RS-M8003
------------------------------------------------------------------------------
-
-All the contents of this package are (c)Copyright 2007 Revival Studios.
-
-The contents of the package may only be spread in its original form, and may not be
-published or distributed otherwise without the written permission of the author.
-
-Description:
-------------
-The Twisterbar Demo is a demo for the MegaChip8 system.
-It is one of the first products i've made after implementing the MegaChip8
-extensions to my Chip8 emulator.
-
-Running the demo:
------------------
-Use the Megachip emulator or any other MegaChip8 compatible emulator to run the demo.
-
-Credits:
---------
-Programming, Graphics and Music by: Martijn Wenting
-
-Distribution:
--------------
-This package can be freely distributed in its original form.
-If you would like to include this demo in your rom package, please let me know.
-
-Watch out for more releases soon!
-
-
- Martijn Wenting / Revival Studios
-