Skip to main content

Questions tagged [memory]

For questions about computer memory in a retrocomputing context

11 votes
5 answers
6k views

Could today's flash memory be used instead of RAM in 1980s 8 bit machines?

I wonder if this is possible and could be a retro-project? (Not something I would try myself, though) The bandwidth of flash is surely faster than yesterday's 1980s RAM (?) Why? One possible ...
therobyouknow's user avatar
13 votes
5 answers
3k views

What are the minimum system requirements to run GW-BASIC?

In DOSBox 0.74, I can run GWBASIC.EXE without any problem (DOSBox reports 632 KB of free conventional memory). It is GW-BASIC's version 3.10 dated 01-07-1989 with filesize 72576 bytes. On screen it ...
Sep Roland's user avatar
  • 1,195
10 votes
5 answers
6k views

When did the PC bus start slowing access to video RAM?

The PC architecture, from the original IBM PC onward, has always been designed around the idea that video memory will be on an expansion card. This was an unusual design decision; most 80s computers ...
rwallace's user avatar
  • 63.1k
3 votes
2 answers
320 views

Did anyone use quarter-bad RAM chips?

There was a time in the early 80s when 64k RAM chips had a significant defect rate, such that half-bad ones could be obtained at a discount. Some computer manufacturers such as Sinclair and Tandy took ...
rwallace's user avatar
  • 63.1k
21 votes
2 answers
2k views

Did 486 SMP systems provide Total Store Ordering?

Cache-coherent SMP (symmetric, or shared-memory, multi processing) systems can provide various grades of memory ordering guarantees, the stronger ones being more expensive but making it easier to ...
rwallace's user avatar
  • 63.1k
23 votes
3 answers
5k views

Did any x86 CPU optionally trap unaligned access?

x86 CPUs have always supported unaligned load/store. Early RISC CPUs didn't. So imagine writing portable code on a 386. It seems to work fine, but how do you know you haven't accidentally misaligned ...
rwallace's user avatar
  • 63.1k
8 votes
1 answer
1k views

Did any 8-bit computers use 16kx4 RAM chips?

An 8-bit computer wanting 64K of RAM, could most straightforwardly use eight 64kx1 DRAM chips (64kbit, 1 data line). The Commodore 64 initially did this, but in the mid-80s, the cost-reduced redesign ...
rwallace's user avatar
  • 63.1k
13 votes
2 answers
1k views

Simple doubling of ZX80 RAM

