Previous 199869 Revisions Next

r33603 Sunday 30th November, 2014 at 22:29:32 UTC by Zoë Blade
Fix various typos

Squashed commit of the following:

commit 040fd169bfd6845b33d3f86fd66afb4a632605c6
Author: Zoë Blade <zoe@bytenoise.co.uk>
Date:   Sun Nov 30 22:24:30 2014 +0000

   Fix more typos in comments

commit 6121ae593008a574735427e047fdb7a16f4fa47f
Author: Zoë Blade <zoe@bytenoise.co.uk>
Date:   Sun Nov 30 22:20:37 2014 +0000

   Fix more typos

   Not all are in comments this time, but the vast majority are, and
   the rest are in printed text.  None are variable or constant names.

commit 84bc72573009bb46f5601f7257a7f7538f25cfc2
Author: Zoë Blade <zoe@bytenoise.co.uk>
Date:   Sun Nov 30 22:01:46 2014 +0000

   Fix some typos
[hash]snes.xml
[src/emu]machine.c mame.c memory.c timer.c
[src/emu/bus/nes]pirate.c
[src/emu/cpu/alto2]a2disk.c a2disp.c a2disp.h a2ether.c alto2cpu.h
[src/emu/cpu/i860]i860dec.inc
[src/emu/debug]debugcpu.h debughlp.c
[src/emu/machine]wd_fdc.h
[src/emu/sound]upd7759.c
[src/emu/ui]miscmenu.c
[src/lib/formats]thom_cas.c
[src/lib/libflac/include/FLAC]metadata.h
[src/lib/sqlite3]sqlite3.c
[src/lib/util]flac.h simple_set.h
[src/lib/winpcap]Packet32.h Win32-Extensions.h
[src/lib/zlib]deflate.c
[src/mame/audio]bzone.c
[src/mame/drivers]bbusters.c dec0.c halleys.c wheelfir.c
[src/mame/machine]3do.c decocass_tape.c fd1094.c
[src/mame/video]atarimo.c k054156_k054157_k056832.c segag80r.c
[src/mess/drivers]ptcsol.c
[src/mess/includes]sorcerer.h z80ne.h
[src/mess/machine]bbc.c

