1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

astrocade presets, fixed dup symbols in profiler

This commit is contained in:
Steven Hugg
2019-06-12 23:26:16 -04:00
parent 11957bb086
commit fe89e577ac
6 changed files with 511 additions and 6 deletions
+9
View File
@@ -0,0 +1,9 @@
d = 16
s = 800
for n in range(0,128):
z = n/2+d
y = s/z
print("%d," % y, end='')
print()