diff default.cfg @ 483:3e1573fa22cf

Implement turbo/slow motion feature that overclocks or underclocks the entire system at the push of a button
author Mike Pavone <pavone@retrodev.com>
date Tue, 01 Oct 2013 23:51:16 -0700
parents 949c7d875693
children 51bf87f76d15
line wrap: on
line diff
--- a/default.cfg	Wed Sep 18 19:10:54 2013 -0700
+++ b/default.cfg	Tue Oct 01 23:51:16 2013 -0700
@@ -19,6 +19,16 @@
 		u ui.enter_debugger
 		esc ui.exit
 		` ui.save_state
+		0 ui.set_speed.0
+		1 ui.set_speed.1
+		2 ui.set_speed.2
+		3 ui.set_speed.3
+		4 ui.set_speed.4
+		5 ui.set_speed.5
+		6 ui.set_speed.6
+		7 ui.set_speed.7
+		= ui.next_speed
+		- ui.prev_speed
 	}
 	pads {
 		0 {
@@ -53,5 +63,17 @@
 	buffer 512
 }
 
+clocks {
+	speeds {
+		1 150
+		2 200
+		3 300
+		4 400
+		5 25
+		6 50
+		7 75
+	}
+}
+
 default_region U