MSX2 Games
   HOME



picture info

MSX2 Games
MSX is a standardized home computer architecture, announced by ASCII Corporation on June 16, 1983. It was initially conceived by Microsoft as a product for the Eastern sector, and jointly marketed by Kazuhiko Nishi, the director at ASCII Corporation. Microsoft and Nishi conceived the project as an attempt to create unified standards among various home computing system manufacturers of the period, in the same fashion as the VHS standard for home video tape machines. The first MSX computer sold to the public was a Mitsubishi ML-8000, released on October 21, 1983, thus marking its official release date. MSX systems were popular in Japan and several other countries. There are differing accounts of MSX sales. One source claims 9 million MSX units were sold worldwide, including in Japan alone, whereas ASCII Corporation founder Kazuhiko Nishi claims that 3 million were sold in Japan, and 1 million overseas. Despite Microsoft's involvement, few MSX-based machines were released in ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


GoldStar
GoldStar was a South Korean electronics company established in 1958. The corporate name was changed to LG Electronics and LG Cable on February 28, 1995, after merging with LG Chem, Lucky Chemical. LG Cable was spun off from LG Electronics and changed its name to LS Cable in 2005. Manufacturing GoldStar manufactured a wide variety of products, including radios, televisions, air conditioners, MSX, MSX home computers, Handheld electronic game, LCD games, videocassette recorders, videotape, video and audio cassette tapes, microwave ovens, typewriters, electronic typewriters, integrated circuits, escalators, elevators, injection molding machines, dehumidifiers, Fan (machine), fans, and tractors. GoldStar televisions became a commonly sold brand of consumer television sets in the United States in the 1980s. GoldStar Precision was a division manufacturing electronic test equipment such as Multimeter, multi-meters and oscilloscopes and industrial electronics. The name was changed to L ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Yamaha V9938
The Yamaha V9938 is a video display processor (VDP) used on the MSX2 home computer, as well as on the Geneve 9640 enhanced TI-99/4A clone and the Tatung Einstein 256. It was also used in a few MSX1 computers, in a configuration with 16kB VRAM. The Yamaha V9938, also known as MSX-Video or VDP (Video Display Processor), is the successor of the Texas Instruments TMS9918 used in the MSX1 and other systems. The V9938 was in turn succeeded by the Yamaha V9958. Specifications * Video RAM: 16–192 KB * Text modes: 80 × 24, 40 × 24 and 32 × 24 * Resolution: 512 × 212 (16 colors from 512), 256 × 212 (16 colors from 512) and 256 × 212 (256 colors) * Sprites: 32, 16 colors, max 8 per horizontal line * Hardware acceleration for copy, line, fill and logical operations available * Interlacing to double vertical resolution * Vertical scroll register Detailed specifications * Video RAM: 4 possible configurations ** 16 KB (modes G4 up to G7 will not be available) ** ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

TMS9918
IMAGE:TMS9918A 01.jpg, VDP TMS9918A IMAGE:TMS9918A 02.jpg, VDP TMS9918A The TMS9918 is a video display controller (VDC) manufactured by Texas Instruments, in manuals referenced as "Video Display Processor" (VDP) and introduced in 1979. The TMS9918 and its variants were used in the PV-2000, Casio PV-2000, Coleco Adam, ColecoVision, VTech CreatiVision, CreatiVision, Hanimex, Hanimex Pencil II, MSX, Memotech MTX, NABU Network#Hardware, NABU Personal Computer, Programa Educativo de Colegios Secundarios, PECOS, SG-1000, SC-3000, SV-318, SV-328, Sord M5, TI-99/4A, TI-99/4, Tatung Einstein, and Tomy Tutor. The TMS9918 generates both grid-based character graphics (used to display text or background images) and sprite (computer graphics), sprites used for moving foreground objects. The key features of this chip are, as highlighted in a 1980 presentation by Karl Guttag (one of the designers): *256 by 192 full color pixels per screen *15 different colors and/or shades *Progressive scan, Non ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Memory Management Unit
A memory management unit (MMU), sometimes called paged memory management unit (PMMU), is a computer hardware unit that examines all references to computer memory, memory, and translates the memory addresses being referenced, known as virtual memory addresses, into physical addresses in main memory. In modern systems, programs generally have addresses that access the theoretical maximum memory of the computer architecture, 32 or 64 bits. The MMU maps the addresses from each program into separate areas in physical memory, which is generally much smaller than the theoretical maximum. This is possible because programs rarely use large amounts of memory at any one time. Most modern operating systems (OS) work in concert with an MMU to provide virtual memory (VM) support. The MMU tracks memory use in fixed-size blocks known as ''pages''. If a program refers to a location in a page that is not in physical memory, the MMU sends an interrupt to the operating system. The OS selects a ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Kilobyte
The kilobyte is a multiple of the unit byte for Computer data storage, digital information. The International System of Units (SI) defines the prefix ''kilo-, kilo'' as a multiplication factor of 1000 (103); therefore, one kilobyte is 1000 bytes.International Standard IEC 80000-13 Quantities and Units – Part 13: Information science and technology, International Electrotechnical Commission (2008). The internationally recommended unit symbol for the kilobyte is kB. In some areas of information technology, particularly in reference to random-access memory capacity, ''kilobyte'' instead often refers to 1024 (210) bytes. This arises from the prevalence of sizes that are powers of two in modern digital memory architectures, coupled with the coincidence that 210 differs from 103 by less than 2.5%. The kibibyte is defined as 1024 bytes, avoiding the ambiguity issues of the ''kilobyte''.International Standard IEC 80000-13 Quantities and Units – Part 13: Information scien ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