trunk/hash/snes.xml
r242114r242115
26962696<!--
26972697    <software name="smkartupa" cloneof="smkart">
26982698        <!- - Van Halen - ->
2699        <!- - Notes: this earlier prototype has a lot more memory the the final release - ->
2699        <!- - Notes: this earlier prototype has a lot more memory than the final release - ->
27002700        <description>Super Mario Kart (USA, Prototype)</description>
27012701        <year>1992</year>
27022702        <publisher>Nintendo</publisher>
trunk/src/emu/bus/nes/pirate.c
r242114r242115
666666
667667 In MESS: Supported.
668668
669 Notes: Metal Force and Buzz & Waldog only use the the first
670 4 regs and no mirroring. Janggun ui Adeul uses all features
669 Notes: Metal Force and Buzz & Waldog only use the first 4
670 regs and no mirroring. Janggun ui Adeul uses all features
671671
672672 -------------------------------------------------*/
673673
trunk/src/emu/cpu/alto2/a2disk.c
r242114r242115
10591059   /* KSTAT[14-15] are just taken from BUS[14-15] */
10601060   PUT_KSTAT_COMPLETION(m_dsk.kstat, GET_KSTAT_COMPLETION(m_bus));
10611061
1062   /* May set the the CKSUM flip-flop 44b
1062   /* May set the CKSUM flip-flop 44b
10631063    * JK flip-flop 44b (KSTAT<- clocked)
10641064    * CLK  SYSCLKA'
10651065    * J    !BUS[13]
trunk/src/emu/cpu/alto2/a2disp.c
r242114r242115
154154/**
155155 * @brief PROM a66 is a 256x4 bit (type 3601)
156156 * <PRE>
157 * Address lines are driven by H[1] to H[128] of the the horz. line counters.
157 * Address lines are driven by H[1] to H[128] of the horz. line counters.
158158 * PROM is enabled when H[256] and H[512] are both 0.
159159 *
160160 * Q1 is VSYNC for the odd field (with H1024=0)
trunk/src/emu/cpu/alto2/a2disp.h
r242114r242115
274274 * @brief vertical blank and synch PROM
275275 *
276276 * PROM a66 is a 256x4 bit (type 3601), containing the vertical blank + synch.
277 * Address lines are driven by H[1] to H[128] of the the horz. line counters.
277 * Address lines are driven by H[1] to H[128] of the horz. line counters.
278278 * The PROM is enabled whenever H[256] and H[512] are both 0.
279279 */
280280UINT8* m_disp_a66;
trunk/src/emu/cpu/alto2/a2ether.c
r242114r242115
560560      PUT_ETH_WLF(m_eth.status, 0);
561561      m_eth.tx_timer->adjust(attotime::from_usec(5.44), -1);
562562   } else {
563      // transmit teh next word after 5.44us
563      // transmit the next word after 5.44us
564564      m_eth.tx_timer->adjust(attotime::from_usec(5.44), arg + 1);
565565   }
566566   eth_wakeup();
trunk/src/emu/cpu/alto2/alto2cpu.h
r242114r242115
536536    * \brief current micro instruction's register selection
537537    * The emulator F2s ACSOURCE and ACDEST modify this.
538538    * Note: The S registers are addressed by the original RSEL[0-4],
539    * even when the the emulator modifies this.
539    * even when the emulator modifies this.
540540    */
541541   UINT8 m_rsel;
542542   UINT8 m_d_rsel;                                 //!< decoded RSEL[0-4]
trunk/src/emu/cpu/i860/i860dec.inc
r242114r242115
13911391   if (auto_inc)
13921392      set_iregval (isrc2, eff);
13931393
1394   /* Update the the pixel mask depending on the pixel size.  Shift PM
1394   /* Update the pixel mask depending on the pixel size.  Shift PM
13951395      right by 8/2^ps bits.  */
13961396   if (ps == 0)
13971397      pm = (pm >> 8) & 0x00;
trunk/src/emu/debug/debugcpu.h
r242114r242115
514514/* return the physical address corresponding to the given logical address */
515515int debug_cpu_translate(address_space &space, int intention, offs_t *address);
516516
517/* return a byte from the the specified memory space */
517/* return a byte from the specified memory space */
518518UINT8 debug_read_byte(address_space &space, offs_t address, int apply_translation);
519519
520/* return a word from the the specified memory space */
520/* return a word from the specified memory space */
521521UINT16 debug_read_word(address_space &space, offs_t address, int apply_translation);
522522
523/* return a dword from the the specified memory space */
523/* return a dword from the specified memory space */
524524UINT32 debug_read_dword(address_space &space, offs_t address, int apply_translation);
525525
526/* return a qword from the the specified memory space */
526/* return a qword from the specified memory space */
527527UINT64 debug_read_qword(address_space &space, offs_t address, int apply_translation);
528528
529529/* return 1,2,4 or 8 bytes from the specified memory space */
trunk/src/emu/debug/debughlp.c
r242114r242115
237237      "\n"
238238      "  cheatinit [<address>,<length>[,<cpu>]] -- initialize the cheat search to the selected memory area\n"
239239      "  cheatrange <address>,<length> -- add to the cheat search the selected memory area\n"
240      "  cheatnext <condition>[,<comparisonvalue>] -- continue cheat search comparing with the the last value\n"
241      "  cheatnextf <condition>[,<comparisonvalue>] -- continue cheat search comparing with the the first value\n"
240      "  cheatnext <condition>[,<comparisonvalue>] -- continue cheat search comparing with the last value\n"
241      "  cheatnextf <condition>[,<comparisonvalue>] -- continue cheat search comparing with the first value\n"
242242      "  cheatlist [<filename>] -- show the list of cheat search matches or save them to <filename>\n"
243243      "  cheatundo -- undo the last cheat search (state only)\n"
244244   },
trunk/src/emu/machine.c
r242114r242115
5151
5252            - calls config_load_settings() [config.c] to load the configuration file
5353            - calls nvram_load [machine/generic.c] to load NVRAM
54            - calls ui_display_startup_screens() [ui.c] to display the the startup screens
54            - calls ui_display_startup_screens() [ui.c] to display the startup screens
5555            - begins resource tracking (level 2)
5656            - calls soft_reset() [mame.c] to reset all systems
5757
trunk/src/emu/machine/wd_fdc.h
r242114r242115
238238   //  Live states change continually depending on the disk contents
239239   //  until the next externally discernable event is found.  They
240240   //  are checkpointing, run until an event is found, then they wait
241   //  for it.  When an event eventually happen the the changes are
241   //  for it.  When an event eventually happens, the changes are
242242   //  either committed or replayed until the sync event time.
243243   //
244244   //  The transition to IDLE is only done on a synced event.  Some
trunk/src/emu/mame.c
r242114r242115
5555
5656            - calls config_load_settings() [config.c] to load the configuration file
5757            - calls nvram_load [machine/generic.c] to load NVRAM
58            - calls ui_display_startup_screens() [ui.c] to display the the startup screens
58            - calls ui_display_startup_screens() [ui.c] to display the startup screens
5959            - begins resource tracking (level 2)
6060            - calls soft_reset() [mame.c] to reset all systems
6161
trunk/src/emu/memory.c
r242114r242115
28682868      }
28692869      while (base_address != end_address + 1);
28702870
2871      // Efficient method to go the the next range start given a mirroring mask
2871      // Efficient method to go to the next range start given a mirroring mask
28722872      base_mirror = (base_mirror + 1 + ~bytemirror) & bytemirror;
28732873   }
28742874   while (base_mirror);
trunk/src/emu/sound/upd7759.c
r242114r242115
571571         m_state = STATE_DUMMY2;
572572         break;
573573
574      /* Second dummy state: ignore any data here and issue a request for the the sixth byte */
574      /* Second dummy state: ignore any data here and issue a request for the sixth byte */
575575      /* The expected response will be the first block header */
576576      case STATE_DUMMY2:
577577         m_offset++;
trunk/src/emu/timer.c
r242114r242115
237237         if (m_screen == NULL)
238238            fatalerror("timer '%s': unable to find screen '%s'\n", tag(), m_screen_tag);
239239
240         // set the timer to to fire immediately
240         // set the timer to fire immediately
241241         m_first_time = true;
242242         m_timer->adjust(attotime::zero, m_param);
243243         break;
trunk/src/emu/ui/miscmenu.c
r242114r242115
16531653      percentage = (float)(curval - curslider->minval) / (float)(curslider->maxval - curslider->minval);
16541654      default_percentage = (float)(curslider->defval - curslider->minval) / (float)(curslider->maxval - curslider->minval);
16551655
1656      /* assemble the the text */
1656      /* assemble the text */
16571657      tempstring.ins(0, " ").ins(0, curslider->description);
16581658
16591659      /* move us to the bottom of the screen, and expand to full width */
trunk/src/lib/formats/thom_cas.c
r242114r242115
2020   raw wave. It saves some time & memory but disables the ability to "hear" the
2121   cassette.
2222   This does not affect raw wave files.
23   Also, we do not do this for k5 files because the the corresponding wave
23   Also, we do not do this for k5 files because the corresponding wave
2424   files are more compact anyway. */
2525/* It must be set accordingly in machine/thomson.c */
2626
trunk/src/lib/libflac/include/FLAC/metadata.h
r242114r242115
665665 *
666666 * - Create a new chain using FLAC__metadata_chain_new().  A chain is a
667667 *   linked list of FLAC metadata blocks.
668 * - Read all metadata into the the chain from a FLAC file using
668 * - Read all metadata into the chain from a FLAC file using
669669 *   FLAC__metadata_chain_read() or FLAC__metadata_chain_read_ogg() and
670670 *   check the status.
671671 * - Optionally, consolidate the padding using
r242114r242115
16901690 *  For convenience, a trailing NUL is added to the entry if it doesn't have
16911691 *  one already.
16921692 *
1693 *  Depending on the the value of \a all, either all or just the first comment
1693 *  Depending on the value of \a all, either all or just the first comment
16941694 *  whose field name(s) match the given entry's name will be replaced by the
16951695 *  given entry.  If no comments match, \a entry will simply be appended.
16961696 *
trunk/src/lib/sqlite3/sqlite3.c
r242114r242115
6454464544   assert( mem1.zMalloc==0 );
6454564545
6454664546   /* rc==0 here means that one of the keys ran out of fields and
64547   ** all the fields up to that point were equal. Return the the default_rc
64547   ** all the fields up to that point were equal. Return the default_rc
6454864548   ** value.  */
6454964549   return pPKey2->default_rc;
6455064550}
r242114r242115
6490764907   assert( mem1.zMalloc==0 );
6490864908
6490964909   /* rc==0 here means that one or both of the keys ran out of fields and
64910   ** all the fields up to that point were equal. Return the the default_rc
64910   ** all the fields up to that point were equal. Return the default_rc
6491164911   ** value.  */
6491264912   assert( CORRUPT_DB
6491364913      || pPKey2->default_rc==vdbeRecordCompareDebug(nKey1, pKey1, pPKey2)
r242114r242115
7781377813** Note that with flags==EXPRDUP_REDUCE, this routines works on full-size
7781477814** (unreduced) Expr objects as they or originally constructed by the parser.
7781577815** During expression analysis, extra information is computed and moved into
77816** later parts of teh Expr object and that extra information might get chopped
77816** later parts of the Expr object and that extra information might get chopped
7781777817** off if the expression is reduced.  Note also that it does not work to
7781877818** make a EXPRDUP_REDUCE copy of a reduced expression.  It is only legal
7781977819** to reduce a pristine expression tree from the parser.  The implementation
r242114r242115
8252982529** in the index (N).  The second argument (C) is only used for STAT3 and STAT4.
8253082530**
8253182531** This routine allocates the Stat4Accum object in heap memory. The return
82532** value is a pointer to the the Stat4Accum object encoded as a blob (i.e.
82532** value is a pointer to the Stat4Accum object encoded as a blob (i.e.
8253382533** the size of the blob is sizeof(void*) bytes).
8253482534*/
8253582535static void statInit(
r242114r242115
8636686366**          no rowid btree for a WITHOUT ROWID.  Instead, the canonical
8636786367**          data storage is a covering index btree.
8636886368**     (2)  Bypass the creation of the sqlite_master table entry
86369**          for the PRIMARY KEY as the the primary key index is now
86369**          for the PRIMARY KEY as the primary key index is now
8637086370**          identified by the sqlite_master table entry of the table itself.
8637186371**     (3)  Set the Index.tnum of the PRIMARY KEY Index object in the
8637286372**          schema to the rootpage from the main table.
trunk/src/lib/util/flac.h
r242114r242115
7979   UINT32                  m_block_size;           // block size
8080
8181   // header stripping
82   bool                    m_strip_metadata;       // strip the the metadata?
82   bool                    m_strip_metadata;       // strip the metadata?
8383   UINT32                  m_ignore_bytes;         // how many bytes to ignore when writing
8484   bool                    m_found_audio;          // have we hit the audio yet?
8585};
trunk/src/lib/util/simple_set.h
r242114r242115
150150               merge(left, parentNode);
151151               merge(right, parentNode);
152152
153               // Now we're the the root
153               // Now we're the root
154154               m_root = parentNode;
155155            }
156156            else
trunk/src/lib/winpcap/Packet32.h
r242114r242115
135135                  ///< from the beginning of the current capture. This value includes the packets
136136                  ///< lost by the driver.
137137   UINT bs_drop;       ///< number of packets that the driver lost from the beginning of a capture.
138                  ///< Basically, a packet is lost when the the buffer of the driver is full.
138                  ///< Basically, a packet is lost when the buffer of the driver is full.
139139                  ///< In this situation the packet cannot be stored and the driver rejects it.
140140   UINT ps_ifdrop;     ///< drops by interface. XXX not yet supported
141141   UINT bs_capt;       ///< number of packets that pass the filter, find place in the kernel buffer and
trunk/src/lib/winpcap/Win32-Extensions.h
r242114r242115
4545*/
4646struct pcap_send_queue
4747{
48   u_int maxlen;       ///< Maximum size of the the queue, in bytes. This variable contains the size of the buffer field.
48   u_int maxlen;       ///< Maximum size of the queue, in bytes. This variable contains the size of the buffer field.
4949   u_int len;          ///< Current size of the queue, in bytes.
5050   char *buffer;       ///< Buffer containing the packets to be sent.
5151};
trunk/src/lib/zlib/deflate.c
r242114r242115
160160
161161/* ===========================================================================
162162 * Update a hash value with the given input byte
163 * IN  assertion: all calls to to UPDATE_HASH are made with consecutive
163 * IN  assertion: all calls to UPDATE_HASH are made with consecutive
164164 *    input characters, so that a running hash key can be computed from the
165165 *    previous key instead of complete recalculation each time.
166166 */
r242114r242115
173173 * the previous length of the hash chain.
174174 * If this file is compiled with -DFASTEST, the compression level is forced
175175 * to 1, and no hash chains are maintained.
176 * IN  assertion: all calls to to INSERT_STRING are made with consecutive
176 * IN  assertion: all calls to INSERT_STRING are made with consecutive
177177 *    input characters and the first MIN_MATCH bytes of str are valid
178178 *    (except for the last MIN_MATCH-1 bytes of the input file).
179179 */
trunk/src/mame/audio/bzone.c
r242114r242115
339339      5.0 * RES_VOLTAGE_DIVIDER(BZ_R7, BZ_R6),            /* INP0 */
340340      5.0 * RES_VOLTAGE_DIVIDER(BZ_R7, RES_2_PARALLEL(CD4066_R_ON + BZ_R5, BZ_R6)))   /* INP1 */
341341   /* R5, R6, R7 all affect the following circuit charge discharge rates */
342   /* they are not emulated as their effect is less the the 5% component tolerance */
342   /* they are not emulated as their effect is less than the 5% component tolerance */
343343   DISCRETE_RCDISC3(NODE_62,                               /* IC K5, pin 7 */
344344      1, NODE_61, BZ_R8, BZ_R9, BZ_C13, -0.5)
345345
trunk/src/mame/drivers/bbusters.c
r242114r242115
191191
1921922. Oddly enough, the emulation completely misses the huge zombie that jumps
193193out during the attract demo right before the text story text comes in.
194When you hear the the high pitch "zing" sound, there should be a zombie nearly
194When you hear the high pitch "zing" sound, there should be a zombie nearly
195195the entire size of the screen.
196196
197197
trunk/src/mame/drivers/dec0.c
r242114r242115
22142214
22152215Rom 21 is full of 0's... i cleaned and re-dumped
22162216it numerous times, but i just got 0's everytime.
2217It contains some of the the graphics for enemies
2218on the opening stage at the very least.
2217It contains some of the graphics for enemies on
2218the opening stage at the very least.
22192219
22202220enjoy..
22212221
trunk/src/mame/drivers/halleys.c
r242114r242115
798798          Each star map is generated by two data sets pointed by the second source
799799          address. The first 256-byte set has scattered bits to reflect the star
800800          population while the second 256-byte set appears to have random values.
801          When the game runs the the star fields are updated a small portion at a
802          time by a third data set containing gradient patterns which may indicate
803          gray shades or alpha levels.
801          When the game runs the star fields are updated a small portion at a time
802          by a third data set containing gradient patterns which may indicate gray
803          shades or alpha levels.
804804
805805          Halley's Comet draws and clears the two star fields as if they are
806806          independent from the backgrounds, making it a total of four scrollable
trunk/src/mame/drivers/wheelfir.c
r242114r242115
1313- various gfx size/pos glitches (gaps, extra rows of pixels here and there)
1414- real gfx zoom, based on the zoom params, not lookup table
1515- apply double buffering (sometimes gfx is displayed at y+256 every other frame (extra bits are currently masked out))
16- fix road/sky (extra bits in teh scroll reg. are there two bitmap buffers? )
16- fix road/sky (extra bits in the scroll reg. are there two bitmap buffers? )
1717- bitmap layer clearing
1818- fix wrong coords of sprites rendered into the bitmap layer (intro car)
1919- is toggle_bit really a vblank  bit ? or somethign else (blitter status ?)
trunk/src/mame/machine/3do.c
r242114r242115
499499   case 0x0100/4:  /* 03300100 - SPRSTRT - Start the CEL engine (W) */
500500   case 0x0104/4:  /* 03300104 - SPRSTOP - Stop the CEL engine (W) */
501501   case 0x0108/4:  /* 03300108 - SPRCNTU - Continue the CEL engine (W) */
502   case 0x010c/4:  /* 0330010c - SPRPAUS - Pause the the CEL engine (W) */
502   case 0x010c/4:  /* 0330010c - SPRPAUS - Pause the CEL engine (W) */
503503      break;
504504   case 0x0110/4:  /* 03300110 - CCOBCTL0 - CCoB control (RW) */
505505      m_madam.ccobctl0 = data;
trunk/src/mame/machine/decocass_tape.c
r242114r242115
2525/* Note on a tapes leader-BOT-data-EOT-trailer format:
2626 * A cassette has a transparent piece of tape on both ends,
2727 * leader and trailer. And data tapes also have BOT and EOT
28 * holes, shortly before the the leader and trailer.
28 * holes, shortly before the leader and trailer.
2929 * The holes and clear tape are detected using a photo-resitor.
3030 * When rewinding, the BOT/EOT signal will show a short
3131 * pulse and if rewind continues a constant high signal later.
trunk/src/mame/machine/fd1094.c
r242114r242115
6363    that changes at every address. To prevent that double use, the CPU fetches
6464    the 8-bit key from a different place when decrypting words 0-3, but this only
6565    happens after wrapping around at least once; when decrypting the first four
66    words of memory, which correspond the the initial SP and initial PC vectors,
66    words of memory, which correspond to the initial SP and initial PC vectors,
6767    the 8-bit key is taken from bytes 0-3 of RAM. Instead, when fetching the
6868    vectors, the global key is handled differently, to prevent double use of
6969    those bytes. But this special handling of the global key doesn't apply to
trunk/src/mame/video/atarimo.c
r242114r242115
660660   if (!m_upper.set(input.data_upper))
661661      return false;
662662
663   // determine teh upper shift amount
663   // determine the upper shift amount
664664   UINT16 temp = m_lower.mask();
665665   m_uppershift = 0;
666666   while (temp != 0)
trunk/src/mame/video/k054156_k054157_k056832.c
r242114r242115
5656
5757Communication with these ics go through 4 memory zones:
5858  1000/2000 bytes: access to the currently selected ram bank
59       2000 bytes: readonly access the the currently select tile
59       2000 bytes: readonly access to the currently selected tile
6060                   rom bank for rom checksumming
6161         40 bytes: writeonly access to the first register bank
6262          8 bytes: writeonly access to the second register bank
trunk/src/mame/video/segag80r.c
r242114r242115
421421
422422WRITE8_MEMBER(segag80r_state::monsterb_videoram_w)
423423{
424   /* accesses to the the area $f040-$f07f go to background palette if */
424   /* accesses to the area $f040-$f07f go to background palette if */
425425   /* the palette access enable bit is set */
426426   if ((offset & 0x1fc0) == 0x1040 && (m_video_control & 0x40))
427427   {
r242114r242115
491491
492492WRITE8_MEMBER(segag80r_state::pignewt_videoram_w)
493493{
494   /* accesses to the the area $f040-$f07f go to background palette if */
494   /* accesses to the area $f040-$f07f go to background palette if */
495495   /* the palette access enable bit is set */
496496   if ((offset & 0x1fc0) == 0x1040 && (m_video_control & 0x02))
497497   {
r242114r242115
574574
575575WRITE8_MEMBER(segag80r_state::sindbadm_videoram_w)
576576{
577   /* accesses to the the area $f000-$f03f go to background palette if */
577   /* accesses to the area $f000-$f03f go to background palette if */
578578   /* the palette access enable bit is set */
579579   if ((offset & 0x1fc0) == 0x1000 && (m_video_control & 0x02))
580580   {
trunk/src/mess/drivers/ptcsol.c
r242114r242115
118118   struct {
119119      int length;     /* time cassette level is at output.level */
120120      int level;      /* cassette level */
121      int bit;        /* bit to to output */
121      int bit;        /* bit to output */
122122   } output;
123123};
124124
trunk/src/mess/includes/sorcerer.h
r242114r242115
3434   struct {
3535      int length;     /* time cassette level is at output.level */
3636      int level;      /* cassette level */
37      int bit;        /* bit to to output */
37      int bit;        /* bit to output */
3838   } output;
3939};
4040
trunk/src/mess/includes/z80ne.h
r242114r242115
4545   struct {
4646      int length;     /* time cassette level is at output.level */
4747      int level;      /* cassette level */
48      int bit;        /* bit to to output */
48      int bit;        /* bit to output */
4949   } output;
5050   z80netape_speed speed;          /* 300 - 600 - 1200 */
5151   int wave_filter;
trunk/src/mess/machine/bbc.c
r242114r242115
377377
378378   /* ACCCON_TST controls paging of rom reads in the 0xFC00-0xFEFF reigon */
379379   /* if 0 the I/O is paged for both reads and writes */
380   /* if 1 the the ROM is paged in for reads but writes still go to I/O  */
380   /* if 1 the ROM is paged in for reads but writes still go to I/O */
381381   if (m_ACCCON_TST)
382382   {
383383      m_bank8->set_base(m_region_os->base() + 0x3c00);


Previous 199869 Revisions Next


© 1997-2024 The MAME Team