trunk/src/mame/drivers/goldnpkr.c
| r245581 | r245582 | |
| 20 | 20 | * Jack Potten's Poker (set 6), 198?, Bootleg. |
| 21 | 21 | * Jack Potten's Poker (set 7, Royale GFX), 198?, Bootleg. |
| 22 | 22 | * Good Luck, 198?, Unknown. |
| 23 | | * Super Double (french), 198?, Karateco. |
| 23 | * Super Double (French), 198?, Karateco. |
| 24 | 24 | * Jack Potten's Poker (NGold, set 1), 198?, Unknown. |
| 25 | 25 | * Jack Potten's Poker (NGold, set 2), 198?, Unknown. |
| 26 | 26 | * Jack Potten's Poker (NGold, set 3), 198?, Unknown. |
| r245581 | r245582 | |
| 104 | 104 | * Falcons Wild - World Wide Poker (VK set 1), 1990, Video Klein. |
| 105 | 105 | * Falcons Wild - World Wide Poker (VK set 2), 1990, Video Klein. |
| 106 | 106 | * Falcons Wild - Wild Card 1991, 1991, TVG. |
| 107 | | * PlayMan Poker (german), 1981, PM / Beck Elektronik. |
| 107 | * PlayMan Poker (German), 1981, PM / Beck Elektronik. |
| 108 | 108 | * Super Loco 93 (Spanish, set 1), 1993, Unknown. |
| 109 | 109 | * Super Loco 93 (Spanish, set 2), 1993, Unknown. |
| 110 | 110 | * Royale (set 1), 198?, Unknown. |
| r245581 | r245582 | |
| 119 | 119 | * Genie, 198?, Video Fun Games Ltd. |
| 120 | 120 | * Silver Game, 1983, Unknown. |
| 121 | 121 | * Casino Poker (Ver PM86LO-35-5, German), 1987, PM / Beck Elektronik. |
| 122 | | * "Unknown french poker game", 198?, Unknown. |
| 122 | * "Unknown French poker game", 198?, Unknown. |
| 123 | 123 | * "Unknown encrypted poker game", 198?, Unknown. |
| 124 | 124 | * Bonne Chance! (Golden Poker prequel hardware), 198?, Unknown. |
| 125 | 125 | * Mundial/Mondial (Italian/French), 1987, Unknown. |
| r245581 | r245582 | |
| 215 | 215 | Maybe some settings can enable the use of them... |
| 216 | 216 | |
| 217 | 217 | |
| 218 | | * Witch Card (spanish sets) |
| 218 | * Witch Card (Spanish sets) |
| 219 | 219 | |
| 220 | 220 | This game is derivated from Golden Poker. |
| 221 | 221 | |
| r245581 | r245582 | |
| 336 | 336 | The game has 2 service switches/buttons: |
| 337 | 337 | One for settings, and other just for bookkeeping. |
| 338 | 338 | |
| 339 | | Here the original Service Card (in german), and the english translation: |
| 339 | Here the original Service Card (in German), and the English translation: |
| 340 | 340 | _____________________________________ _____________________________________ |
| 341 | 341 | | | | | |
| 342 | 342 | | SERVICE ANLEITUNG | | SERVICE MANUAL | |
| r245581 | r245582 | |
| 772 | 772 | - Fixed the visible area based on M6845 registers. |
| 773 | 773 | - Improved the lamps layouts to be more realistic. |
| 774 | 774 | - Added Good Luck (potten's poker hybrid running in goldnpkr hardware). |
| 775 | | - Added Buena Suerte (spanish) x 2 sets. |
| 775 | - Added Buena Suerte (Spanish) x 2 sets. |
| 776 | 776 | - Added set Royale. |
| 777 | | - Added Witch Card and spanish variants. |
| 778 | | - Added Super Loco 93 (spanish) x 2 sets. |
| 777 | - Added Witch Card and Spanish variants. |
| 778 | - Added Super Loco 93 (Spanish) x 2 sets. |
| 779 | 779 | - Renamed set goldnpkc to pottnpkr (parent Jack Potten's Poker set). |
| 780 | 780 | - Renamed set jokerpkr to potnpkra, since is another Jack Potten's Poker set. |
| 781 | 781 | - Added other 2 clones of Jack Potten's Poker. |
| r245581 | r245582 | |
| 817 | 817 | [2009-09-05] |
| 818 | 818 | |
| 819 | 819 | - Added 2 new Witch Card sets. |
| 820 | | - Reworked inputs for Witch Card (german set 1). |
| 821 | | - Created new inputs for Witch Card (english, witch game, lamps). |
| 820 | - Reworked inputs for Witch Card (German set 1). |
| 821 | - Created new inputs for Witch Card (English, witch game, lamps). |
| 822 | 822 | - Added and connected lamps for both sets. |
| 823 | 823 | - Added minimal bet and 50/60 Hz. switches to both sets. |
| 824 | | - Added DIP switches info for Witch Card (german, set 2). |
| 824 | - Added DIP switches info for Witch Card (German, set 2). |
| 825 | 825 | |
| 826 | 826 | - Added Genius, running in a modified Golden Poker board. |
| 827 | 827 | |
| r245581 | r245582 | |
| 844 | 844 | |
| 845 | 845 | [2010-11-18] |
| 846 | 846 | |
| 847 | | - Added Karateco Super Double (french) |
| 847 | - Added Karateco Super Double (French) |
| 848 | 848 | - Extended ROM space for goldnpkr game to include the 0x2000..0x3fff range |
| 849 | 849 | |
| 850 | 850 | |
| r245581 | r245582 | |
| 4362 | 4362 | ROM_LOAD( "epoxy_82s129.bin", 0x0100, 0x0100, CRC(f0c012b1) SHA1(5502977404172e8c5b9fbf305581a406668ad1d9) ) /* original epoxy block PROM */ |
| 4363 | 4363 | ROM_END |
| 4364 | 4364 | |
| 4365 | | /* Witch Card (spanish, set 1) |
| 4365 | /* Witch Card (Spanish, set 1) |
| 4366 | 4366 | Unknown argentine manufacturer. |
| 4367 | 4367 | */ |
| 4368 | 4368 | ROM_START( witchcda ) |
| r245581 | r245582 | |
| 4382 | 4382 | ROM_LOAD( "82s129.9c", 0x0000, 0x0100, CRC(7f31066b) SHA1(15420780ec6b2870fc4539ec3afe4f0c58eedf12) ) /* PROM dump needed */ |
| 4383 | 4383 | ROM_END |
| 4384 | 4384 | |
| 4385 | | /* Witch Card (spanish, set 2) |
| 4385 | /* Witch Card (Spanish, set 2) |
| 4386 | 4386 | Unknown argentine manufacturer. |
| 4387 | 4387 | */ |
| 4388 | 4388 | ROM_START( witchcdb ) |
| r245581 | r245582 | |
| 4402 | 4402 | ROM_LOAD( "82s129.9c", 0x0000, 0x0100, CRC(7f31066b) SHA1(15420780ec6b2870fc4539ec3afe4f0c58eedf12) ) /* PROM dump needed */ |
| 4403 | 4403 | ROM_END |
| 4404 | 4404 | |
| 4405 | | /* Witch Card (english, no witch game) |
| 4405 | /* Witch Card (English, no witch game) |
| 4406 | 4406 | Hack? |
| 4407 | 4407 | */ |
| 4408 | 4408 | ROM_START( witchcdc ) |
| r245581 | r245582 | |
| 4424 | 4424 | |
| 4425 | 4425 | /*************************************** |
| 4426 | 4426 | |
| 4427 | | Witch Card (german, WC3050, set 1 ) |
| 4427 | Witch Card (German, WC3050, set 1 ) |
| 4428 | 4428 | |
| 4429 | 4429 | TV GAME ELEKTRONIK 1994 |
| 4430 | 4430 | PROMA |
| r245581 | r245582 | |
| 4477 | 4477 | ROM_LOAD( "24s10_epoxy.bin", 0x0100, 0x0100, CRC(ddfd7034) SHA1(78dee69ab4ba759485ee7f00446c2d86f08cc50f) ) /* original epoxy block PROM */ |
| 4478 | 4478 | ROM_END |
| 4479 | 4479 | |
| 4480 | | /* Witch Card (english, witch game, lights) |
| 4480 | /* Witch Card (English, witch game, lights) |
| 4481 | 4481 | PCB by PM. Hybrid hardware. |
| 4482 | 4482 | |
| 4483 | 4483 | Copyright 1983/84/85 |
| r245581 | r245582 | |
| 4539 | 4539 | |
| 4540 | 4540 | /*************************************** |
| 4541 | 4541 | |
| 4542 | | Witch Card (german, WC3050, set 2 ) |
| 4542 | Witch Card (German, WC3050, set 2 ) |
| 4543 | 4543 | |
| 4544 | 4544 | TV GAME ELEKTRONIK 1994 |
| 4545 | 4545 | PROMA |
| r245581 | r245582 | |
| 4882 | 4882 | ROM_END |
| 4883 | 4883 | |
| 4884 | 4884 | ROM_START( bsuertel ) |
| 4885 | | ROM_REGION( 0x10000, "maincpu", 0 ) /* bslacer128: Buena Suerte! (portugues), english settings */ |
| 4885 | ROM_REGION( 0x10000, "maincpu", 0 ) /* bslacer128: Buena Suerte! (portugues), English settings */ |
| 4886 | 4886 | ROM_LOAD( "bslacer.128", 0x4000, 0x4000, CRC(edc254f4) SHA1(20e5543e59bfd67a0afec7cbeeb7000f6bba6c69) ) |
| 4887 | 4887 | |
| 4888 | 4888 | ROM_REGION( 0x3000, "gfx1", 0 ) |
| r245581 | r245582 | |
| 4899 | 4899 | ROM_END |
| 4900 | 4900 | |
| 4901 | 4901 | ROM_START( bsuertem ) |
| 4902 | | ROM_REGION( 0x10000, "maincpu", 0 ) /* bslacer128: Buena Suerte! (portugues), english settings, set 2*/ |
| 4902 | ROM_REGION( 0x10000, "maincpu", 0 ) /* bslacer128: Buena Suerte! (portugues), English settings, set 2*/ |
| 4903 | 4903 | ROM_LOAD( "bslacer.256", 0x0000, 0x8000, CRC(9f8a899a) SHA1(a1f3d0635b309d4734289b7ff48eceda69dfd3d0) ) |
| 4904 | 4904 | |
| 4905 | 4905 | ROM_REGION( 0x3000, "gfx1", 0 ) |
| r245581 | r245582 | |
| 5464 | 5464 | mc6845 video chip |
| 5465 | 5465 | 10mhz (?) xtal |
| 5466 | 5466 | |
| 5467 | | There are french strings related to the game, so maybe is |
| 5467 | There are French strings related to the game, so maybe is |
| 5468 | 5468 | a leftover, or maybe there is a unknown way to switch the |
| 5469 | 5469 | language. |
| 5470 | 5470 | |
| r245581 | r245582 | |
| 5544 | 5544 | Unknown poker game, set 1. |
| 5545 | 5545 | 198?. |
| 5546 | 5546 | |
| 5547 | | There are french strings related to the game into |
| 5547 | There are French strings related to the game into |
| 5548 | 5548 | the program ROM. |
| 5549 | 5549 | |
| 5550 | 5550 | The dump lacks of 1 program ROM located at 17a. |
| r245581 | r245582 | |
| 5606 | 5606 | |
| 5607 | 5607 | /************************************ |
| 5608 | 5608 | |
| 5609 | | Jolli Witch (german) |
| 5609 | Jolli Witch (German) |
| 5610 | 5610 | Epoxy CPU box. |
| 5611 | 5611 | |
| 5612 | 5612 | Using the whole addressing |
trunk/src/mess/drivers/fidelz80.c
| r245581 | r245582 | |
| 74 | 74 | PB.7 - TSI DONE line (R) |
| 75 | 75 | |
| 76 | 76 | (button rows pulled up to 5V through 2.2K resistors) |
| 77 | | PC.0 - button row 0, german language jumper (R) |
| 78 | | PC.1 - button row 1, french language jumper (R) |
| 79 | | PC.2 - button row 2, spanish language jumper (R) |
| 77 | PC.0 - button row 0, German language jumper (R) |
| 78 | PC.1 - button row 1, French language jumper (R) |
| 79 | PC.2 - button row 2, Spanish language jumper (R) |
| 80 | 80 | PC.3 - button row 3, special language jumper (R) |
| 81 | 81 | PC.4 - button column A (W) |
| 82 | 82 | PC.5 - button column B (W) |
| r245581 | r245582 | |
| 90 | 90 | When PB.6 is pulled low, the language switches can be read. There are four. |
| 91 | 91 | They connect to the button rows. When enabled, the row(s) will read low if |
| 92 | 92 | the jumper is present. English only VCC's do not have the 367 or any pads stuffed. |
| 93 | | The jumpers are labelled: french, german, spanish, and special. |
| 93 | The jumpers are labelled: French, German, Spanish, and special. |
| 94 | 94 | |
| 95 | 95 | |
| 96 | 96 | language latch: |
| 97 | 97 | --------------- |
| 98 | 98 | |
| 99 | 99 | There's an unstuffed 7474 on the board that connects to PA.6 and PA.7. It allows |
| 100 | | one to latch the state of A12 to the speech ROM. The english version has the chip |
| 100 | one to latch the state of A12 to the speech ROM. The English version has the chip |
| 101 | 101 | missing, and a jumper pulling "A12" to ground. This line is really a negative |
| 102 | 102 | enable. |
| 103 | 103 | |
| 104 | 104 | To make the VCC multi-language, one would install the 74367 (note: it must be a 74367 |
| 105 | 105 | or possibly a 74LS367. A 74HC367 would not work since they rely on the input current |
| 106 | | to keep the inputs pulled up), solder a piggybacked ROM to the existing english |
| 106 | to keep the inputs pulled up), solder a piggybacked ROM to the existing English |
| 107 | 107 | speech ROM, and finally install a 7474 dual flipflop. |
| 108 | 108 | |
| 109 | 109 | This way, the game can then detect which secondary language is present, and then it can |
| r245581 | r245582 | |
| 569 | 569 | |
| 570 | 570 | These act like another row of buttons. It is composed of two diode locations, |
| 571 | 571 | so there's up to 4 possible configurations. My board does not have either diode |
| 572 | | stuffed, so this most likely is "english". I suspect it selects which language to use |
| 572 | stuffed, so this most likely is "English". I suspect it selects which language to use |
| 573 | 573 | for the speech synth. Of course you need the other speech ROMs for this to function |
| 574 | 574 | properly. |
| 575 | 575 | |
trunk/src/mess/drivers/msx.c
| r245581 | r245582 | |
| 8148 | 8148 | COMP(1983, canonv8, 0, 0, canonv8, msx, driver_device, 0, "Canon", "V-8 (MSX1)", 0) |
| 8149 | 8149 | COMP(1983, canonv10, canonv20, 0, canonv10, msx, driver_device, 0, "Canon", "V-10 (MSX1)", 0) |
| 8150 | 8150 | COMP(1983, canonv20, 0, 0, canonv20, msx, driver_device, 0, "Canon", "V-20 (MSX1)", 0) |
| 8151 | | COMP(1983, canonv20e, canonv20, 0, canonv20, msx, driver_device, 0, "Canon", "V-20E (MSX1)", 0) // Different euro keyboard layout? |
| 8152 | | COMP(1983, canonv20f, canonv20, 0, canonv20, msx, driver_device, 0, "Canon", "V-20F (MSX1)", 0) // Different french keyboard layout? |
| 8153 | | COMP(1983, canonv20g, canonv20, 0, canonv20, msx, driver_device, 0, "Canon", "V-20G (MSX1)", 0) // Different german keyboard layout? |
| 8154 | | COMP(1983, canonv20s, canonv20, 0, canonv20, msx, driver_device, 0, "Canon", "V-20S (MSX1)", 0) // Different spanish keyboard layout? |
| 8151 | COMP(1983, canonv20e, canonv20, 0, canonv20, msx, driver_device, 0, "Canon", "V-20E (MSX1)", 0) // Different Euro keyboard layout? |
| 8152 | COMP(1983, canonv20f, canonv20, 0, canonv20, msx, driver_device, 0, "Canon", "V-20F (MSX1)", 0) // Different French keyboard layout? |
| 8153 | COMP(1983, canonv20g, canonv20, 0, canonv20, msx, driver_device, 0, "Canon", "V-20G (MSX1)", 0) // Different German keyboard layout? |
| 8154 | COMP(1983, canonv20s, canonv20, 0, canonv20, msx, driver_device, 0, "Canon", "V-20S (MSX1)", 0) // Different Spanish keyboard layout? |
| 8155 | 8155 | COMP(1984, mx10, 0, 0, mx10, msx, driver_device, 0, "Casio", "MX-10 (MSX1)", 0) |
| 8156 | 8156 | COMP(1984, mx101, mx10, 0, mx101, msx, driver_device, 0, "Casio", "MX-101 (MSX1)", 0) |
| 8157 | 8157 | COMP(1984, mx15, mx10, 0, mx15, msx, driver_device, 0, "Casio", "MX-15 (MSX1)", 0) |
trunk/src/mess/video/911_chr.h
| r245581 | r245582 | |
| 12 | 12 | I don't know how close to this standard the character sets used by the |
| 13 | 13 | 911 VDT are. |
| 14 | 14 | |
| 15 | | The japanese terminal uses 8-bit character codes. The 128 first characters |
| 15 | The Japanese terminal uses 8-bit character codes. The 128 first characters |
| 16 | 16 | are identical to the US character set (except that '\' is replaced by the |
| 17 | 17 | Yen symbol), and the next 128 characters include the katakana syllabus. |
| 18 | 18 | Kanji ideograms are not supported in this scheme. |
| 19 | 19 | |
| 20 | | The arabic terminal uses 8-bit character codes, too. It requires |
| 20 | The Arabic terminal uses 8-bit character codes, too. It requires |
| 21 | 21 | additional code in the TI990 OS for correct operation, as the keyboard |
| 22 | 22 | returns codes for isolated characters (i.e. without ligatures), which need |
| 23 | 23 | to be substituted with codes with correct context-dependent ligatures. |
| 24 | 24 | And both OS and application programs need to support the fact that the |
| 25 | 25 | writing direction can be either right-to-left or left-to-right, according |
| 26 | | to whether the characters are latin or arabic. |
| 26 | to whether the characters are Latin or Arabic. |
| 27 | 27 | |
| 28 | 28 | As the original ROMs have not been dumped yet, I recreated the matrices |
| 29 | 29 | from various matrix printouts in TI documentation. |
| 30 | 30 | */ |
| 31 | 31 | /* |
| 32 | | The arabic character set is not implemented, because documentation is ambiguous |
| 32 | The Arabic character set is not implemented, because documentation is ambiguous |
| 33 | 33 | (it says there are 115 characters, but I can hardly see 80 characters in the |
| 34 | 34 | attached table), and the character matrices are not documented. |
| 35 | 35 | */ |
| r245581 | r245582 | |
| 47 | 47 | /* extra symbols for national character sets */ |
| 48 | 48 | char_defs_pound = char_defs_katakana_base+128, /* pound sign (UK 0x23, French WP 0x23) */ |
| 49 | 49 | char_defs_yen, /* yen sign (Japan 0x5C) */ |
| 50 | | char_defs_auml, /* latin small letter a with diaeresis (Swedish/Finish 0x7B, German 0x7B) */ |
| 51 | | char_defs_Auml, /* latin capital letter A with diaeresis (Swedish/Finish 0x5B, German 0x5B) */ |
| 52 | | char_defs_Aring, /* latin capital letter A with ring above (Swedish/Finish 0x5D, Norwegian/Danish 0x5D) */ |
| 53 | | char_defs_uuml, /* latin small letter u with diaeresis (Swedish/Finish 0x7E, German 0x7D) */ |
| 54 | | char_defs_aring, /* latin small letter a with ring above (Swedish/Finish 0x7D, Norwegian/Danish 0x7D) */ |
| 55 | | char_defs_Uuml, /* latin capital letter U with diaeresis (German 0x5D) */ |
| 56 | | char_defs_ouml, /* latin small letter o with diaeresis (German 0x7C) */ |
| 57 | | char_defs_Ouml, /* latin capital letter O with diaeresis (German 0x5C) */ |
| 58 | | char_defs_szlig, /* latin small letter sharp s (German 0x7E) */ |
| 59 | | char_defs_aelig, /* latin small letter ae (Norwegian/Danish 0x7B) */ |
| 60 | | char_defs_AElig, /* latin capital letter AE (Norwegian/Danish 0x5B) */ |
| 61 | | char_defs_oslash, /* latin small letter o with stroke (Norwegian/Danish 0x7C) */ |
| 62 | | char_defs_Oslash, /* latin capital letter O with stroke (Norwegian/Danish 0x5C) */ |
| 63 | | char_defs_agrave, /* latin small letter a with grave (French WP 0x40) */ |
| 50 | char_defs_auml, /* Latin small letter a with diaeresis (Swedish/Finish 0x7B, German 0x7B) */ |
| 51 | char_defs_Auml, /* Latin capital letter A with diaeresis (Swedish/Finish 0x5B, German 0x5B) */ |
| 52 | char_defs_Aring, /* Latin capital letter A with ring above (Swedish/Finish 0x5D, Norwegian/Danish 0x5D) */ |
| 53 | char_defs_uuml, /* Latin small letter u with diaeresis (Swedish/Finish 0x7E, German 0x7D) */ |
| 54 | char_defs_aring, /* Latin small letter a with ring above (Swedish/Finish 0x7D, Norwegian/Danish 0x7D) */ |
| 55 | char_defs_Uuml, /* Latin capital letter U with diaeresis (German 0x5D) */ |
| 56 | char_defs_ouml, /* Latin small letter o with diaeresis (German 0x7C) */ |
| 57 | char_defs_Ouml, /* Latin capital letter O with diaeresis (German 0x5C) */ |
| 58 | char_defs_szlig, /* Latin small letter sharp s (German 0x7E) */ |
| 59 | char_defs_aelig, /* Latin small letter ae (Norwegian/Danish 0x7B) */ |
| 60 | char_defs_AElig, /* Latin capital letter AE (Norwegian/Danish 0x5B) */ |
| 61 | char_defs_oslash, /* Latin small letter o with stroke (Norwegian/Danish 0x7C) */ |
| 62 | char_defs_Oslash, /* Latin capital letter O with stroke (Norwegian/Danish 0x5C) */ |
| 63 | char_defs_agrave, /* Latin small letter a with grave (French WP 0x40) */ |
| 64 | 64 | char_defs_deg, /* degree sign (French WP 0x5B) */ |
| 65 | | char_defs_ccedil, /* latin small letter c with cedilla (French WP 0x5C) */ |
| 65 | char_defs_ccedil, /* Latin small letter c with cedilla (French WP 0x5C) */ |
| 66 | 66 | char_defs_sect, /* section sign (French WP 0x5D) */ |
| 67 | | char_defs_egrave, /* latin small letter e with grave (French WP 0x7B) */ |
| 68 | | char_defs_ugrave, /* latin small letter u with grave (French WP 0x7C) */ |
| 69 | | char_defs_eacute, /* latin small letter e with acute (French WP 0x7D) */ |
| 67 | char_defs_egrave, /* Latin small letter e with grave (French WP 0x7B) */ |
| 68 | char_defs_ugrave, /* Latin small letter u with grave (French WP 0x7C) */ |
| 69 | char_defs_eacute, /* Latin small letter e with acute (French WP 0x7D) */ |
| 70 | 70 | char_defs_uml, /* diaeresis (French WP 0x7E) */ |
| 71 | 71 | |
| 72 | 72 | char_defs_count /* total character count */ |
| r245581 | r245582 | |
| 87 | 87 | { 0x23, char_defs_pound } |
| 88 | 88 | }; |
| 89 | 89 | |
| 90 | | /* One japan-specific character (see below for the 128 additionnal characters) */ |
| 90 | /* One Japan-specific character (see below for the 128 additionnal characters) */ |
| 91 | 91 | static const char_override_t japanese_overrides[1] = |
| 92 | 92 | { |
| 93 | 93 | { 0x5C, char_defs_yen } |
| 94 | 94 | }; |
| 95 | 95 | |
| 96 | | /* 5 sweden/finland-specific characters */ |
| 96 | /* 5 Sweden/Finland-specific characters */ |
| 97 | 97 | static const char_override_t swedish_overrides[/*5*/7] = |
| 98 | 98 | { |
| 99 | 99 | { 0x7B, char_defs_auml }, |
| r245581 | r245582 | |
| 106 | 106 | { 0x7C, char_defs_ouml } |
| 107 | 107 | }; |
| 108 | 108 | |
| 109 | | /* 7 german-specific characters */ |
| 109 | /* 7 German-specific characters */ |
| 110 | 110 | static const char_override_t german_overrides[7] = |
| 111 | 111 | { |
| 112 | 112 | { 0x5D, char_defs_Uuml }, |
| r245581 | r245582 | |
| 118 | 118 | { 0x5B, char_defs_Auml } /* 945423-9701 rev. B p. 1-10 says 0x5D, but it must be a mistake */ |
| 119 | 119 | }; |
| 120 | 120 | |
| 121 | | /* 6 norway/denmark-specific characters */ |
| 121 | /* 6 Norway/Denmark-specific characters */ |
| 122 | 122 | static const char_override_t norwegian_overrides[6] = |
| 123 | 123 | { |
| 124 | 124 | { 0x5D, char_defs_Aring }, |
| r245581 | r245582 | |
| 129 | 129 | { 0x5C, char_defs_Oslash} |
| 130 | 130 | }; |
| 131 | 131 | |
| 132 | | /* 9 french-specific characters (word-processing model only: the data-processing model uses |
| 132 | /* 9 French-specific characters (word-processing model only: the data-processing model uses |
| 133 | 133 | the US character set, although the keyboard mapping is different from the US model) */ |
| 134 | 134 | /* WARNING: I have created the character matrices from scratch, as I have no printout of |
| 135 | 135 | the original matrices. */ |
| r245581 | r245582 | |
| 1690 | 1690 | }, |
| 1691 | 1691 | |
| 1692 | 1692 | |
| 1693 | | /* 128 additional characters for japanese terminals */ |
| 1693 | /* 128 additional characters for Japanese terminals */ |
| 1694 | 1694 | { /* 0x80 */ |
| 1695 | 1695 | 0x00, |
| 1696 | 1696 | 0x00, |