How Does a Game Boy Circuit Board Function?

  • Thread starter Thread starter QuantumTheory
  • Start date Start date
  • Tags Tags
    Computer Work
AI Thread Summary
The discussion focuses on the functioning of a Game Boy's circuit board, which is a green board with numerous connections that facilitate electricity flow when powered on. The Game Boy utilizes a microprocessor along with RAM and ROM, where the ROM stores the necessary software to operate the device and access games. Programming is done by "burning" data onto the ROM chip, which involves applying a higher voltage to create a pattern of damaged transistors that the microprocessor interprets as instructions. This process is akin to burning a CD, where data is permanently recorded in a specific format. Overall, understanding circuit boards parallels basic physics concepts, as they are essentially integrated circuits that combine various components.
QuantumTheory
Messages
215
Reaction score
0
If you are familiar with game boy, the gaming company by Nintendo, then i have a question for you. This also applies to any electronic device with a circuit board. It might not actually be a circuit board -- I don't know what it is called. But it is green and has a lot of connections on it. How do they work? How do you get the programming code (instructions) on these? How does the eletricity flow through them? I don't understand circuit boards, and would like some help on this area. Thank you.
 
Engineering news on Phys.org
QuantumTheory said:
If you are familiar with game boy, the gaming company by Nintendo, then i have a question for you. This also applies to any electronic device with a circuit board. It might not actually be a circuit board -- I don't know what it is called. But it is green and has a lot of connections on it. How do they work? How do you get the programming code (instructions) on these? How does the eletricity flow through them? I don't understand circuit boards, and would like some help on this area. Thank you.

That green thing is a circuit board. The connections running all over the place are like wires. Electricity is flowing through them. The batteries you put in the gameboy supply the power. When you flip the "on" switch, you are closing the circuit and allowing electricity to flow.

This part is a guess since I'm not very familiar with the inside of a gameboy:

As to how to program them... well, obviously the unit is microprocessor based. You program the instructions on the chips integrated onto the motherboard (the green thing).

The games are written seperately, as I'm sure you know. They are written in a high level programming language.

As for understanding circuit boards, essentially they are the same things as the circuits you built in physics class, with breadboards and wires, etc. All of the chips and wires, and other circuit compenents are packaged on those slim circuit boards.
 
QuantumTheory said:
If you are familiar with game boy, the gaming company by Nintendo, then i have a question for you. This also applies to any electronic device with a circuit board. It might not actually be a circuit board -- I don't know what it is called. But it is green and has a lot of connections on it. How do they work? How do you get the programming code (instructions) on these? How does the eletricity flow through them? I don't understand circuit boards, and would like some help on this area. Thank you.

In addition to the above, there is a microprocessor(similar to the intel or PPC you are using to access this forum, only much much smaller) and some associated ram and rom. The rom holds all of the software needed to boot your gameboy up when there is no cartridge installed as well as the programs needed to access the games stored on the cartridge and any programs needed to decipher the games.

This rom chip(depending on the system it can be external to the microprocessor or internal to the microprocessor) are factory "burned" with all of the required programs. Essentially, the rom chip is connected to another computer(like an intel running windows) and the software is sent from the source(intel) computer to a rom burner(a device the rom chip plugs into to connect to the source). The rom burner applies a higher voltage than the chip normally sees which causes transistors within the rom to burnout. Rom and Ram are simply huge arrays of transistors. The pattern of damaged transistors can be read by the microprocessor and intrepreted as a program.

The process is very similar to burning a CD except a CD is not a little black chip soldered onto a motherboard; however, the fundamentals are still the same. Data is permenately burned onto a medium in a pattern correlating to a program or some other form of data.

The older gameboys used Z80 processors and if you look you can find a lot of information on how to modify the original gameboys to run custom roms and custom game cartridges.

Here's a little cool gadget someone put together for an older gameboy:
http://www.semis.demon.co.uk/Gameboy/DsoDemo/DsoDemo.htm

Hope this helped.
 
faust9 said:
In addition to the above, there is a microprocessor(similar to the intel or PPC you are using to access this forum, only much much smaller) and some associated ram and rom. The rom holds all of the software needed to boot your gameboy up when there is no cartridge installed as well as the programs needed to access the games stored on the cartridge and any programs needed to decipher the games.

This rom chip(depending on the system it can be external to the microprocessor or internal to the microprocessor) are factory "burned" with all of the required programs. Essentially, the rom chip is connected to another computer(like an intel running windows) and the software is sent from the source(intel) computer to a rom burner(a device the rom chip plugs into to connect to the source). The rom burner applies a higher voltage than the chip normally sees which causes transistors within the rom to burnout. Rom and Ram are simply huge arrays of transistors. The pattern of damaged transistors can be read by the microprocessor and intrepreted as a program.

The process is very similar to burning a CD except a CD is not a little black chip soldered onto a motherboard; however, the fundamentals are still the same. Data is permenately burned onto a medium in a pattern correlating to a program or some other form of data.

The older gameboys used Z80 processors and if you look you can find a lot of information on how to modify the original gameboys to run custom roms and custom game cartridges.

Here's a little cool gadget someone put together for an older gameboy:
http://www.semis.demon.co.uk/Gameboy/DsoDemo/DsoDemo.htm

Hope this helped.


Thank you. Phew, that page is confusing. Alot of terms I do not understand. It is interesting though. Thank you. I'm also interested in lasers. I want to build my own, but I'm going to have to know a lot mor eabout optics to do so. And a lot of money..I think they cost around $2000+
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Back
Top