Search found 556 matches
- Sun Jan 29, 2023 6:07 pm
- Forum: General Stuff
- Topic: Living without a personal smartphone
- Replies: 43
- Views: 1763
Re: Living without a personal smartphone
You have to watch out for when science gets hijacked by politics or profit motives. You can tell when it happens because the study will either intentionally use data with confounding variables or intentionally avoid investigating the original question. (For example, Monsanto funded many studies tha...
- Sat Jan 28, 2023 1:59 pm
- Forum: NESdev
- Topic: Can't get my old famicom work
- Replies: 16
- Views: 516
Re: Can't get my old famicom work
We don't know what type of AC adapter your famiclone was designed to use, so we can't tell if that one would work. It could destroy your famiclone.
You need to open your famiclone and look inside. There's no other way to tell.
You need to open your famiclone and look inside. There's no other way to tell.
- Fri Jan 27, 2023 2:06 pm
- Forum: General Stuff
- Topic: Living without a personal smartphone
- Replies: 43
- Views: 1763
- Fri Jan 27, 2023 11:18 am
- Forum: General Stuff
- Topic: Living without a personal smartphone
- Replies: 43
- Views: 1763
Re: Living without a personal smartphone
I did not do a web search for them, but I keep coming across them because I study health a lot. Be careful. Search algorithms tend to promote material that makes people angry, and claims of intentionally hidden dangers will make people angry even if no credible research has been able to identify an...
- Thu Jan 26, 2023 4:43 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Demo Vision
- Replies: 65
- Views: 4854
Re: Demo Vision
I was thinking maybe i could try swapping these out ( all together or one at a time) and if the EUR one starts working... i know which one or which few i can reburn... Or if the NTSC one stops working. Swapping the ROMs (the smaller chips with stickers) between units should be a pretty reliable tes...
- Thu Jan 12, 2023 10:27 am
- Forum: NESemdev
- Topic: Nestest Accumulator missmatch
- Replies: 4
- Views: 344
Re: Nestest Accumulator missmatch
Pulling a value from the stack doesn't change the contents of the stack memory.
- Wed Jan 11, 2023 12:52 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Modern Mapper Replacement Chips?
- Replies: 27
- Views: 1166
Re: Modern Mapper Replacement Chips?
*: Yes, some of the address lines are still multiplexed through the MCU; but they're not propagated in a way that would effect the timing; they change between bus operations (i.e. as a result of writing to a bank switching register), not during the operation. -- Hence the timing would not need to b...
- Wed Jan 04, 2023 2:21 pm
- Forum: phpBB Issues
- Topic: Weird smiley in some thread title
- Replies: 9
- Views: 749
Re: Weird smiley in some thread title
Oh, weird. I see it too. For whatever reason, phpBB is adding some CSS to the icon, but only for that topic on those pages: <dt style="background-image: url(./images/icons/smile/redface.gif); background-repeat: no-repeat;" title="There are no new unread posts for this topic.">
- Mon Jan 02, 2023 8:29 pm
- Forum: SNESdev
- Topic: Square colon notation?
- Replies: 23
- Views: 1038
Re: Square colon notation?
I can't find this word in any dictionary but words like "×-mas" and "×-tal" indicates that it's pronounced [kriss] which is close to the Swedish word for it (kryss) so I'm guessing it should be "cryss". In xmas it's an abbreviation of Christ (from Χριστός), and I suspe...
- Thu Dec 08, 2022 9:38 pm
- Forum: NESdev
- Topic: Scroll Register being reset halfway through frame
- Replies: 12
- Views: 963
- Wed Dec 07, 2022 5:35 pm
- Forum: NESdev
- Topic: Scroll Register being reset halfway through frame
- Replies: 12
- Views: 963
Re: Scroll Register being reset halfway through frame
If you're talking about Super Mario Bros., you're probably seeing the mid-screen scroll split.
- Mon Dec 05, 2022 12:17 pm
- Forum: General Stuff
- Topic: What is one thing about a retro console/computer's specifcations that you would change?
- Replies: 34
- Views: 1868
Re: What is one thing about a retro console/computer's specifcations that you would change?
You can disable blink and enable high intensity background colors on EGA and VGA too, but the method is different from CGA. Since we're talking about things we'd change about retro computers, I'd say the IBM PC really could have used a functional vertical retrace interrupt. CGA doesn't have a vertic...
- Tue Nov 29, 2022 2:43 pm
- Forum: NESemdev
- Topic: To Test My ROM Loader
- Replies: 8
- Views: 603
- Thu Nov 17, 2022 12:34 pm
- Forum: NESdev
- Topic: How to get carts manufactured?
- Replies: 15
- Views: 1101
Re: How to get carts manufactured?
The flash ROM uses bit 6 as a status indicator. When the ROM is busy programming or erasing, bit 6 will flip each time you read it.
You can read the SST39SF010A / SST39SF020A / SST39SF040 datasheet for more details.
- Sat Nov 12, 2022 4:25 pm
- Forum: NES Music
- Topic: Simplest way to integrate an nsf to your game code.
- Replies: 19
- Views: 893
Re: Simplest way to integrate an nsf to your game code.
Since "famitone2.s" is the CA65 version, you might instead want to build it as a separate object file and then link it with the rest of your code using LD65.