Search found 13 matches
- Tue Apr 21, 2015 10:02 am
- Forum: PC-Engine
- Topic: [Maps] Son Son II
- Replies: 4
- Views: 66966
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.
- Tue Apr 21, 2015 10:00 am
- Forum: PC-Engine
- Topic: UpRough PC Engine demos.
- Replies: 2
- Views: 49851
Re: UpRough PC Engine demos.
Cool stuff MooZ 

- Tue Apr 21, 2015 9:57 am
- Forum: PC-Engine
- Topic: Turbo-Everdrive communication with the computer
- Replies: 1
- Views: 44519
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...
Re: MGD2
So beautiful 

- Mon Apr 13, 2015 12:57 pm
- Forum: PC-Engine
- Topic: Turbo Everdrive
- Replies: 10
- Views: 108074
Re: Turbo Everdrive
My everdrive is on it's way home, MooZ; I will stay tuned for any progress you make on this.
- Mon Apr 13, 2015 12:53 pm
- Forum: PC-Engine
- Topic: pceas .BSS directive
- Replies: 2
- Views: 50370
Re: pceas .BSS directive
Ok, understood. I think I'm too used to manage these things by hand 

- Sun Apr 12, 2015 8:23 am
- Forum: PC-Engine
- Topic: pceas .BSS directive
- Replies: 2
- Views: 50370
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...
- Mon Apr 06, 2015 9:27 pm
- Forum: PC-Engine
- Topic: [Software] Minimal PC Engine startup code.
- Replies: 3
- Views: 55131
Re: [Software] Minimal PC Engine startup code.
Change "irq_rest" for "irq_reset" 

- Mon Apr 06, 2015 9:24 pm
- Forum: PC-Engine
- Topic: [TOOLS] PCEas design document.
- Replies: 5
- Views: 26265
Re: [TOOLS] PCEas design document.
Ok, although I only made very small changes 

- Sun Apr 05, 2015 10:01 pm
- Forum: PC-Engine
- Topic: [TOOLS] PCEas design document.
- Replies: 5
- Views: 26265
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...