Many moons ago when I owned a ZX80, I remember (or possibly mis-remember) seeing a simple way to double the RAM to 2K by simply piggy-backing two extra 1Kx4 chips on top of the existing two (with pin-...
paxdiablo's user avatar
  • 4,917
9 votes
1 answer
499 views

Did the Vic-20 save money using static RAM?

The unexpanded Vic-20 had 5K of RAM. This was quite small even by 1981 standards, but it was trying to be cheap enough for consumers to buy, and it succeeded, selling over 2 million units. One reason ...
rwallace's user avatar
  • 63.1k
13 votes
3 answers
2k views

How did the Fairchild Channel F provide a 2K frame buffer?

The Fairchild Channel F, released in 1976, was the first modern game console, in the sense of being the first one to accept games as software, rather than just modular configuration switches. Looking ...
rwallace's user avatar
  • 63.1k
9 votes
2 answers
2k views

Was it possible to give an Atari 800 (not XL) 64KB of RAM?

The original Atari 800 could have up to 48K of RAM installed through the use of memory cards. When the 800XL came out, it was now possible to have up to 64K of RAM by disabling the BASIC ROM. After ...
bjb's user avatar
  • 16.4k
8 votes
2 answers
1k views

How did the IBM 360 detect memory errors?

What logic did the IBM 360 use to detect, and perhaps correct, memory bit errors?
Will.Octagon.Gibson's user avatar
18 votes
1 answer
2k views

What did it cost the 8086 to support unaligned access?

The Intel 8086 supported unaligned loads and stores of 16-bit data, e.g. mov ax, foo was guaranteed to work even if foo was odd. What did this cost, in terms of performance and chip area, compared to ...
rwallace's user avatar
  • 63.1k
7 votes
1 answer
379 views

What is the motherboard part number for the Macintosh IIci that required parity memory?

This is an extension of an answer I posted years ago to the Retrocomputing question: How did Apple fail to tap the business and scientific markets? Most (all?) IBM PC systems required parity memory, ...
Dale Mahalko's user avatar
  • 3,649
35 votes
3 answers
5k views

Why did DOS-based Windows require HIMEM.SYS to boot?

My understanding is that all versions of Microsoft Windows that ran on top of DOS — that is, the lineage from Windows 1.0 up to Windows ME, even though the reliance on DOS diminished over time — ...
mkay's user avatar
  • 709
10 votes
2 answers
742 views

Why did Windows 9x allow ring-3 software to change IDT?

I was researching how old Windows 9x viruses, such as Win95.CIH, got ring 0 access, and it's shown that one of the approaches was to get the Interrupt Descriptor Table, hook the interrupt handler and ...
Ilia Ershov's user avatar
27 votes
7 answers
7k views

Did anyone ever run out of stack space on the 6502?

Unlike its main rival the Z80, the 6502 had a size limit of 256 bytes for the hardware stack. That sounds like a very tight limit, but in my experience, it was never actually an issue; by the time you ...
rwallace's user avatar
  • 63.1k
30 votes
4 answers
6k views

How did the X-Men game for Sega Genesis have its state survive a console reset?

The Sega Genesis system had a rather interesting game. X-Men (1993) was based on the popular cartoon version of the comic book series. But it had what was still one of the most unique (and unintuitive)...
Machavity's user avatar
  • 505
10 votes
2 answers
2k views

How to use all memory on an IBM PC with 8086

I'm developing software for the IBM PC with an 8086 processor. I want my program to use all available memory. I know that I can use DOS int 21h function AH=48h to allocate all available conventional ...
pts's user avatar
  • 2,033
3 votes
0 answers
298 views

Is it possible to corrupt a Nintendo 64 save file by turning off the console when saving to the cartridge?

All consoles with memory cards (including Nintendo 64) kept reminding you that it's very important to not turn off the power while it's saving, because this would corrupt the save file. But for the ...
Domoni's user avatar
  • 31
5 votes
1 answer
2k views

MS DOS 6.22 hangs on modern hardware after loading HIMEM.SYS

I am trying to run MS-DOS 6.22 on modern hardware. I successfully created bootable flash disk with MS-DOS 6.22. But when it starts with HIMEM.SYS enabled in CONFIG.SYS it hangs. Searching Internet the ...
Art Spasky's user avatar
13 votes
2 answers
756 views

Why does the FRE() function in CBM BASIC v2 return negative values?

On Commodore machines featuring CBM BASIC v2, the FRE() function to query the amount of memory available to BASIC returns a negative number when the result exceeds 32767 bytes: This quirk does not ...
Psychonaut's user avatar
  • 7,681
6 votes
1 answer
677 views

How does POST memory test work on a relatively modern (2000s) PC? Does it still test every single byte like on older ones?

I have an Asus eee 4G (AMI BIOS), I want to ask if this product actually overwrites the entire RAM during cold boot. I have the "Quick boot" feature turned off and I can see the memory being ...
Hasbo's user avatar
  • 61
3 votes
4 answers
2k views

What did game programmers and journalists mean by a "hardware trick"? [closed]

Recently, I've been hearing a good deal about hardware tricks. For instance, the YouTuber Ahoy (see A Brief History of Graphics) mentions that some game programmers resorted to "hardware tricks&...
AndrewGreen's user avatar
3 votes
0 answers
323 views

Did any Dreamcast VMUs/memory cards have more than 200 blocks?

Dreamcast VMUs can store 128k in 200 "blocks". Third party memory cards increased the storage by having multiple virtual cards, each with 200 blocks. With some hacking it is possible to free ...
user's user avatar
  • 15.3k
1 vote
2 answers
617 views

Why are computer bus sizes integer multiples of the size of a byte, and when was that standardized? [closed]

Memory is organized in powers of two: 8 bits to a byte, then 16 bits to a short, 32 bits and so on. Some early computers did not necessarily have powers of two as their basic memory unit. When did it ...
Michael Stachowsky's user avatar
17 votes
3 answers
4k views

Status of brute forcing all possible memory states of a video game [closed]

For an old video game that has a small enough memory footprint, it should be possible on exponentially larger modern systems to create a graph of all possible states of memory and the inputs that ...
TomKern's user avatar
  • 279
18 votes
5 answers
5k views

Why did old consoles have special RAM dedicated for a specific task?

Even in the PlayStation/Saturn era, they had like little RAM chips which were dedicated to just "sound", or "video", or "general". Since they still needed to have the RAM ...
Supernintendo Chalmers's user avatar
7 votes
1 answer
402 views

How can I resolve these intermittent memory issues?

I own a 1999 IBM Personal Computer 300GL (Type 6275-90U). It's a Slot 1 Pentium III, Intel 440BX chipset, with a riser board for adding PCI and ISA cards and 3 PC100 DIMM memory sockets. About 50% of ...
Brian Reading's user avatar
2 votes
1 answer
402 views

GBA reading 16-bit values (or instructions) from 32-bit bus

The GBA has various memory sections (e.g. IWRAM, EWRAM, ROM, etc), each with a bus width of either 16 bits or 32 bits. To my knowledge, the ARM7TDMI lacks any cache. When the CPU fetches 16-bit values ...
Mona the Monad's user avatar

15 30 50 per page
1
2 3 4 5
7