Search found 15 matches
- Wed Feb 28, 2024 9:04 am
- Forum: Software & Programming
- Topic: New QL fonts
- Replies: 10
- Views: 3054
Re: New QL fonts
Wow just the thing something like Petscii robots would need!
- Tue Feb 27, 2024 11:36 am
- Forum: Software & Programming
- Topic: C68 & detecting vsync
- Replies: 25
- Views: 7255
Re: C68 & detecting vsync
Looks nice.
However, the game is a bit flat looking; I haven't yet got any animation, loading icons, etc... as I'm finding it difficult to find a method to synchronise / wait on display refresh - the C68 standard library only appears to have a second-granularity sleep() and nothing else that ...
- Fri Apr 07, 2023 3:12 pm
- Forum: Software & Programming
- Topic: re-discovering the QL... mandelbrot 1989-2023
- Replies: 15
- Views: 7939
Re: re-discovering the QL... mandelbrot 1989-2023
anyone ever look at the doom fixed point code? I'd imagine there should be a 68k version of fixed mul somewhere..?
- Thu Feb 02, 2023 12:08 pm
- Forum: Hardware
- Topic: Help in Glasgow
- Replies: 3
- Views: 960
Re: Help in Glasgow
probably too far away in Dundee.. wasn't there a big QL usergroup back in the day in Glasgow?
- Wed Jan 04, 2023 9:59 am
- Forum: Software & Programming
- Topic: My QL Disk Manager, on Intel 80x86 base machine
- Replies: 54
- Views: 20308
Re: My Motorolla M 680x0 Assembler for Sinclair QL
it could be me, but I think you're missing links?
- Sun Jan 01, 2023 1:56 am
- Forum: General QL Chat
- Topic: Mark Swift's Website
- Replies: 17
- Views: 9190
Re: Mark Swift's Website
Guess no hope for QZ.zip?
OS Classic - QL emulator for Amiga and Q40 computers
QZ.zip 1343226 08/10/99 QDOS Classic v3.25 (beta p) - full src & bin
I guess you have it already in that one zip...
http://www.dilwyn.me.uk/emu/QDOSclassic.zip
OS Classic - QL emulator for Amiga and Q40 computers
QZ.zip 1343226 08/10/99 QDOS Classic v3.25 (beta p) - full src & bin
I guess you have it already in that one zip...
http://www.dilwyn.me.uk/emu/QDOSclassic.zip
- Thu Dec 29, 2022 2:19 am
- Forum: Software & Programming
- Topic: Hack 1.03 for the QL
- Replies: 11
- Views: 1995
Re: Hack 1.03 for the QL
Code: Select all
"eat.c", line 455: warning [3]: using out of scope declaration for 'prme'
as68 -v c:\xtc\temp\eat.s eat.o
Sozobon Assembler, Version 2.0
Copyright (c) 1988,1991 by Sozobon, Limited
make: *** [eat.o] Error -1073741819
- Wed Dec 28, 2022 10:23 pm
- Forum: Software & Programming
- Topic: Hack 1.03 for the QL
- Replies: 11
- Views: 1995
Re: Hack 1.03 for the QL
Probably it's not very exciting C... I have built it with Microsoft C, 16bit & 32bit, so I should imagine it's dooable.Derek_Stewart wrote: Wed Dec 28, 2022 3:34 pm Hi,
Just downloaded the Git Hub zio file, quite big program.
Writing in assembler was just wild idea... maybe C is better.
Can this be compiled with C68 instead of GCC?
- Wed Dec 28, 2022 2:22 pm
- Forum: Software & Programming
- Topic: Hack 1.03 for the QL
- Replies: 11
- Views: 1995
Re: Hack 1.03 for the QL
Hi,
Can this program not be written in assembler saving a lot of space and increasd in speed.
I want to do more programming, so will have a look at this...
it's 436,299 bytes of C, or roughly 20,227 lines of code. It'd be a significant undertaking. It'd be easier to write some kind of runtime ...
- Wed Dec 28, 2022 2:08 pm
- Forum: Software & Programming
- Topic: Hack 1.03 for the QL
- Replies: 11
- Views: 1995
Re: Hack 1.03 for the QL
This is really cool! I spent waaayyyy too many hours on the university computer playing NetHack (a more complex version of Hack). Feels great to be able to play Hack on QL, thank you for the porting effort!
Yeah considering that public release of hack was in 1985, its really cool to see it ...