v1605

joined 1 year ago
 

Why have one oled when you can have two? The regulator shows the current power voltage and ma usage.

[–] [email protected] 12 points 2 weeks ago (1 children)

What are the odds he even pays out?

[–] [email protected] 4 points 2 weeks ago

If they do, are they competitive? Or are they doing the same thing. It could also be like car dealerships in certain states, you're not allowed to just open one within x miles of another (though that refers to more of the same brand). Wouldn't surprise me if they can't have dealerships near each other due to backwards legislation.

[–] [email protected] 26 points 2 weeks ago

Exactly why John Deer should not be allowed to do this. Any threat to the food supply should be considered a national security risk.

[–] [email protected] 20 points 2 weeks ago (5 children)

The real question is what other options do farms have? Let's say their tracker breaks down and repair is no longer an option. How many other manufacturers are making the type of equipment they need? And how expensive would it be to enter that market to compete? To me it seems like John Deer has a monopoly and is exploiting it.

[–] [email protected] 2 points 3 weeks ago

Depends but a nice condition N64 with the cables and expansion pak is probably about $100 without a controller. If you plan on connecting it to a modern TV, you need a decent scaler that can do Svideo/composite, so another $60 for the RAD2X. You even can complicate it more by throwing in cheaper RGB mods if you have a compatible system but that adds probably around $60 if you can't do it yourself.

Their price point is very competitive, especially considering its plug and play.

[–] [email protected] 2 points 3 weeks ago

It was probably a disk copier. Here is a video that goes over how those work. https://youtu.be/MP9YR4BXrzA?si=VTgIynQI2fjaXjxE

[–] [email protected] 2 points 3 weeks ago

I'm not sure if the SNAC interface could support something like a 34 pin floppy drive without major changes to the cores themselves.

Now the rotary phone idea...

[–] [email protected] 4 points 3 weeks ago

Yes because it is actually reading the disk. I even move the tracks a little between reads so it makes some more noise.

[–] [email protected] 11 points 4 weeks ago

It's a FPGA, open source, emulation device that can play tons of different retro consoles, computers, and arcade machines.

https://mister-devel.github.io/MkDocs_MiSTer/

There are various vendors that you can get kits from.

[–] [email protected] 10 points 4 weeks ago (2 children)

It's an adapter that you can build up yourself so that you can launch games on your Mister/TapTo device via a floppy disc. There are definitely dozens of us that wanted this!

 

Code and hardware for the project can be found here https://github.com/v1605/tapto-floppy

[–] [email protected] 1 points 4 weeks ago

TapTo goal is to be cross platform (launch games on the PC and the Mister). With this you could launch a steam game via a CD if you wanted for some extra fun on modern systems (plus the PS1 core on mister looks so nice).

I've written some code to interface with a floppy drive because it's just fun to launch games that way.

[–] [email protected] 7 points 1 month ago (1 children)

Unfortunately not that much less expensive, each additional slot maybe adds $1-2.5 to the project. The screen, Arduino and pcb are the bulk of the cost.

 

What's everyone playing? I'm enjoying Mr. Driller for the GBC.

19
Lastest Build, DMGC (lemmy.world)
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

Thought I would show this off here too.

36
Lastest Build, DMGC (lemmy.world)
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

This is an open source project that adds a GBC processor and screen into a DMG shell. Have to say, I really enjoy the weight. The github can be found here.

 

The 369 in 1 can be reflashed with the Nightrap rom. Funny thing too, the bootleg shell feels higher quality.

 

Limited Run Games did preorders last April fools 2023. No actual gameplay, just the movies in quality similar to the GBA video carts.

Rom is 256mb. It doesn't load in the Mister, OpenFPGA, or mGBA.

 

These are flashcarts. 3 MBC1, 1 MBC3, and 1 MBC30

 

I happen to have a board from my FunnyPlaying build so I figured I'd give it a shot. Used enamel wire to make the button contacts and got 3.3v from the cart slot. I also removed the caps as to not power any circuits that didn't need (CPU and RAM were donors to the other board). Power is provided via AA batteries.

 

Still very much a work in progress but it works reasonably well (about 8ms of lag). I want to ultimately create an easier to install PCB rather than the perfboard I used.

21
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

Bought this little kit for a few dollars on aliexpress awhile ago figuring it was an interesting project. I would not recommend it and I've already revered back to stock.

  1. It makes the cartridge bulge.
  2. The long term reliability is questionable (my chip seemed like a rebadge).
  3. It will not work correctly on the analogue pocket (and possibly the FunnyPlaying FPGA GBC).

Also I wouldn't use clips like this for the battery when you can use the HDR retainer. This was done years ago and I don't have any more of those on hand to replace it.

 

An update to my previous post. I was able to improive the average lag by disabling the serial monitor, passing a reference of the controller to the polling logic (eliminating the need to loop over the current state and previous state to determine if buttons should be pressed), and adding a 1ms delay between loops (should have realized that the board need some down time between calls). I've added the code since I think 8ms is a perfectly good lag result for a diy project.

view more: next ›