Search found 408 matches

by MooZ
Tue Apr 13, 2010 2:08 pm
Forum: PC-Engine
Topic: Super IDE anyone ? :)
Replies: 6
Views: 7190

Super IDE anyone ? :)

Last Easter week end some crazy dudes releases a demo called Loopback for the V6Z80P, a homebrew computer based on a Z80. The awesome guy behind that computer has a nice article about an 8-bit IDE interface . And I was wondering (well maybe that was already asked and aswered in the past) how hard wi...
by MooZ
Tue Apr 13, 2010 8:39 am
Forum: PC-Engine
Topic: My new site.
Replies: 4
Views: 6191

Re: My new site.

Yeah!
Image
by MooZ
Wed Mar 24, 2010 9:37 am
Forum: PC-Engine
Topic: pceas patch
Replies: 7
Views: 8387

Re: pceas patch

I was thinking about adding some kind of structure directives to pceas. I'd have looked like this: Sprite .struct x .ds 2 y .ds 2 flag .ds 1 .ends .zp muscle_man .dstruct(Sprite) clown_list .dstruct(Sprite) 8 .code lda <muscle_man.x cmp <clown_list[3].x bne safe ; ... This means that we have to perf...
by MooZ
Mon Mar 22, 2010 9:21 am
Forum: PC-Engine
Topic: Otaku no PCE cribsheet
Replies: 1
Views: 4791

Re: Otaku no PCE cribsheet

Thanks dude!

Ps: I attached the cribsheet just in case :)
by MooZ
Mon Mar 08, 2010 8:45 pm
Forum: PC-Engine
Topic: Mixing C and asm?
Replies: 2
Views: 4253

Re: Mixing C and asm?

Yes that's possible.
If you want to add some asm in your C code put #asm before and #endasm after your code.

Code: Select all

#incbin(junk,"data.bin");

char bozo;

main()
{
#asm
    ; bozo = junk[0];
    clx
    cla
    __farptr_i _junk
    __fgetb
    sta _bozo
#endasm
}
by MooZ
Mon Mar 08, 2010 7:42 pm
Forum: General
Topic: Forum issues / Bug report
Replies: 49
Views: 152611

Re: Forum issues / Bug report

Arg registration was b0rked :(
Some code went missing after last year phpbb update... It's back to normal now.

Sorry for the inconvenience.
by MooZ
Mon Mar 08, 2010 1:47 pm
Forum: PC-Engine
Topic: pceas patch
Replies: 7
Views: 8387

Re: pceas patch

Hum, it seems that pceas has some support for proto sub structure thingy. Here's what's written in the doc: RSSET - Set the internal counter of the RS directive to a specified value. RS - Assign a value to a symbol; a bit like EQU but here the value assigned is taken from an internal counter, and af...
by MooZ
Wed Feb 10, 2010 10:34 am
Forum: PC-Engine
Topic: ZEdit: the ultimate PCE dev tool
Replies: 54
Views: 58096

Re: ZEdit: the utilmate PCE dev tool

Go! Gravis Go!
Image
by MooZ
Sat Jan 16, 2010 8:45 pm
Forum: PC-Engine
Topic: Hardware Resources
Replies: 6
Views: 26340

Hardware Resources

Pinouts Expansion Connector HuCard HU 6260 HU 6270 HU 6280 Pad Emanuele Bettidi's Turbo Pad Avenue Pad 3 Avenue Pad 6 Avenue Pad 6 (without rapidfire) Gamesx NFG controls Cyber Stick Micomsoft XE-1 AP page 1-2 page 3-4 Misc Power supplies RGB mod/cable/amp Does anyone have some schematics for the t...