Arok party 10

Enséñanos tus trabajos de Pixel Art e Ilustración, o participa en los debates. || In this forum you can show us your work, or talk about Pixel Art.

Moderador: CEZ

Responder
Avatar de Usuario
riskej
16 bits
16 bits
Mensajes: 110
Registrado: 19 Sep 2007 09:10
Ubicación: russia
Contactar:

Arok party 10

Mensaje por riskej »

two zx-screens from gfx compo of arok party 10 (c64 party):

2nd place - "Shepherd's Truecolor Swings" by riskej
...
10th place - "What da bitch" by sg
No tienes los permisos requeridos para ver los archivos adjuntos a este mensaje.
http://speccy-live.untergrund.net | the best rus+eng site of speccy news
Avatar de Usuario
Karnevi
CEZ Member
CEZ Member
Mensajes: 7916
Registrado: 20 Nov 2004 00:11
Ubicación: España
Contactar:

Re: Arok party 10

Mensaje por Karnevi »

For people without any coding idea... How is possible to obtain these colours on a Speccy?
Un saludo,
Karnevi - webmaster
http://computeremuzone.com
Avatar de Usuario
josepzin
128 bits
128 bits
Mensajes: 2238
Registrado: 25 Oct 2005 18:03
Ubicación: Carthagonova
Contactar:

Re: Arok party 10

Mensaje por josepzin »

Ver very nice!!
Avatar de Usuario
riskej
16 bits
16 bits
Mensajes: 110
Registrado: 19 Sep 2007 09:10
Ubicación: russia
Contactar:

Re: Arok party 10

Mensaje por riskej »

Karnevi escribió:For people without any coding idea... How is possible to obtain these colours on a Speccy?
actually, this is gigacreen-mode, you must show two standart zx-screens per one frame.

simple code:

org #7000
incbin "scr01.C"
org #C000,#17; (bank=#17)
incbin "scr02.C"

org #6200; main prog

ld hl,#7000 ;print screen01
ld bc,#1b00
ld de,#4000
ldir

mark1 ld a,#10 ; change bank
call page
halt
ld a,#18
call page
halt
jp mark1

page ld bc,#7ffd
out (c),a
ret

ld hl,#c000 ;print screen02
ld bc,#1b00
ld de,#4000
ldir

ret
No tienes los permisos requeridos para ver los archivos adjuntos a este mensaje.
http://speccy-live.untergrund.net | the best rus+eng site of speccy news
Avatar de Usuario
Ivanzx
256 bits
256 bits
Mensajes: 4316
Registrado: 20 Nov 2005 00:50
Ubicación: Frankfurt, Germany
Contactar:

Re: Arok party 10

Mensaje por Ivanzx »

Karnevi escribió:For people without any coding idea... How is possible to obtain these colours on a Speccy?
And another question : Is it possible to use that effect in games, I mean, is it possible to give it any utility in a game??

Cheers!
Avatar de Usuario
na_th_an
256 bits
256 bits
Mensajes: 11874
Registrado: 22 Abr 2005 13:25
Contactar:

Re: Arok party 10

Mensaje por na_th_an »

No es viable. Ten en cuenta que tienes que estar actualizando 2 pantallas y no una sóla. Además el tiempo empleado en actualizar cada pantalla haría que se perdiera la sincronía y que se estropeara el efecto (que se basa en intercalar muy rápido ambas pantallas). Básicamente sólo es viable para pantallas fijas.

@Riskej: Astonishing, my friend. You are *Really* talented.
Responder