Skip to content

Commit

Permalink
Preparing for 1.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgassett committed Sep 26, 2013
1 parent 9f54c88 commit 875aacb
Show file tree
Hide file tree
Showing 28 changed files with 15 additions and 7,606 deletions.
1,176 changes: 0 additions & 1,176 deletions RetroCade_Sketch/MIDI.cpp

This file was deleted.

319 changes: 0 additions & 319 deletions RetroCade_Sketch/MIDI.h

This file was deleted.

14 changes: 9 additions & 5 deletions RetroCade_Sketch/RetroCade_Sketch.ino
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ http://www.gadgetfactory.net
License: GPL
ChangeLog:
9/26/2013 Version 1.1
-Added SID Analog Filters!!!!!!!! Thanks to Alvie for writing the VHDL code.
-Added SidPlayer library to process SID files from smallFS and SD Cards. Thanks to Alvie for porting to the ZPUino.
1/9/2013 Version 1.02
-NoteOff fix from Lee O'D
Expand Down Expand Up @@ -86,7 +90,7 @@ ChangeLog:
#include "SmallFS.h"
#include <LiquidCrystal.h>
#include <SD.h>
#include "VolumeController.h"
//#include "VolumeController.h"
#include "ymplayer.h"
#include "modplayer.h"
#include "ramFS.h"
Expand All @@ -112,9 +116,9 @@ void setup(){
Serial.begin(115200);
Serial1.begin(31250);

for (input=0; input<8; input++) {
VolumeController.set(input, 255, 255);
}
// for (input=0; input<8; input++) {
// VolumeController.set(input, 255, 255);
// }
//Setup pins for RetroCade MegaWing
retrocade.setupMegaWing();

Expand Down Expand Up @@ -383,4 +387,4 @@ void loop(){
retrocade.handleJoystick();
retrocade.sidplayer.audiofill();
}


Loading

0 comments on commit 875aacb

Please sign in to comment.