World of Spectrum
  • Categories
  • Discussions
  • FAQ
  • Sign In
Home › Search
Title Search
@title beer Word 'beer' in title
User Search
  • @user admin Only posts by Admin
Text Search
  • @body beer Word 'beer' in the text
Phrase Search
"Hello World" Exact phrase match
Exclude Terms
  • car -red Search cars that are not red
"Or" Searches
  • honda | bmw 'honda' or 'bmw' results
Multi-Field
@(title,body) hello Both contain 'hello'
WildCard
  • hond* civ* Match all with an astrix
Combination
  • @title bmw @user admin
See more supported syntax examples
Search Again :: Adv Search 670 results in 0.001s
<1…13141516171819…23>
  • Rendering clipped glyphSometimes you need to render a glyph of arbitrary size to the screen. And clip it. For example: drawing a mouse cursor means combining drawing of a…

    ... here:

    [code]
    void sp1_MoveSprPix(struct sp1_ss *s, struct ... rectangle:

    [code]
    void sp1_PrintString(struct sp1_pss *ps, uchar ...
    Alcoholics Anonymous Alcoholics Anonymous October 2013 Development
  • Grand Theft Auto V announced!Ok, time for another mega-game thread :smile: [url]http://www.rockstargames.com/[/url] Trailer next week!

    ... 'll have a big empty void in my life after this ...
    dm_boozefreek dm_boozefreek October 2013 Chit chat
  • z88dk and im2I set up a minimal IM2 mode so I can draw sprites for a laff [code] #include <string.h> #include <stdio.h> #include <im2.h> #include <stdlib.h> #in…

    ... /> // asm ISR equivalent

    void my_isr(void)
    {
    #asm
    Alcoholics Anonymous Alcoholics Anonymous October 2013 Development
  • z88dk and im2I set up a minimal IM2 mode so I can draw sprites for a laff [code] #include <string.h> #include <stdio.h> #include <im2.h> #include <stdlib.h> #in…

    ... :

    [code]
    void my_isr(void)
    {
    #asm

    Alcoholics Anonymous Alcoholics Anonymous October 2013 Development
  • z88dk and im2I set up a minimal IM2 mode so I can draw sprites for a laff [code] #include <string.h> #include <stdio.h> #include <im2.h> #include <stdlib.h> #in…

    ...
    #include


    void my_isr()
    {

    //copy ...
    slenkar slenkar October 2013 Development
  • z88dk and im2I set up a minimal IM2 mode so I can draw sprites for a laff [code] #include <string.h> #include <stdio.h> #include <im2.h> #include <stdlib.h> #in…

    ... :

    [code]

    void my_isr()
    {
    #asm
    Alcoholics Anonymous Alcoholics Anonymous October 2013 Development
  • z88dk and im2I set up a minimal IM2 mode so I can draw sprites for a laff [code] #include <string.h> #include <stdio.h> #include <im2.h> #include <stdlib.h> #in…

    ... /> #pragma output STACKPTR=60000
    void my_isr()
    {

    //copy ...
    slenkar slenkar October 2013 Development
  • Timex 2068 hi-color / hi-res modes.Hello. I know this is not a Timex forum but since it is a very close relative of the Speccy I thought I'd ask my question here. Does anyone know …

    ... yes, it's a gaping void in history that needs someone ...
    joefish joefish November 2013 Sinclair Miscellaneous
  • Timex 2068 hi-color / hi-res modes.Hello. I know this is not a Timex forum but since it is a very close relative of the Speccy I thought I'd ask my question here. Does anyone know …

    ... yes, it's a gaping void in history that needs someone ...
    chev chev November 2013 Sinclair Miscellaneous
  • Documentation for SP1 for Z88DK?(I was going to post in [URL="http://www.worldofspectrum.org/forums/showthread.php?t=11729"]the other thread[/URL], so if a mod thinks this should go…

    ... deallocate dynamic memory
    void *u_malloc(uint size) {
    }

    void u_free(void *addr) {
    free(addr ... label _gr_window

    void my_isr()
    {

    struct sprentry *se;
    void *temp;
    #asm
    slenkar slenkar November 2013 Development
  • Documentation for SP1 for Z88DK?(I was going to post in [URL="http://www.worldofspectrum.org/forums/showthread.php?t=11729"]the other thread[/URL], so if a mod thinks this should go…

    ... .10?

    [code]
    void my_isr()
    {
    struct sp1_ss ...
    Alcoholics Anonymous Alcoholics Anonymous November 2013 Development
  • Documentation for SP1 for Z88DK?(I was going to post in [URL="http://www.worldofspectrum.org/forums/showthread.php?t=11729"]the other thread[/URL], so if a mod thinks this should go…

    ... now:

    [CODE]
    void my_isr()
    {
    #asm
    slenkar slenkar November 2013 Development
  • Documentation for SP1 for Z88DK?(I was going to post in [URL="http://www.worldofspectrum.org/forums/showthread.php?t=11729"]the other thread[/URL], so if a mod thinks this should go…

    ... variable at 23672

    void my_C_isr(void)
    {
    #asm
    #endasm
    }

    void my_asm_isr_1(void)
    {
    #asm
    push ...
    Alcoholics Anonymous Alcoholics Anonymous November 2013 Development
  • Documentation for SP1 for Z88DK?(I was going to post in [URL="http://www.worldofspectrum.org/forums/showthread.php?t=11729"]the other thread[/URL], so if a mod thinks this should go…

    ... deallocate dynamic memory
    void *u_malloc(uint size) {< ... /> }

    void u_free(void *addr) {
    free(addr ... _gr_window


    void my_isr()
    {
    /*
    void *temp;
    uchar rendernow ...
    slenkar slenkar November 2013 Development
  • Documentation for SP1 for Z88DK?(I was going to post in [URL="http://www.worldofspectrum.org/forums/showthread.php?t=11729"]the other thread[/URL], so if a mod thinks this should go…

    ... deallocate dynamic memory
    void *u_malloc(uint size) {< ... /> }

    void u_free(void *addr) {
    free(addr ... _gr_window


    void my_isr()
    {
    /*
    void *temp;
    uchar rendernow ...
    slenkar slenkar November 2013 Development
  • Collision Detection in SP1Hi, Does anyone have a well-documented example of using collision detection in spritelib. I've search WoS and Z88DK forums but no joy. Something wi…

    ... deallocate dynamic memory
    void *u_malloc(uint size) {< ... /> }

    void u_free(void *addr) {
    free(addr ... _gr_window


    void my_isr()
    {
    /*

    void *temp;
    uchar rendernow;
    slenkar slenkar November 2013 Development
  • Collision Detection in SP1Hi, Does anyone have a well-documented example of using collision detection in spritelib. I've search WoS and Z88DK forums but no joy. Something wi…

    ... deallocate dynamic memory
    void *u_malloc(uint size) {
    }

    void u_free(void *addr) {
    free(addr ... cmask;

    void colourSpr(uint count, struct sp1_cs ... /> struct sprentry *se;
    void *temp;
    main()
    ...
    slenkar slenkar November 2013 Development
  • Cross platform developmentI'm just vaguely considering supporting a few more retro 8 bit platforms for something I have in mind to do. Just Z80 and 6502 really, but that cove…

    ... this:

    int func(void);

    because in C ... [/B]C) empty brackets means void.

    EDIT: Using empty ...
    Paradigm Shifter Paradigm Shifter November 2013 Development
  • Cross platform developmentI'm just vaguely considering supporting a few more retro 8 bit platforms for something I have in mind to do. Just Z80 and 6502 really, but that cove…

    ... to still want something like (void*)(0), aka NULL. I could ...
    parameters:
    int main(void) { /* ... */ }
    or with two parameters ...
    Alcoholics Anonymous Alcoholics Anonymous November 2013 Development
  • Cross platform developmentI'm just vaguely considering supporting a few more retro 8 bit platforms for something I have in mind to do. Just Z80 and 6502 really, but that cove…

    ... to still want something like (void*)(0), aka NULL. I could ...
    Timmy Timmy November 2013 Development
  • Cross platform developmentI'm just vaguely considering supporting a few more retro 8 bit platforms for something I have in mind to do. Just Z80 and 6502 really, but that cove…

    Replace the char* argument you pass as 0 with NULL, which is defined as (void*)(0)

    I don't know which argument it is that needs changing.
    Paradigm Shifter Paradigm Shifter November 2013 Development
  • Cross platform developmentI'm just vaguely considering supporting a few more retro 8 bit platforms for something I have in mind to do. Just Z80 and 6502 really, but that cove…

    ... NULL, which is defined as (void*)(0)
    I don't ... (se->s, &cr, (void *)(0), 0, 0, se-> ... header to declare that as void* the warnings might go away ... in the header to expect void* rather than char* gets the ...
    Alcoholics Anonymous Alcoholics Anonymous November 2013 Development
  • Games Collecting - Why?Inspired by seeing a Sinclair MacMillan educational title sell for ?315 I thought I'd try and understand why people collect Spectrum Games. Is it fo…

    ... for existence is null and void.

    I have an ...
    balford balford December 2013 Games
  • Games Collecting - Why?Inspired by seeing a Sinclair MacMillan educational title sell for ?315 I thought I'd try and understand why people collect Spectrum Games. Is it fo…

    ... for existence is null and void.[/QUOTE]

    Yes, but ...
    ewgf ewgf December 2013 Games
  • FZX: a new standard format and driver for proportional fonts[B]FZX[/B] is a very compact and efficient (although extremely flexible and powerful) standard format to create new fonts for the ZX-Spectrum. It sup…

    ... code, as in "extern void __LIB__ _ff_Aribeth14(void);") and then with these ...
    Alcoholics Anonymous Alcoholics Anonymous December 2013 Brand new software
  • Documentation for SP1 for Z88DK?(I was going to post in [URL="http://www.worldofspectrum.org/forums/showthread.php?t=11729"]the other thread[/URL], so if a mod thinks this should go…

    ... />
    [code]
    void __CALLEE__ *_utoa(uint number, void *buffer, int flag ...
    Alcoholics Anonymous Alcoholics Anonymous December 2013 Development
  • Self modifying code ??I made a game in C that was mostly accessing arrays and using FOR NEXT loops, I ran out of memory, so I was thinking would it be possible to use sel…

    ... /> int squares[10];

    void LoopIt(void *func, int *a) // func ... a function pointer passed as void*
    {
    int i;
    Alcoholics Anonymous Alcoholics Anonymous December 2013 Development
  • Where's the Retro Gamer forum gone?Gone!

    ... no case; the contract is void. All you'd have to ...
    joefish joefish December 2013 Chit chat
  • Self modifying code ??I made a game in C that was mostly accessing arrays and using FOR NEXT loops, I ran out of memory, so I was thinking would it be possible to use sel…

    ... /> int squares[10];

    void LoopIt(void *func, int *a) // func ... a function pointer passed as void*
    {
    int i;
    slenkar slenkar December 2013 Development
  • what Star sign are you 'Wossers' ?I saw a similar thread at Atari age so here goes- What astrology birth sign are you? **SORRY CANCER SHOULD READ Jun21 - Jul22**

    So what bloody star sign am I meant to be??? I was born 19th July and yet I seem to have found to be in a star sign void in that poll!
    The Starglider The Starglider December 2013 Chit chat
<1…13141516171819…23>

Latest Posts

  • I am currently watching.....
    Paradigm Shifter on 12:49AM
  • New video about S-video modification on Issue two 48K Spectrum.
    Renegade on April 21
  • Fixed Speccy Software. And which games remained unfixed?
    John Elliott on April 21
  • Happy 40th Birthday to the Amstrad CPC464!
    rich_chandler on April 21
  • Another Birthday! The Game Boy Is 35!
    mel the bell on April 21
  • European Software Titles with an English version
    harriusherbartio on April 21
  • Elusive Strategy Games done by the Smaller or less Prolific Software Houses.
    harriusherbartio on April 21
  • 1992 Spectrum Software
    harriusherbartio on April 21
  • +3 Disk drive motor
    AndyC on April 21
  • Celebrity deaths...
    mel the bell on April 20

HitBox

Word Docs Hits
void 689 1.7K

Related Threads

  • Goodbye void.jump.orgI see this domain name's being discontinued. This was my preferred way of accessing WoS (easier to type than worldofspectrum.org) so I'm a bit sad t…

Related Searches

  • void
  • void demo
  • void invaders

Copyright © 2024 World of Spectrum