R800
The R800 is the central processing unit used in the MSX Turbo-R home computer. The R800 was designed by ASCII Corporation of Japan and built by Mitsui & Co The goal was a modern and pipelined CPU binary compatible with the Z80, and therefore with MSX software, while also maintaining compatibility with older MSX Z80-based hardware. Compatibility During the development of the MSX Turbo R, ASCII Corporation considered various processors, both compatible and incompatible with the Z80, as candidates. At that time, Kazuya Kishioka , a company employee, was researching and developing an ASIC that was a high-speed version of the Z80 and largely customized for the MSX architecture. For software compatibility with older MSX software, the R800 uses the same instruction set as the Z80, with only minor but useful additions, such as 8x8-bit and 16x16-bit multiplication instructions called MULUB ( 8-bit), and MULUW (16-bit). Also, many of the undocumented Z80 instructions were made offic ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Zilog Z80
The Zilog Z80 is an 8-bit computing, 8-bit microprocessor designed by Zilog that played an important role in the evolution of early personal computing. Launched in 1976, it was designed to be Backward compatibility, software-compatible with the Intel 8080, offering a compelling alternative due to its better Integrated circuit, integration and increased performance. Along with the 8080's seven Processor register, registers and flags register, the Z80 introduced an alternate register set, two 16-bit index registers, and additional instructions, including bit manipulation and block copy/search. Originally intended for use in embedded systems like the 8080, the Z80's combination of compatibility, affordability, and superior performance led to widespread adoption in video game systems and home computers throughout the late 1970s and early 1980s, helping to fuel the personal computing revolution. The Z80 was used in iconic products such as the Osborne 1, TRS-80, Radio Shack TRS-80, Col ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Home Computer
Home computers were a class of microcomputers that entered the market in 1977 and became common during the 1980s. They were marketed to consumers as affordable and accessible computers that, for the first time, were intended for the use of a single, non-technical user. These computers were a distinct market segment that typically cost much less than business, scientific, or engineering-oriented computers of the time, such as those running CP/M or the IBM PC, and were generally less powerful in terms of computer memory, memory and expandability. However, a home computer often had better video display controller, graphics and sound than contemporary business computers. Their most common uses were word processing, playing video games, and computer programming, programming. Home computers were usually sold already manufactured in stylish metal or plastic enclosures. However, some home computers also came as commercial electronic kits, like the ZX80, Sinclair ZX80, which were both h ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Casio
is a Japanese multinational electronics manufacturing corporation headquartered in Shibuya, Tokyo, Japan. Its products include calculators, mobile phones, digital cameras, electronic musical instruments, and analogue and digital watches. It was founded in 1946, and in 1957 introduced the first entirely compact electronic calculator. It was an early digital camera innovator, and during the 1980s and 1990s, the company developed numerous affordable home electronic keyboards for musicians along with introducing the first mass-produced digital watches. History Casio was established as Kashio Seisakujo in April 1946 by (1917–1993), an engineer specializing in fabrication technology. Kashio's first major product was the yubiwa pipe, a finger ring that would hold a cigarette, allowing the wearer to smoke the cigarette down to its nub while also leaving the wearer's hands free. Japan was impoverished immediately following World War II, so cigarettes were valuable, and the inventi ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Dragon MSX
The Dragon MSX is a MSX compatible home computer, designed in 1985 by Radofin (the creators of the Mattel Aquarius) for Dragon Data/Eurohard, the makers of the Dragon 64 home computer. Intended for the Spanish market it was never officially released, with a few prototypes being built. One of these (prototype 37) was presented at MadriSX 2001 by David F. Gisbert "TroMax", a spanish collector. No other machines are known. Specifications The Dragon MSX has the following technical details: * ROM: 32 KB * RAM: 64 KB * Video Display Processor: TMS9918 with a Video RAM of 16 KB and this BASIC modes : **SCREEN 0 : text 40 × 24 characters, 2 colors **SCREEN 1 : text 32 × 24 characters, 16 colors **SCREEN 2 : graphics 256 × 192, 16 colors **SCREEN 3 : graphics 64 × 48, 16 colors ** Sprites: 32, 1 colour, max 4 per horizontal line * Ports: parallel port, two cartridge slots, two joystick ports, RF output, RGB output and Data Recorder connector *Operating system: MSX BASIC ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Daewoo
Daewoo ( ; ; ; ; literally "great universe" and a portmanteau of "''dae''" meaning great, and the given name of founder and chairman Kim Woo-choong) also known as the Daewoo Group, was a major South Korean chaebol (type of conglomerate) and automobile manufacturer. It was founded on 22 March 1967 as Daewoo Industrial and was declared bankrupt on 1 November 1999, with debts of about US$50 billion (equivalent to $ billion in ). Prior to the 1997 Asian financial crisis, Daewoo was the third largest conglomerate in South Korea, behind the Hyundai Group and LG Corporation, Lucky-Goldstar (later became LG Corporation). There were about 20 divisions under the Daewoo Group, some of which survived as independent companies. History Beginning and development The Daewoo Group was founded by Kim Woo-choong in March 1967. He was the son of the Provincial Governor of Daegu. He graduated from the Kyonggi High School, then finished with an Economics Degree at Yonsei University in Seoul ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]