From 583bd4994a59add0f7d99b582cc72db96f1ac172 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Fri, 27 Sep 2019 01:09:28 -0400 Subject: try to fix graphics wip --- .../Mega Minimal [Revival Studios, 2007].ch8 | Bin 0 -> 1914 bytes .../Mega Particle Demo [zeroZshadow, 2008].ch8 | Bin 0 -> 50431 bytes .../Mega Particle Demo [zeroZshadow, 2008].txt | 6 +++ .../MegaMaze [David Winter, 2007].ch8 | Bin 0 -> 84 bytes .../MegaMaze [David Winter, 2007].txt | 10 +++++ .../MegaSirpinski [Sergey Naydenov, 2010].ch8 | Bin 0 -> 725 bytes .../Twister Demo [Revival Studios, 2007].ch8 | Bin 0 -> 176802 bytes .../Twister Demo [Revival Studios, 2007].txt | 49 +++++++++++++++++++++ 8 files changed, 65 insertions(+) create mode 100644 roms/MegaChip8 Demos/Mega Minimal [Revival Studios, 2007].ch8 create mode 100644 roms/MegaChip8 Demos/Mega Particle Demo [zeroZshadow, 2008].ch8 create mode 100644 roms/MegaChip8 Demos/Mega Particle Demo [zeroZshadow, 2008].txt create mode 100644 roms/MegaChip8 Demos/MegaMaze [David Winter, 2007].ch8 create mode 100644 roms/MegaChip8 Demos/MegaMaze [David Winter, 2007].txt create mode 100644 roms/MegaChip8 Demos/MegaSirpinski [Sergey Naydenov, 2010].ch8 create mode 100644 roms/MegaChip8 Demos/Twister Demo [Revival Studios, 2007].ch8 create mode 100644 roms/MegaChip8 Demos/Twister Demo [Revival Studios, 2007].txt (limited to 'roms/MegaChip8 Demos') diff --git a/roms/MegaChip8 Demos/Mega Minimal [Revival Studios, 2007].ch8 b/roms/MegaChip8 Demos/Mega Minimal [Revival Studios, 2007].ch8 new file mode 100644 index 0000000..6e8c430 Binary files /dev/null and b/roms/MegaChip8 Demos/Mega Minimal [Revival Studios, 2007].ch8 differ diff --git a/roms/MegaChip8 Demos/Mega Particle Demo [zeroZshadow, 2008].ch8 b/roms/MegaChip8 Demos/Mega Particle Demo [zeroZshadow, 2008].ch8 new file mode 100644 index 0000000..aa1f4d1 Binary files /dev/null and b/roms/MegaChip8 Demos/Mega Particle Demo [zeroZshadow, 2008].ch8 differ diff --git a/roms/MegaChip8 Demos/Mega Particle Demo [zeroZshadow, 2008].txt b/roms/MegaChip8 Demos/Mega Particle Demo [zeroZshadow, 2008].txt new file mode 100644 index 0000000..25f05fa --- /dev/null +++ b/roms/MegaChip8 Demos/Mega Particle Demo [zeroZshadow, 2008].txt @@ -0,0 +1,6 @@ +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 new file mode 100644 index 0000000..b93f2c5 Binary files /dev/null and b/roms/MegaChip8 Demos/MegaMaze [David Winter, 2007].ch8 differ diff --git a/roms/MegaChip8 Demos/MegaMaze [David Winter, 2007].txt b/roms/MegaChip8 Demos/MegaMaze [David Winter, 2007].txt new file mode 100644 index 0000000..1a3555a --- /dev/null +++ b/roms/MegaChip8 Demos/MegaMaze [David Winter, 2007].txt @@ -0,0 +1,10 @@ +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 new file mode 100644 index 0000000..ee66495 Binary files /dev/null and b/roms/MegaChip8 Demos/MegaSirpinski [Sergey Naydenov, 2010].ch8 differ diff --git a/roms/MegaChip8 Demos/Twister Demo [Revival Studios, 2007].ch8 b/roms/MegaChip8 Demos/Twister Demo [Revival Studios, 2007].ch8 new file mode 100644 index 0000000..bebd6df Binary files /dev/null and b/roms/MegaChip8 Demos/Twister Demo [Revival Studios, 2007].ch8 differ diff --git a/roms/MegaChip8 Demos/Twister Demo [Revival Studios, 2007].txt b/roms/MegaChip8 Demos/Twister Demo [Revival Studios, 2007].txt new file mode 100644 index 0000000..92021a3 --- /dev/null +++ b/roms/MegaChip8 Demos/Twister Demo [Revival Studios, 2007].txt @@ -0,0 +1,49 @@ +----------------------------------------------------------------------------- + ///////////////// + ////////////////// + //// //// + //// /////////// + //// /////////// + //// //// + //// /////////// + //// ////////// + + 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 + -- cgit v1.2.3-101-g0448