diff options
| author | 2019-09-27 01:10:57 -0400 | |
|---|---|---|
| committer | 2019-09-27 01:10:57 -0400 | |
| commit | 62151ec83685dc525b4111d236ebae6e23d91c00 (patch) | |
| tree | c2c2b408bc4ac876cc133fb11f2613422e8e952b /roms/Chip-8 Demos | |
| parent | f7b2c72b2fd9267b300754f4ecff26e4c1edc83b (diff) | |
| download | chip8-62151ec83685dc525b4111d236ebae6e23d91c00.tar.gz chip8-62151ec83685dc525b4111d236ebae6e23d91c00.tar.bz2 chip8-62151ec83685dc525b4111d236ebae6e23d91c00.zip | |
remove roms
Diffstat (limited to 'roms/Chip-8 Demos')
| -rw-r--r-- | roms/Chip-8 Demos/Maze (alt) [David Winter, 199x].ch8 | bin | 38 -> 0 bytes | |||
| -rw-r--r-- | roms/Chip-8 Demos/Maze (alt) [David Winter, 199x].txt | 12 | ||||
| -rw-r--r-- | roms/Chip-8 Demos/Maze [David Winter, 199x].ch8 | bin | 34 -> 0 bytes | |||
| -rw-r--r-- | roms/Chip-8 Demos/Maze [David Winter, 199x].txt | 12 | ||||
| -rw-r--r-- | roms/Chip-8 Demos/Particle Demo [zeroZshadow, 2008].ch8 | bin | 353 -> 0 bytes | |||
| -rw-r--r-- | roms/Chip-8 Demos/Particle Demo [zeroZshadow, 2008].txt | 6 | ||||
| -rw-r--r-- | roms/Chip-8 Demos/Sierpinski [Sergey Naydenov, 2010].ch8 | bin | 521 -> 0 bytes | |||
| -rw-r--r-- | roms/Chip-8 Demos/Sirpinski [Sergey Naydenov, 2010].ch8 | bin | 521 -> 0 bytes | |||
| -rw-r--r-- | roms/Chip-8 Demos/Stars [Sergey Naydenov, 2010].ch8 | bin | 968 -> 0 bytes | |||
| -rw-r--r-- | roms/Chip-8 Demos/Trip8 Demo (2008) [Revival Studios].ch8 | bin | 3203 -> 0 bytes | |||
| -rw-r--r-- | roms/Chip-8 Demos/Trip8 Demo (2008) [Revival Studios].txt | 49 | ||||
| -rw-r--r-- | roms/Chip-8 Demos/Zero Demo [zeroZshadow, 2007].ch8 | 11 | ||||
| -rw-r--r-- | roms/Chip-8 Demos/Zero Demo [zeroZshadow, 2007].txt | 3 |
13 files changed, 0 insertions, 93 deletions
diff --git a/roms/Chip-8 Demos/Maze (alt) [David Winter, 199x].ch8 b/roms/Chip-8 Demos/Maze (alt) [David Winter, 199x].ch8 Binary files differdeleted file mode 100644 index 0dca981..0000000 --- a/roms/Chip-8 Demos/Maze (alt) [David Winter, 199x].ch8 +++ /dev/null diff --git a/roms/Chip-8 Demos/Maze (alt) [David Winter, 199x].txt b/roms/Chip-8 Demos/Maze (alt) [David Winter, 199x].txt deleted file mode 100644 index 2cdef41..0000000 --- a/roms/Chip-8 Demos/Maze (alt) [David Winter, 199x].txt +++ /dev/null @@ -1,12 +0,0 @@ -Maze, 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/Chip-8 Demos/Maze [David Winter, 199x].ch8 b/roms/Chip-8 Demos/Maze [David Winter, 199x].ch8 Binary files differdeleted file mode 100644 index 152ae7d..0000000 --- a/roms/Chip-8 Demos/Maze [David Winter, 199x].ch8 +++ /dev/null diff --git a/roms/Chip-8 Demos/Maze [David Winter, 199x].txt b/roms/Chip-8 Demos/Maze [David Winter, 199x].txt deleted file mode 100644 index 2cdef41..0000000 --- a/roms/Chip-8 Demos/Maze [David Winter, 199x].txt +++ /dev/null @@ -1,12 +0,0 @@ -Maze, 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/Chip-8 Demos/Particle Demo [zeroZshadow, 2008].ch8 b/roms/Chip-8 Demos/Particle Demo [zeroZshadow, 2008].ch8 Binary files differdeleted file mode 100644 index 2df9765..0000000 --- a/roms/Chip-8 Demos/Particle Demo [zeroZshadow, 2008].ch8 +++ /dev/null diff --git a/roms/Chip-8 Demos/Particle Demo [zeroZshadow, 2008].txt b/roms/Chip-8 Demos/Particle Demo [zeroZshadow, 2008].txt deleted file mode 100644 index 25f05fa..0000000 --- a/roms/Chip-8 Demos/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/Chip-8 Demos/Sierpinski [Sergey Naydenov, 2010].ch8 b/roms/Chip-8 Demos/Sierpinski [Sergey Naydenov, 2010].ch8 Binary files differdeleted file mode 100644 index e02d458..0000000 --- a/roms/Chip-8 Demos/Sierpinski [Sergey Naydenov, 2010].ch8 +++ /dev/null diff --git a/roms/Chip-8 Demos/Sirpinski [Sergey Naydenov, 2010].ch8 b/roms/Chip-8 Demos/Sirpinski [Sergey Naydenov, 2010].ch8 Binary files differdeleted file mode 100644 index e02d458..0000000 --- a/roms/Chip-8 Demos/Sirpinski [Sergey Naydenov, 2010].ch8 +++ /dev/null diff --git a/roms/Chip-8 Demos/Stars [Sergey Naydenov, 2010].ch8 b/roms/Chip-8 Demos/Stars [Sergey Naydenov, 2010].ch8 Binary files differdeleted file mode 100644 index 712e83c..0000000 --- a/roms/Chip-8 Demos/Stars [Sergey Naydenov, 2010].ch8 +++ /dev/null diff --git a/roms/Chip-8 Demos/Trip8 Demo (2008) [Revival Studios].ch8 b/roms/Chip-8 Demos/Trip8 Demo (2008) [Revival Studios].ch8 Binary files differdeleted file mode 100644 index d88d28f..0000000 --- a/roms/Chip-8 Demos/Trip8 Demo (2008) [Revival Studios].ch8 +++ /dev/null diff --git a/roms/Chip-8 Demos/Trip8 Demo (2008) [Revival Studios].txt b/roms/Chip-8 Demos/Trip8 Demo (2008) [Revival Studios].txt deleted file mode 100644 index 398142f..0000000 --- a/roms/Chip-8 Demos/Trip8 Demo (2008) [Revival Studios].txt +++ /dev/null @@ -1,49 +0,0 @@ ------------------------------------------------------------------------------
- /////////////////
- //////////////////
- //// ////
- //// ///////////
- //// ///////////
- //// ////
- //// ///////////
- //// //////////
-
- www.revival-studios.com
------------------------------------------------------------------------------
-Title : Trip8 / SuperTrip8 demo
-Author : Martijn Wenting / Revival Studios
-Genre : Demo
-System : Chip-8 / SuperChip8
-Date : 14/10/2008
-Product ID : RS-C8004
------------------------------------------------------------------------------
-
-All the contents of this package are (c)Copyright 2008 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 authors.
-
-Description:
-------------
-The Trip8/SuperTrip8 demo are demo's for the Chip-8 and SuperChip8 systems. The demo consists of an intro, 3D vectorballs, and 4 randomized dot-effects.
-
-Writing a demo for the original Chip-8 interpreter was a real pain, since your framerate basically drops in half for every sprite you need to draw. So even clearing and redrawing a few dots will cause the framerate to drop to near zero :) Originally the demo was going to be bigger and there were much more graphical effects programmed/prototyped, but a lot of these effects turned out to be too much for the original unoptimized Chip-8 interpreters to handle.
-
-Running the Demo:
------------------
-Use the Megachip emulator or any other Chip-8/SuperChip compatible emulator to run the slideshow.
-
-Credits:
---------
-Programming/Graphics/Design by: Martijn Wenting
-
-Distribution:
--------------
-This package can be freely distributed in its original form.
-If you would like to include this slideshow in your rom package, please let me know.
-
-Watch out for more releases soon!
-
-
- Martijn Wenting / Revival Studios
-
diff --git a/roms/Chip-8 Demos/Zero Demo [zeroZshadow, 2007].ch8 b/roms/Chip-8 Demos/Zero Demo [zeroZshadow, 2007].ch8 deleted file mode 100644 index 8dbe615..0000000 --- a/roms/Chip-8 Demos/Zero Demo [zeroZshadow, 2007].ch8 +++ /dev/null @@ -1,11 +0,0 @@ -` -ef -ghabcd` -¢xÐVp -¢~Ðfp -¢„Ðvp -¢ŠÐ†jú` -¢xÐVEaÿEa…ÐVp -¢~ÐfFbÿFb†$Ðfp -¢„ÐvGcÿGc‡4Ðvp -¢ŠÐ†HdÿHdˆDІ*ÿ0ÀÿÿÀÀüÀÿðÌÌðÌÃ<ÃÃÃÃ<
\ No newline at end of file diff --git a/roms/Chip-8 Demos/Zero Demo [zeroZshadow, 2007].txt b/roms/Chip-8 Demos/Zero Demo [zeroZshadow, 2007].txt deleted file mode 100644 index 4baeb81..0000000 --- a/roms/Chip-8 Demos/Zero Demo [zeroZshadow, 2007].txt +++ /dev/null @@ -1,3 +0,0 @@ -This is my first program for the CHIP-8, a simple demo with 4 bouncing sprites.
-
-Enjoy!
\ No newline at end of file |