Subject: MSX2 Compatible Computer Project Posted by Sergey on Tue

Total Page:16

File Type:pdf, Size:1020Kb

Subject: MSX2 Compatible Computer Project Posted by Sergey on Tue Subject: MSX2 Compatible Computer Project Posted by Sergey on Tue, 23 Jan 2018 21:12:41 GMT View Forum Message <> Reply to Message Hi, I'd like to build an MSX2 compatible computer. I'd like to share some of my ideas, and to get opinion of the forum members. My goals/wishes for this project: Follow MSX/MSX2 standards as close as possible 128 KiB (or more) RAM Yamaha V9938 VDP, 128 KiB Video RAM, composite and component outputs, with optional RGB output (header) The main purpose would be running MSX/MSX2 games. With CP/M, FUZIX, possibly MSX-DOS support being the secondary goal Two cartridge slots for game cartridges and hardware add-ons (e.g. MSX music, disk controller) Use CBIOS Implement a real keyboard. Likely using Cherry MX keys, and standard keycaps (a microcontroller based PS/2 adapter would be a backup option) Design modularity and form factor options (which one would you prefer?): A single board with the entire computer implemented on it. Should be about 200 mm x 160 mm in size. Pros: most compact way, Cons: no modularity at all ECB based system. We already have an MSX (not MSX2) video board, that might somewhat help with developing this project, although a new V9938 based board would have to be implemented. Pros: individual boards can be used for other (non MSX) ECB systems. Cons: more expensive: DIN 41612 connectors, additional bus buffers, etc. Also not as compact Non-ECB backplane based system. Potentially built using 100 mm x 100 mm boards. Pros: cheaper than ECB, no need to adhere to ECB standard, can use some pins for MSX-specific signals (slot select, chip selects). Cons: well, not an ECB Hybrid approach: Main board with CPU, 8255 (slot select, keyboard), I/O decode, sound/joystick, etc. Memory daughter board with SRAM and Flash and memory mapping/paging logic. And a video daughter board. Pros: modular enough, easier debug, a possibility of an upgrade path. For example it include TMS9918, V9938, and perhaps V9958 VDP; or MSX (no paging memory) and MSX2 (paging in slot 3). Storage devices: Floppy disk controller: include on board, or implement as a separate cartridge? Storage: Flash disk (e.g. built using 39SF040), CF, or SD? Perhaps it is possible to implement some kind of flexible cartridge emulation? Thanks, Sergey Subject: Re: MSX2 Compatible Computer Project Posted by danwerner on Tue, 23 Jan 2018 22:55:21 GMT View Forum Message <> Reply to Message Page 1 of 148 ---- Generated from RetroBrew Computers Forum You might take a look a the S-100 archives -- there was some work to put together a MSX system on S-100 cards. S-100 has a pretty high entry point (with the power and card cage requirements), so I am not suggesting that is the way to go, but there is some work there that might be inspirational . For me, I prefer a modular design -- it is easier to debug and the modules can be used for other projects which can lead to very interesting possibilities. Dan Subject: Re: MSX2 Compatible Computer Project Posted by mscane on Wed, 24 Jan 2018 00:39:17 GMT View Forum Message <> Reply to Message Hi Sergey, That sounds like a really interesting project. Maybe an alternative could be to refresh the N8 design with some updates ( https://www.retrobrewcomputers.org/doku.php?id=boards:sbc:n8 :n8 Replace the existing TMS9918 video with a V9938 chip (that would give 80x25 video I believe)Replace the 8255 keyboard interface with an 8242 PS/2 controller (like in the VGA3)Change the compact flash interface to a bus connected IDE (in 8 bit mode)Use an ATX style power connector The N8 also included a floppy interface, SD card and sound chip. Perhaps you could also consider changing the form factor to match one of the PC standards such as a Mini ITX (17 x 17 mm) or Micro ATX (224 x 224 mm). That would allow you to use a wide range of ready made cases and power supply options. I'm not sure how much use the ECB interface would be. As you have most peripherals on-board a bus connection become less important and the connector takes up a lot of space. Also, a lot of board space was taken up with the interfacing chips. There was an S100 implementation of the V9938 video chip done a while ago: http://s100computers.com/My%20System%20Pages/VDP%20Video%20B oard/VDP%20Board.htm Cheers! Max Page 2 of 148 ---- Generated from RetroBrew Computers Forum Subject: Re: MSX2 Compatible Computer Project Posted by danwerner on Wed, 24 Jan 2018 00:43:06 GMT View Forum Message <> Reply to Message In order to get really good compatibility with MSX game roms, it would be good to avoid keyboard controllers and stick with an 8255 driven switch matrix keyboard. Converting the matrix to a PS/2 was one of the biggest issues with the N8 CBIOS and it is why many (most?) of the games need joystick and do not work with the keyboard. Dan Subject: Re: MSX2 Compatible Computer Project Posted by lynchaj on Wed, 24 Jan 2018 01:16:40 GMT View Forum Message <> Reply to Message I think its a great idea. I always liked MSX and there are bits and pieces of MSX scattered in the N8, various ECB boards, and 3 S-100 boards (Z80 CPU, VDP, and Utility). However it never really matured into full blown MSX computer. My advice would be to start from a clean slate and target a full blown MSX computer. You could possibly reuse bits and pieces from the various MSX like board projects but it would probably be just as easy to just do a complete reboot of the idea. Best of luck! Subject: Re: MSX2 Compatible Computer Project Posted by Sergey on Wed, 24 Jan 2018 01:33:08 GMT View Forum Message <> Reply to Message Thank you for your feedback guys! danwerner wrote on Tue, 23 January 2018 14:55You might take a look a the S-100 archives -- there was some work to put together a MSX system on S-100 cards. I've looked at them and got inspired But they have a few issues: - Utility board: No MSX2 sub-slots, no memory paging - VDP board: No composite output (RGB is not really useful nowadays) - And as you've mentioned building an S-100 system to play MSX2 games is a bit of an overkill mscane wrote on Tue, 23 January 2018 16:39Hi Sergey, Maybe an alternative could be to refresh the N8 design with some updates ( https://www.retrobrewcomputers.org/doku.php?id=boards:sbc:n8 :n8 Replace the existing TMS9918 video with a V9938 chip (that would give 80x25 video I believe)Replace the 8255 keyboard interface with an 8242 PS/2 controller (like in the Page 3 of 148 ---- Generated from RetroBrew Computers Forum VGA3)Change the compact flash interface to a bus connected IDE (in 8 bit mode)Use an ATX style power connector The N8 also included a floppy interface, SD card and sound chip. Perhaps you could also consider changing the form factor to match one of the PC standards such as a Mini ITX (17 x 17 mm) or Micro ATX (224 x 224 mm). I don't feel that N8 approach was a MSX compatible enough. Particularly where it comes to the memory/slots/sub-slots. What is the reason to use 8242 keyboard controller (other than that PS/2 keyboards are widely available)? It seems that it would make the computer less MSX compatible. I suspect some programs, and especially games, would bypass BIOS and talk to the hardware directly. Mini ITX / Micro ATX - no real benefit. How to fit MSX cartridge slots, or a bunch of I/O connectors an MSX would have? I can use an ATX power supply connector though... The the floppy interface and 8-bit CF part makes sense lynchaj wrote on Tue, 23 January 2018 17:16I think its a great idea. I always liked MSX and there are bits and pieces of MSX scattered in the N8, various ECB boards, and 3 S-100 boards (Z80 CPU, VDP, and Utility). However it never really matured into full blown MSX computer. My advice would be to start from a clean slate and target a full blown MSX computer. You could possibly reuse bits and pieces from the various MSX like board projects but it would probably be just as easy to just do a complete reboot of the idea. Best of luck! That is pretty much my idea. Subject: Re: MSX2 Compatible Computer Project Posted by lynchaj on Wed, 24 Jan 2018 11:28:29 GMT View Forum Message <> Reply to Message If you can us an integrated Z180 type chip and/or CPLD you probably could reduce the chip count and possibly the PCB space required. Depends on if Z180 type CPUs are MSX compatible though. Don't know if that's the case. Subject: Re: MSX2 Compatible Computer Project Posted by lynchaj on Sat, 10 Feb 2018 16:43:22 GMT View Forum Message <> Reply to Message Any updates? Page 4 of 148 ---- Generated from RetroBrew Computers Forum Subject: Re: MSX2 Compatible Computer Project Posted by Sergey on Sun, 11 Feb 2018 17:16:31 GMT View Forum Message <> Reply to Message Not much... I have a preliminary schematic and I've started on keyboard PCB layout. Pretty busy at work, so it will take time. Thanks, Sergey Subject: Re: MSX2 Compatible Computer Project Posted by jordi.solis on Thu, 22 Feb 2018 17:18:38 GMT View Forum Message <> Reply to Message Hi, I would like to help to help on this project.
Recommended publications
  • Administrator's Guide
    Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release notes, and/or the latest version of the applicable documentation, which are available from the Trend Micro website at: http://docs.trendmicro.com/en-us/enterprise/scanmail-for-microsoft- exchange.aspx Trend Micro, the Trend Micro t-ball logo, Apex Central, eManager, and ScanMail are trademarks or registered trademarks of Trend Micro Incorporated. All other product or company names may be trademarks or registered trademarks of their owners. Copyright © 2020. Trend Micro Incorporated. All rights reserved. Document Part No.: SMEM149028/200709 Release Date: November 2020 Protected by U.S. Patent No.: 5,951,698 This documentation introduces the main features of the product and/or provides installation instructions for a production environment. Read through the documentation before installing or using the product. Detailed information about how to use specific features within the product may be available at the Trend Micro Online Help Center and/or the Trend Micro Knowledge Base. Trend Micro always seeks to improve its documentation. If you have questions, comments, or suggestions about this or any Trend Micro document, please contact us at [email protected]. Evaluate this documentation on the following site: https://www.trendmicro.com/download/documentation/rating.asp Privacy and Personal Data Collection Disclosure Certain features available in Trend Micro products collect and send feedback regarding product usage and detection information to Trend Micro. Some of this data is considered personal in certain jurisdictions and under certain regulations.
    [Show full text]
  • What Way Is It Meant to Be Played?
    What Way Is It Meant To Be Played? Florian Mihola March 2020 Abstract and home video game consoles digital inputs were the standard up until the “16-bit” era of the 1990s. The most commonly used interface between a Sony PlayStation, Nintendo 64 and Sega Saturn fi video game and the human user is a handheld are among the rst which brought with them ad- “game controller”, “game pad”, or in some occa- ditional analog controls—either at launch or as an sions an “arcade stick.” Directional pads, analog updated controller option. And even though mod- sticks and buttons—both digital and analog—are ern mass-market offerings include analog sticks linked to in-game actions. One or multiple simul- and analog triggers, digital buttons and directional taneous inputs may be necessary to communicate pads remain the ubiquitous fundamentals of input. the intentions of the user. Activating controls may The simple nature and widespread use of digital be more or less convenient depending on their po- inputs leads to a degree of interoperability: Game sition and size. In order to enable the user to per- software is not necessarily tied to a single game fi form all inputs which are necessary during game- controller—whether we interpret this as a speci c play, it is thus imperative to find a mapping be- model, a design and protocol available by different tween in-game actions and buttons, analog sticks, manufacturers, or a class of generic controllers— and so on. We present simple formats for such but can be enjoyed using a range of controllers, mappings as well as for the constraints on possi- provided they share at least some common char- ble inputs which are either determined by a phys- acteristics.
    [Show full text]
  • CONTENTS in THIS ISSUE Fighting Malware and Spam
    MARCH 2008 Fighting malware and spam CONTENTS IN THIS ISSUE 2 COMMENT EVASIVE ACTION Home (page) renovations Pandex has attracted very little attention from the media and generated little 3 NEWS discussion between malware Botherders herded researchers and among the 29A folds general populace. Chandra Prakash and Adam Thomas provide an overview of the Pandex operation and take an in-depth look at VIRUS PREVALENCE TABLE 3 the underlying code that has allowed this malware to evade detection for so long. 4 MALWARE ANALYSIS page 4 Pandex: the botnet that could PACKING A PUNCH In the fi nal part of the series on exepacker 9 FEATURE blacklisting, Robert Neumann takes a look at how all the processing and analysis techniques are put Exepacker blacklisting part 3 into practice in a real-life situation. page 9 15 CONFERENCE REPORT AVG TURNS 8 Black Hat DC and CCC 24C3 John Hawes gets his hands on a preview version of the latest offering from AVG. 18 PRODUCT REVIEW page 18 AVG Internet Security 8 22 END NOTES & NEWS This month: anti-spam news and events, and Ken Simpson considers the implications of rising spam volume despite increasing accuracy of content fi lters. ISSN 1749-7027 COMMENT ‘It is hoped that within all sizes of business. It is hoped that the comment facility will promote discussion among visitors and that the comment facility in some cases the more knowledgeable of VB’s readers will promote will be able to guide and assist those less well versed in discussion among the complexities of anti-malware technologies.
    [Show full text]
  • S83G 7789 08.Pdf
    IBM Personal Computer 300/700 Series HMM Book Cover COVER Book Cover -------------------------------------------------------------------------- IBM Personal Computer 300 Series (Type 65XX) 700 Series (Type 68XX) Hardware Maintenance Manual February 1997 We Want Your Comments! (Please see page 2.33) Document Number S83G-7789-08 Part Number 84H7174 -------------------------------------------------------------------------- +--- Note ---------------------------------------------------------------+ ¦ ¦ ¦ Before using this information and the product it supports, be sure to ¦ ¦ read the general information under "Notices" in topic 2.36 . ¦ ¦ ¦ +------------------------------------------------------------------------+ Ninth Edition (February 1997) The following paragraph does not apply to the United Kingdom or any country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you. This publication could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time. It is possible that this publication may contain reference to, or information about, IBM products (machines and programs), programming, or services that are not announced in your country. Such references or information must not be construed to mean that IBM intends to announce such IBM products, programming, or services in your country. Requests for technical information about IBM products should be made to your IBM reseller or IBM marketing representative.
    [Show full text]
  • Programme Edition
    JOURNEE 13h00 - 18h00 WEEK END 14h00 - 19h00 JOURJOURJOUR Vendredi 18/12 - 19h00 Samedi 19/12 Dimanche 20/12 Lundi 21/12 Mardi 22/12 ThèmeThèmeThème Science Fiction Zelda & le J-RPG (Jeu de rôle Japonais) ArcadeArcadeArcade Strange Games AnimeAnimeAnime NES / Twin Famicom / MSXMSXMSX The Legend of Zelda Rainbow Islands Teenage Mutant Hero Turtles SC 3000 / Master System Psychic World Streets of Rage Rampage Super Nintendo Syndicate Zelda Link to the Past Turtles in Time + Sailor Moon Megadrive / Mega CD / 32X32X32X Alien Soldier + Robo Aleste Lunar 2 + Soleil Dynamite Headdy EarthWorm Jim + Rocket Knight Adventures Dragon Ball Z + Quackshot Nintendo 64 Star Wars Shadows of the Empire Furai no Shiren 2 Ridge Racer 64 Buck Bumble SaturnSaturnSaturn Deep Fear Shining Force III scénario 2 Sky Target Parodius Deluxe Pack + Virtual Hydlide Magic Knight Rayearth + DBZ Shinbutouden Playstation Final Fantasy VIII + Saga Frontier 2 Elemental Gearbolt + Gun Blade Arts Tobal n°1 Dreamcast Ghost Blade Spawn Twinkle Star Sprites Alice's Mom Rescue Gamecube F Zero GX Zelda Four Swords 4 joueurs Bleach Playstation 2 Earth Defense Force Code Age Commanders / Stella Deus Puyo Pop Fever Earth Defense Force Cowboy Bebop + Berserk XboxXboxXbox Panzer Dragoon Orta Out Run 2 Dead or Alive Xtreme Beach Volleyball Wii / Wii UWii U / Wii JPWii JP Fragile Dreams Xenoblade Chronicles X Devils Third Samba De Amigo Tatsunoko vs Capcom + The Skycrawlers Playstation 3 Guilty Gear Xrd Demon's Souls J Stars Victory versus + Catherine Kingdom Hearts 2.5 Xbox 360 / XBOX
    [Show full text]
  • Interface IDE No MSX1 O Melhor Dos Msxdev's Symbos
    N Ú M E R O 9 N O V E M B R O 2 0 0 6 R $ 4 , 0 0 IInntteerrffaaccee IIDDEE nnoo MMSSXX11 OO mmeellhhoorr ddooss MMSSXXDDeevv''ss SSyymmbbOOSS NOVO MSX PARTE V½ | MSX RIO 2006 | SVI-738 XPRESS | AMSTRAD CPC | SEXO! M S X F o r c e 9 fudebatorial: ““LLoouuccuurraa”” éé aa úúnniiccaa ppaallaavvrraa ppoossssíívveell ppaarraa eexxpplliiccaarr!! Em 2005, um solitário programador alemão foi convencido a portar o seu trabalho, feito inicialmente para o seu micro favorito (um Amstrad CPC), para outra plataforma baseada em Z80. E qual foi a escolhida? Sim, o MSX2. E assim foi feito. Qual era o trabalho dele? O SymbOS. Em maio de 2006, saiu o primeiro beta e... O resto vocês lêem na matéria que temos sobre esse fantástico e revolucionário ambiente operacional para MSX. E, em breve, deveremos ter surpresas quanto ao SymbOS, aqui no nosso zine. Curioso? Pois saiba que o nosso articulista, “especializado” no MSX-em-um- chip, resolveu escrever um artigo derradeiro, sobre as últimas novidades realmente interessantes que ele ficou sabendo. Será que compensa comprar um? E como não basta ler o MSX.org, mas também comentar, saiba a opinião dele a respeito. Usar IDE num MSX1? Você é doido? Sim, se você se guiar pelo nosso tutorial, você irá conseguir usar uma IDE num MSX1. E você será rotulado como doido. Fudeba (claro!) e doido. Mas todos nós somos doidos... Doidos pelo MSX! Citamos o concurso MSXDev no fudebatorial passado (número 8). E resolvemos então: Por que não falarmos sobre o MSXDev? Então, mandamos o Dr.
    [Show full text]
  • Procedural Audio for Video Games
    Procedural Audio for Video Games: Are we there yet ? Nicolas Fournel – Principal Audio Programmer Sony Computer Entertainment Europe Overview • What is procedural audio ? • How can we implement it in games ? • Pre-production • Design • Implementation • Quality Assurance What is Procedural Audio ? First, a couple of definitions… Procedural refers to the process that computes a particular function Procedural content generation generating content by computing functions Procedural techniques in other domains Landscape generation • Fractals (terrain) • L-systems (plants) • Perlin noise (clouds) Procedural techniques in other domains Texture generation • Perlin noise • Voronoi diagrams Procedural techniques in other domains City creation (e.g. CityEngine) Procedural techniques in other domains • Demo scene: 64 Kb / 4Kb / 1 Kb intros • .kkrieger: 3D first person shooter in 96K from Farbrausch Procedural content in games A few examples: • Sentinel • Elite • DEFCON • Spore • Love Present in some form or another in a lot of games What does that teach us ? Procedural content generation is used: • due to memory constraints or other technology limitations • when there is too much content to create • when we need variations of the same asset • when the asset changes depending on the game context What does that teach us ? • Data is created at run-time • Is based on a set of rules • Is controllable by the game engine Defining Procedural Audio For sound effects: • Real-time sound synthesis • With exposed control parameters • Examples of existing systems: • Staccato Systems: racing and footsteps • WWISE SoundSeed (Impact and Wind / Whoosh) • AudioGaming Defining Procedural Audio For dialogue: • real-time speech synthesis e.g. Phonetic Arts, SPASM • voice manipulation systems e.g.
    [Show full text]
  • CP/M-80 Kaypro
    $3.00 June-July 1985 . No. 24 TABLE OF CONTENTS C'ing Into Turbo Pascal ....................................... 4 Soldering: The First Steps. .. 36 Eight Inch Drives On The Kaypro .............................. 38 Kaypro BIOS Patch. .. 40 Alternative Power Supply For The Kaypro . .. 42 48 Lines On A BBI ........ .. 44 Adding An 8" SSSD Drive To A Morrow MD-2 ................... 50 Review: The Ztime-I .......................................... 55 BDOS Vectors (Mucking Around Inside CP1M) ................. 62 The Pascal Runoff 77 Regular Features The S-100 Bus 9 Technical Tips ........... 70 In The Public Domain... .. 13 Culture Corner. .. 76 C'ing Clearly ............ 16 The Xerox 820 Column ... 19 The Slicer Column ........ 24 Future Tense The KayproColumn ..... 33 Tidbits. .. .. 79 Pascal Procedures ........ 57 68000 Vrs. 80X86 .. ... 83 FORTH words 61 MSX In The USA . .. 84 On Your Own ........... 68 The Last Page ............ 88 NEW LOWER PRICES! NOW IN "UNKIT"* FORM TOO! "BIG BOARD II" 4 MHz Z80·A SINGLE BOARD COMPUTER WITH "SASI" HARD·DISK INTERFACE $795 ASSEMBLED & TESTED $545 "UNKIT"* $245 PC BOARD WITH 16 PARTS Jim Ferguson, the designer of the "Big Board" distributed by Digital SIZE: 8.75" X 15.5" Research Computers, has produced a stunning new computer that POWER: +5V @ 3A, +-12V @ 0.1A Cal-Tex Computers has been shipping for a year. Called "Big Board II", it has the following features: • "SASI" Interface for Winchester Disks Our "Big Board II" implements the Host portion of the "Shugart Associates Systems • 4 MHz Z80-A CPU and Peripheral Chips Interface." Adding a Winchester disk drive is no harder than attaching a floppy-disk The new Ferguson computer runs at 4 MHz.
    [Show full text]
  • Video Gaming and Death
    Untitled. Photographer: Pawel Kadysz (https://stocksnap.io/photo/OZ4IBMDS8E). Special Issue Video Gaming and Death edited by John W. Borchert Issue 09 (2018) articles Introduction to a Special Issue on Video Gaming and Death by John W. Borchert, 1 Death Narratives: A Typology of Narratological Embeddings of Player's Death in Digital Games by Frank G. Bosman, 12 No Sympathy for Devils: What Christian Video Games Can Teach Us About Violence in Family-Friendly Entertainment by Vincent Gonzalez, 53 Perilous and Peril-Less Gaming: Representations of Death with Nintendo’s Wolf Link Amiibo by Rex Barnes, 107 “You Shouldn’t Have Done That”: “Ben Drowned” and the Uncanny Horror of the Haunted Cartridge by John Sanders, 135 Win to Exit: Perma-Death and Resurrection in Sword Art Online and Log Horizon by David McConeghy, 170 Death, Fabulation, and Virtual Reality Gaming by Jordan Brady Loewen, 202 The Self Across the Gap of Death: Some Christian Constructions of Continued Identity from Athenagoras to Ratzinger and Their Relevance to Digital Reconstitutions by Joshua Wise, 222 reviews Graveyard Keeper. A Review by Kathrin Trattner, 250 interviews Interview with Dr. Beverley Foulks McGuire on Video-Gaming, Buddhism, and Death by John W. Borchert, 259 reports Dying in the Game: A Perceptive of Life, Death and Rebirth Through World of Warcraft by Wanda Gregory, 265 Perilous and Peril-Less Gaming: Representations of Death with Nintendo’s Wolf Link Amiibo Rex Barnes Abstract This article examines the motif of death in popular electronic games and its imaginative applications when employing the Wolf Link Amiibo in The Legend of Zelda: Breath of the Wild (2017).
    [Show full text]
  • Imitation and Limitation
    Fake Bit: Imitation and Limitation Brett Camper [email protected] ABSTRACT adventure and role-playing games, which are traditionally less A small but growing trend in video game development uses the action-oriented. Several lesser known NES games contributed to “obsolete” graphics and sound of 1980s-era, 8-bit microcomputers the style early on as well, such as Hudson Soft’s Faxanadu (1989) to create “fake 8-bit” games on today’s hardware platforms. This and Milon’s Secret Castle (1986), as well as Konami’s The paper explores the trend by looking at a specific case study, the Goonies II (1987). In more recent decades, the Castlevania series platform-adventure game La-Mulana, which was inspired by the from Konami has also adopted and advanced the form, from Japanese MSX computer platform. Discussion includes the Symphony of the Night (1997) on PlayStation, through Portrait of specific aesthetic traits the game adopts (as well as ignores), and Ruin (2006) for the Nintendo DS. the 8-bit technological structures that caused them in their original La-Mulana is an extremely well made title that ranks among the 1980s MSX incarnation. The role of technology in shaping finest in this genre, displaying unusual craftsmanship and aesthetics, and the persistence of such effects beyond the lifetime cohesiveness. Its player-protagonist is Professor Lemeza, an of the originating technologies, is considered as a more general archaeologist explorer charting out vast underground ruins in a “retro media” phenomenon. distant, unspecified corner of the globe (Indiana Jones is an obvious pop culture reference, but also earlier examples like H.
    [Show full text]
  • Administrator's Guide
    Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release notes, and/or the latest version of the applicable documentation, which are available from the Trend Micro website at: http://docs.trendmicro.com/en-us/enterprise/trend-micro-im-security.aspx Trend Micro, the Trend Micro t-ball logo, Control Manager, MacroTrap, and TrendLabs are trademarks or registered trademarks of Trend Micro Incorporated. All other product or company names may be trademarks or registered trademarks of their owners. Copyright © 2014. Trend Micro Incorporated. All rights reserved. Document Part No.: TIEM16346/140311 Release Date: May 2014 Protected by U.S. Patent No.: Pending This documentation introduces the main features of the product and/or provides installation instructions for a production environment. Read through the documentation before installing or using the product. Detailed information about how to use specific features within the product may be available at the Trend Micro Online Help Center and/or the Trend Micro Knowledge Base. Trend Micro always seeks to improve its documentation. If you have questions, comments, or suggestions about this or any Trend Micro document, please contact us at [email protected]. Evaluate this documentation on the following site: http://www.trendmicro.com/download/documentation/rating.asp Table of Contents Preface Preface ..............................................................................
    [Show full text]
  • Commodore 16 Commodore Plus/4 MSX Standard Computers
    •!. Commodore Plus/4 This is the machine that may well eventually replace the Commodore 64. Both machines have a similar 320 by 200 pixel Commodore 64 graphics resolution and 64 Kbytes of RAM, but the Plus/4 can A well-established micro, with a wealth of available software, the Commodore display 121 colours and has a much improved BASIC, giving the 64 suffers from its poor BASIC, which lacks built-in commands user more control of the screen display. In the highest resolution 16 to take advantage of the excellent sound and graphics (see page Designed to replace the ageing mode, two colours only may be displayed in a single character 10). Maximum resolution is 320 by 200 pixels with 16 colours square, but selection of the 160 by 200 pixel mode allows four Vic-20, the Commodore 16 is onscreen, although only two colours may be displayed in each supplied in a 'starter pack' per square. The sound does not quite match up to the high character square. Sprites are also supported. Despite the 64 standards of the Commodore 64, with a maximum of two containing cassette recorder, Kbytes of RAM, no more than 39 Kbytes are available for use. A BASIC tutorial tape and book. 'voices': however, the improved BASIC makes sound-handling special cassette recorder is required for use with the C64, and considerably easier. The Commodore 64's sprite graphics facility and four 'recreational' Commodore 'own brand' printers and disk drives are needed if programs. Although the casing has been omitted in the new model. A machine code monitor is expansion is desired.
    [Show full text]