Meme meets QL

Anything QL Software or Programming Related.
Post Reply
User avatar
Marq
ROM Dongle
Posts: 28
Joined: Sun Jan 22, 2012 11:48 pm
Location: Helsinki, Finland
Contact:

Meme meets QL

Post by Marq »

A little something me and a friend hacked together as our first QL production (source included):
http://ftp.kameli.net/pub/fit/misc/nyanleap.zip
Tested only on a barebones original QL, so I have no idea whether it runs on emulators, SMSQ/E, accelerators etc. Kinda ugly hacking at places, but I just couldn't find any guidelines as to how to do things the right way for the more advanced machines.

Video here: http://www.youtube.com/watch?v=mMVFrKQ2qRY


User avatar
vanpeebles
Commissario Pebbli
Posts: 2821
Joined: Sat Nov 20, 2010 7:13 pm
Location: North East UK

Re: Meme meets QL

Post by vanpeebles »

Just tried it on an emulator and it runs. Impressive! This could be the first QL demo :ugeek:
test
qlcat.gif


User avatar
Marq
ROM Dongle
Posts: 28
Joined: Sun Jan 22, 2012 11:48 pm
Location: Helsinki, Finland
Contact:

Re: Meme meets QL

Post by Marq »

Thank you 8-) I hope nobody is offended by the harsh words of the readme... A plain QL is definitely a bad platform for demos, but that's also part of the challenge. Most of the other problems can be overcome, but the sound API really makes things difficult. Not just the quality, but the fact that the IPC calls can take half a frame in the worst case and sometimes notes are even dropped. The lack of text mode rules out many useful tricks etc. Would have been nice to use both gfx pages, too, without killing the dos...


thorsinclair
Trump Card
Posts: 199
Joined: Mon Jan 10, 2011 5:08 pm

Re: Meme meets QL

Post by thorsinclair »

WoW, great! Compliments! I tried it on Q-emulator on my iMac and it works. I agree on the lack of text mode as I recently tried to do sth with this too but no way. In terms of using a second screen, interrupts and doing tricks with 2 screens this may is interesting for you: http://omega.webnode.com/products/sincl ... ithvide-2/

Looking forward to see further productions ;)

For any questions just come back !


User avatar
Marq
ROM Dongle
Posts: 28
Joined: Sun Jan 22, 2012 11:48 pm
Location: Helsinki, Finland
Contact:

Re: Meme meets QL

Post by Marq »

thorsinclair wrote:WoW, great! Compliments! I tried it on Q-emulator on my iMac and it works. I agree on the lack of text mode as I recently tried to do sth with this too but no way. In terms of using a second screen, interrupts and doing tricks with 2 screens this may is interesting for you: http://omega.webnode.com/products/sincl ... ithvide-2/
I just tried it and seems to work well! Great -- this will definitely make some things way easier. The only thing I'm concerned about is whether it's still possible to play music in the background. Should be doable, since the IPC calls aren't supposed to use the system for anything.

edit: Playing sound through IPC calls seems to work. Things are finally looking up :lol:


User avatar
Dave
SandySuperQDave
Posts: 2778
Joined: Sat Jan 22, 2011 6:52 am
Location: Austin, TX
Contact:

Re: Meme meets QL

Post by Dave »

I designed a QL text-mode output in 1985 or so, identical to the BBC's teletext output.I think I could dig it out and recreate it in a few weeks, if anyone's interested. I put it in one of the high ROM slots and couple poke characters and colors directly into it.

It ran a TTL RGB output directly.


thorsinclair
Trump Card
Posts: 199
Joined: Mon Jan 10, 2011 5:08 pm

Re: Meme meets QL

Post by thorsinclair »

sounds interesting .... Yes please


Post Reply