Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Sorunome

Pages: 1 ... 22 23 [24] 25 26 ... 591
346
TI Z80 / Re: Unnamed RPG [TI-BASIC]
« on: August 19, 2015, 03:17:07 am »
custom font?
Anyhow, both mockups are lioking awesome! :D

347
Introduce Yourself! / Re: 'sup?
« on: August 19, 2015, 03:15:46 am »
Hey there, welcome to Omnimaga! I sure hope you'll enjoy your stay. :)
Phoenix Write does seem cool indeed, hope you'll get far with your game :D

348
The Axe Parser Project / Re: 2 Axe Questions
« on: August 13, 2015, 06:02:04 pm »
2) You know how in the Axe app, it shows all of your programs that you made? Could someone explain how that works because I need it for something and I would like to be able to use it for myself.


I'm not 100% sure this is right cause I never used it myself, but I think you want something like the MEMKIT axiom. I also found a topic a while ago on omnimaga that lets you sort programs some other way, but I forgot the link. I think think that MEMKIT is what you need. The file should have come with axe version 1.2.2.
Doing a quick search, yes it seems to me as if memkit would do it, link here: https://www.omnimaga.org/the-axe-parser-project/axiom-requests/msg340795/#msg340795 also check out the post after that and the link in there and read some stuff there.

349
Other / Re: Making a sound mixer
« on: August 13, 2015, 06:14:38 am »
You can clean potentiometers by spraying some wd40 in the little hole at the top.
You need digital potentiometers with a dual power supply because the input voltage may drop below 0V. You could also use +6 and -6. For this you need additional regulators. You could also make the entire system run from a single supply, but it requires some trickery.
The issue is something mechanical, that the little metal nob thingy is detaching from the resistor part thingy, i blame china quality :P

350
Axe / Re: Windows XP in Axe
« on: August 13, 2015, 04:49:34 am »
For the start menu checking thing you have to check if the cursor is in a certain area, so something like
If X>minimumx and (X < maximumx) and (Y > minimumy) and (Y < maximumy)

351
The Axe Parser Project / Re: 2 Axe Questions
« on: August 13, 2015, 04:48:12 am »
You can do that with the >Dec - token, so that you have like
Code: [Select]
Text(10,10,{GDB0 + 5}>Dec)

352
The Axe Parser Project / Re: 2 Axe Questions
« on: August 12, 2015, 06:46:22 pm »
the GDB0 is then a pointer, and as the doc states:
Quote
{EXP}: Returns the single byte the expression points to. It will be in the range 0 to 255.
That means for you that {GDB0} will return the first number you "stored" in it, and {GDB0 + 1} the second number etc.

353
The Axe Parser Project / Re: 2 Axe Questions
« on: August 12, 2015, 06:01:22 pm »
Yep, Fix 4 and Fix 5
Code: [Select]
Fix 0 Small size font. Calculator should exit in this mode if changed!
Fix 1 Large size font.
Fix 2 Normal colored font. Calculator should exit in this mode if changed!
Fix 3 Inverted font.
Fix 4 Text is drawn directly to the screen. Calculator should exit in this mode if changed!
Fix 5 Text is drawn to the buffer.
Fix 6 Automatic scrolling on last line of display. Calculator should exit in this mode if changed!
Fix 7 No scrolling on last line of display
Fix 8 Lowercase alpha is turned off.
Fix 9 Lowercase alpha is turned on.

Also, in future please don't double-post but use the "Modify"-Button in the top-right corner of your posts instead ;)

354
The Axe Parser Project / Re: 2 Axe Questions
« on: August 12, 2015, 05:51:50 pm »
I don't think that is possible with axe alone, I think you'd need some asm for that, to cycle through all the programs. What you can do with axe, though, is, if you already know the name of a program, look into it's content. That is what GetCalc is for.

355
The Axe Parser Project / Re: 2 Axe Questions
« on: August 12, 2015, 05:36:48 pm »
1st: GDB is a pointer, pointers are just numbers that point somewhere in ram, from there on you have to think of your own data format to store a matrix.

So, for a matrix, you could basically do something like like:
Code: [Select]
:Data(5,5,5,5)→GDB0
:Data(4,5,5,4)
:Data(4,5,5,4)
:Data(3,3,3,3)
(Data( is really the ∆List( token)
That would save it row-by-row. Then then fetch it you can do:
Code: [Select]
{Y*4+X+GDB0}


2nd: axe looks through the VAT, that is the table of the OS where all the variables/programs/appvars are listet, for programs that start with :. and displays those.


[Runer112] Edit: fixed code snippets

356
Miscellaneous / Re: J.R.R. Tolkien stuff
« on: August 12, 2015, 02:38:10 pm »
Just leavin' this here

* Sorunome hides


But yeah, I watched the movies (except Hobbit 2) and read the hobbit.

357
Other / Re: Icarus, a knex ball machine
« on: August 12, 2015, 07:43:58 am »
I am proud to say that this is done and I got the final video up!

As always, fetch more images / info on my website!

358
Other / Re: Making a sound mixer
« on: August 10, 2015, 04:11:27 pm »
Make sure that they can deal with the +12 -12v supply before you hook them up.
Couldn't I power them only between the 0 and +12V or something?
That sounds fun :3 I need to build an amp board for my pc at somepoint. But I will probably use digital pots and make it a USB HID controllable device ;) So I do not have to fiddle with manual pots :D
Yeah the main reason why i got digital pots is that my manual ones are so shitty that the resistance randomly increases by more than double from time to time x.x

359
TI Z80 / Re: [CSE Hybrid Basic] Aqu-Wars
« on: August 10, 2015, 04:03:42 am »
Sounds nice! I hope this'll go far!

360
It's moving so fast the water looks gray xD

Anyhow, looking awesome as usual ^^

Pages: 1 ... 22 23 [24] 25 26 ... 591