Search found 141 matches

by Fosters
Tue Mar 15, 2005 11:35 am
Forum: Off-Topic Forum
Topic: Fedora Core 3 -need help-
Replies: 7
Views: 366

any particular kind of file?

touch bar
will create an empty file called bar or update its timestamp if it already exists.

echo foo > bar
will create a file called bar that contains foo.
by Fosters
Tue Mar 01, 2005 11:16 am
Forum: Homebrew Software and Indie Games Discussion
Topic: NeoDC v2.2 release
Replies: 40
Views: 2584

Then I suggest it is the dc fopen that is broken. fopen should always be able to open files. If not either their is a problem with the disc or fopen is broken.
by Fosters
Mon Feb 28, 2005 6:46 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: NeoDC v2.2 release
Replies: 40
Views: 2584

The originals problem is nothing to do with the HLE. If anything it may be the GDROM struggling to read the discs as a backup seems to work ok. As far as the software is concerned there is no difference.
by Fosters
Sun Feb 27, 2005 3:06 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: NeoDC won't run.
Replies: 10
Views: 535

What did you change for aero fighters sound?

Of course I dont actually have wither game to play with myself, but Id be interested to know.

Fosters
by Fosters
Thu Feb 17, 2005 11:47 am
Forum: Homebrew Software and Indie Games Discussion
Topic: NeoDC v2.1 Clearing the crappy v2 releases out.
Replies: 59
Views: 4110

The reason that you usually dont see loading screens on NeoCD is that there is a large amount of HLE going on around the CDROM accessing. Instead of properly emulating the neogeo cdrom the emulator hooks into bios calls to read files and play audio and handles them itself. The result is that you get...
by Fosters
Mon Jan 24, 2005 4:27 pm
Forum: Programming Discussion
Topic: 32-bit memory aligning
Replies: 11
Views: 1485

What you mean is 32-bit. If you have 8 bytes in a row eg. ABCDEFGH you can read each byte safely using an 8 bit read. or you can read the 32bit value ABCD or the 32 bit value EFGH. but you cant read CDEF in one 32bit read. Of course you want to read as much as you can in one go for speed. If you kno...
by Fosters
Fri Jan 14, 2005 12:04 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: In less than 12 hours...
Replies: 14
Views: 1421

I wont tell. Period
by Fosters
Fri Jan 14, 2005 9:43 am
Forum: Homebrew Software and Indie Games Discussion
Topic: And now for NeoDCv1!
Replies: 24
Views: 1606

No thats the bit of code that replaces the musashi interface with the C68K one.
There is a header file for C68K but no code.

Though on closer inspection neither the 9.3 or 9.2 source distributions included it either.
by Fosters
Fri Jan 14, 2005 9:19 am
Forum: Homebrew Software and Indie Games Discussion
Topic: And now for NeoDCv1!
Replies: 24
Views: 1606

Does the source for C68k not exist because I cant find it in the Source D/L only the object files? I was interested in having a look.
by Fosters
Wed Jan 12, 2005 3:39 pm
Forum: Programming Discussion
Topic: GNU C Preprocessor
Replies: 12
Views: 885

your compiler should work out constants for you so it shouldnt be necessary to do what you are doing.
by Fosters
Mon Jan 10, 2005 4:33 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: NeoGeo CD emulator testers needed
Replies: 56
Views: 3805

I think ive got some time to help. (Im on PAL)
<shameless plug>
At least now Ive got my Pacifi3d release done.
http://www.mameworld.net/mrdo/pacifi3d.html
</shameless plug>
Itd be interesting to see what youve done with my adopted baby.

PM me.
by Fosters
Wed Jan 05, 2005 3:10 pm
Forum: Programming Discussion
Topic: C compiling error: undefined stupidity
Replies: 6
Views: 496

at a guess you need to link it with libpng which at a second guess may be "-lpng" added to your compile line.
by Fosters
Sun Jan 02, 2005 6:24 pm
Forum: Programming Discussion
Topic: tcl/tk question
Replies: 3
Views: 326

I have to confess i really like tcl. you want to use either: set varname [gets stdin] or gets stdin varname both should work. when you enclose something in square brakets in tcl it is evaluated as a separate command. In your case the "gets stdin varname" would be evaluated first. This plac...
by Fosters
Fri Dec 17, 2004 8:37 am
Forum: Gaming Forum
Topic: NeoGeo and NeoGeo CD in Linux.
Replies: 14
Views: 727

agreed and /dev/hdd or /dev/cdrom is not in the mount table printed by mount. try typing: mount /dev/cdrom /cdrom this should mount the disk and make its files visible under /cdrom then running neocd again to see what happens if it still doesnt work then give me the output of the above command as we...
by Fosters
Thu Dec 16, 2004 1:17 pm
Forum: Gaming Forum
Topic: NeoGeo and NeoGeo CD in Linux.
Replies: 14
Views: 727

doubtful that the location of the mount is the problem. NeoCD shouldnt care where your cdrom is mounted just that it is. It is supposed to detect it. For example I can stick a disk in either of my cd drives and start neocd and it finds it automatically. Please could you tell me the results of the fo...
by Fosters
Wed Dec 15, 2004 5:44 pm
Forum: Gaming Forum
Topic: NeoGeo and NeoGeo CD in Linux.
Replies: 14
Views: 727

one other thought, I take it /dev/cdrom is a symlink to /dev/hd(something). When you mounted the disk did you mount /dev/cdrom or /dev/hd(something).

With the disk mounted, type mount to get the current mount table. Show me whats in it.
by Fosters
Wed Dec 15, 2004 5:39 pm
Forum: Gaming Forum
Topic: NeoGeo and NeoGeo CD in Linux.
Replies: 14
Views: 727

hmm odd. is /dev/cdrom your device? where is it mounted? what distro are you using? my cdrom is /dev/cdrom and mounts under /mnt/cdrom neocd/sdl should detect all cdrom devices using SDL and then work out their mount points in the mount table. It is looking for a mounted cdrom with the file ipl.txt ...
by Fosters
Tue Dec 14, 2004 6:12 pm
Forum: Gaming Forum
Topic: NeoGeo and NeoGeo CD in Linux.
Replies: 14
Views: 727

Neogeo/SDL works in linux,
You need the neocd bios and some neocd cds.
Otherwise it should work with no dependancies as Im pretty sure I compiled it statically.
http://www.geocities.com/neocdsdl
by Fosters
Sun Nov 28, 2004 10:33 am
Forum: Programming Discussion
Topic: How would I code a small (not even a real) OS?
Replies: 10
Views: 553

1. Try reading (and understanding) some of the books by Andrew Tanenbaum. Modern Operating Systems, Operating Systems: Design and Implementation, Structured Computer Organisation. They give a good description on how operating systems work, are designed and implemented. 2. Get a degree in computer sc...
by Fosters
Fri Oct 29, 2004 11:48 am
Forum: Homebrew Software and Indie Games Discussion
Topic: problems of copatibility neogeocd dreamcast.
Replies: 33
Views: 2157

actuallly for the first couple of releases Ian initially claimed it was completely gpl, which i corrected (he may have even had the gpl listed in there somewhere) I havent looked in a while but im pretty sure that the lgpl.txt was in the dir with the sound, and the neocd readme.txt was in the zipfil...