Search found 13 matches

by Debvgger
Tue Apr 21, 2015 10:02 am
Forum: PC-Engine
Topic: [Maps] Son Son II
Replies: 4
Views: 12596

Re: [Maps] Son Son II

I dowloaded them from anywhere else, thanks a lot for ripping them. Have come handy for some tests I did.
by Debvgger
Tue Apr 21, 2015 10:00 am
Forum: PC-Engine
Topic: UpRough PC Engine demos.
Replies: 2
Views: 9616

Re: UpRough PC Engine demos.

Cool stuff MooZ :-)
by Debvgger
Tue Apr 21, 2015 9:57 am
Forum: PC-Engine
Topic: Turbo-Everdrive communication with the computer
Replies: 1
Views: 9140

Turbo-Everdrive communication with the computer

Has anyone seen this? https://vimeo.com/100712749 He is sending text from the computer to the PC Engine. How is that possible? I haven't seen any documentation on that, anywhere. Am I missing something? Even more interesting, I'm wondering if the opposite could be true: Sending text from the PC Engi...
by Debvgger
Mon Apr 13, 2015 1:18 pm
Forum: Others
Topic: MGD2
Replies: 3
Views: 26328

Re: MGD2

So beautiful :-)
by Debvgger
Mon Apr 13, 2015 12:57 pm
Forum: PC-Engine
Topic: Turbo Everdrive
Replies: 10
Views: 22086

Re: Turbo Everdrive

My everdrive is on it's way home, MooZ; I will stay tuned for any progress you make on this.
by Debvgger
Mon Apr 13, 2015 12:53 pm
Forum: PC-Engine
Topic: pceas .BSS directive
Replies: 2
Views: 9918

Re: pceas .BSS directive

Ok, understood. I think I'm too used to manage these things by hand :lol:
by Debvgger
Sun Apr 12, 2015 8:23 am
Forum: PC-Engine
Topic: pceas .BSS directive
Replies: 2
Views: 9918

pceas .BSS directive

Hi, shouldn't the first bytes declared after the first .BSS directive be allocated into $2000 ? Checking the disassembly in Mednafen's debugger shows the address is $2200. Are the first 512 bytes reserved for some reason? I'm checking the documentation but I can't find anything about that. Am I brea...
by Debvgger
Mon Apr 06, 2015 9:27 pm
Forum: PC-Engine
Topic: [Software] Minimal PC Engine startup code.
Replies: 3
Views: 10739

Re: [Software] Minimal PC Engine startup code.

Change "irq_rest" for "irq_reset" ;)
by Debvgger
Mon Apr 06, 2015 9:24 pm
Forum: PC-Engine
Topic: [TOOLS] PCEas design document.
Replies: 5
Views: 10759

Re: [TOOLS] PCEas design document.

Ok, although I only made very small changes :-)
by Debvgger
Sun Apr 05, 2015 10:01 pm
Forum: PC-Engine
Topic: [TOOLS] PCEas design document.
Replies: 5
Views: 10759

Re: [TOOLS] PCEas design document.

I downloaded the code a few days ago then tried to compile the code with Visual Studio 2008. There were a few small problems, mainly had to comment the #include of <strings.h>, not available on VS2008 but not needed for the code anyway, and think what to do with <getopt.h>, also not available, but I...