Search found 24 matches

by SoullessSentinel
Thu Aug 06, 2015 7:12 am
Forum: Super 32X
Topic: Anyone have a copy of snasmsh2.exe?
Replies: 4
Views: 10118

I might, but I'm at work right now. If nobody else beats me to it, I'll have a look when I get home.
by SoullessSentinel
Thu Nov 27, 2014 2:24 pm
Forum: Collaboration
Topic: Looking for someone to port my NES game to Genesis
Replies: 16
Views: 20764

I've got experience with programming in C, not much NES experience but a fair amount of Mega Drive experience. I recently formed a software/game development company and require some small projects to build some initial revenue to get off the ground. If you could PM me with some details, or some exam...
by SoullessSentinel
Wed Nov 19, 2014 12:07 pm
Forum: UMDK
Topic: UMDK Manufacture: who wants one?
Replies: 170
Views: 158689

Well, may I suggest that you use the PCBA Consultation service from iteadstudio.com? They manufacture boards rather cheaply, and the PCBA consultation service based on gerberfiles and a BOM will respond quickly with a quote for fully assembled boards (yes, with parts on it) in the quantity you spec...
by SoullessSentinel
Thu Nov 13, 2014 12:09 pm
Forum: Collaboration
Topic: Megadrive: Custom-Cartridge including extra capabilities
Replies: 35
Views: 35209

Do we have a clear idea on how much current is safe to draw from the cartridge slot?

This is obviously an important consideration in designing an expansion.
by SoullessSentinel
Sat Nov 08, 2014 3:12 pm
Forum: Blabla
Topic: GEMS YouTube video
Replies: 91
Views: 126138

Thanks, it works properly now, I just need to get midi hooked up.

I must've missed the part about enabling SRAM in the header.
by SoullessSentinel
Sat Nov 08, 2014 10:37 am
Forum: Blabla
Topic: GEMS YouTube video
Replies: 91
Views: 126138

I'm having trouble getting this working, I applied the patches in RetroArch, used a copy of GEMS 2.0 (I have the Megadrive ROM and PC software for this version, dated 11/21/91. Anyway, I setup the Fifo, configured DOSEMU to use it for LPT, and ran the gems rom in the patched retroarch, some communic...
by SoullessSentinel
Mon Nov 03, 2014 1:55 pm
Forum: UMDK
Topic: UMDK Manufacture: who wants one?
Replies: 170
Views: 158689

I would also like a UMDK.
I'm in England, PM me if more info is needed.

Thanks.
by SoullessSentinel
Fri Jul 05, 2013 10:07 pm
Forum: Exodus
Topic: Disable the bilinear filtering in the VDP?
Replies: 10
Views: 16516

That appears to be filtering to allow the graphics to appear closer to how it would on a traditional CRT TV. This is a GOOD thing, it's not an 'ugly' filter. It allows for visual effects that depend on it, such as the transparency of the waterfalls in Green Hill Zone to function correctly. Example: ...
by SoullessSentinel
Mon Jul 01, 2013 11:27 am
Forum: Super 32X
Topic: 68K to SH2 DMA FIFO
Replies: 10
Views: 17015

Opened Knuckles Chaotix in IDA PRO and searched for accesses to the FIFO Register. (Trying to find examples of how games use it) Found this 68K: ROM:00883202 sub_883202: ROM:00883202 movea.w ($FFFFD01E).w,a1 ROM:00883206 lea ($FFFFD45E).w,a0 ROM:0088320A move.w a0,($FFFFD01E).w ROM:0088320E clr.w (a...
by SoullessSentinel
Sun Jun 30, 2013 6:44 pm
Forum: Blabla
Topic: OUYA ANDROID OPEN SOURCE CONSOLE. NEW ORDER BEGIN !!!
Replies: 3
Views: 4695

I'd prefer if one of these devices was built to run a custom lightweight linux distribution with a good boot splash, and it should auto boot into a full screen application with a game-console user interface, similar to XMB or Xbox Dashboard. That way, it'd be more usable as a game console, and seem ...
by SoullessSentinel
Sat May 25, 2013 12:36 pm
Forum: Mega/SegaCD
Topic: Program behavior not the same on MegaCD
Replies: 9
Views: 12666

Just so you know, my loader (Luke_ProjectCD) does still have some issues. It's mostly okay for an application that will start and then never touch the CD Hardware again (I left Columns running for a few hours on a EU Mega CD Model 1 to test stability) however, as it doesn't trigger the correct inter...
by SoullessSentinel
Fri May 24, 2013 3:51 pm
Forum: Mega/SegaCD
Topic: Program behavior not the same on MegaCD
Replies: 9
Views: 12666

I can understand if you do not wish to share it, but it would be a great help if you could post the source code to your test application, that way we can attempt to diagnose the problem you're having.
by SoullessSentinel
Fri May 24, 2013 3:37 pm
Forum: Super 32X
Topic: 68K to SH2 DMA FIFO
Replies: 10
Views: 17015

ob1, has this been verified on real hardware, as Chilly Willy's post above states that he couldn't get the FIFO DMA to function without some data loss?
by SoullessSentinel
Thu May 23, 2013 11:45 pm
Forum: Super 32X
Topic: 68K to SH2 DMA FIFO
Replies: 10
Views: 17015

68K to SH2 DMA FIFO

So, I'm working on a 32X project and have been for a little while now, and I need a method to transfer a large amount of data (Too large for the communication registers, possibly up to around 600 bytes) to the SH2 from the 68k. I read that there is a DMA channel for 68k-SH2 transfers but I have no i...
by SoullessSentinel
Mon Oct 22, 2012 6:34 pm
Forum: Super 32X
Topic: Starting the 32X from Sega CD
Replies: 1
Views: 7006

Starting the 32X from Sega CD

Firstly, I apologise if this post is badly written, I'm quite tired and I'm not too good at asking for things anyway. I've already wrote my own bootloader for the Sega CD, that loads an executable into the shared Word RAM and runs it, so I'm fine with the Sega CD side of things. How would I go about...