OSDN Git Service

[VM][General][Qt] Merge upstream 20160317.
[csp-qt/common_source_project-fm7.git] / source / history.txt
1 3/17/2016
2
3 [ALL] improve VC++2013 project files for include/lib directories and manifest
4
5 [COMMON] import Mr.Artane.'s fixes (Commits on Mar 11, 2016)
6 [EMU] import Mr.Artane.'s fixes (Commits on Mar 11, 2016)
7 [EMU] add get_sound_rate()
8
9 [VM/SCSI_CDROM] improve CD-DA mixer to reduce cpu usage
10
11 [PCENGINE/PCE] fix adpcm streaming with dma function for Ys III
12
13
14 3/16/2016
15
16 [VM/HUC6280] support busreq
17 [VM/MSM5205] support MSM5205 based on MAME 0.171
18 [VM/SCSI_CDROM] support SCSI CD-ROM drive
19 [VM/SCSI_CDROM] support NEC features based on MAME 0.171 and Ootake 2.76
20 [VM/SCSI_DEV] support more correct req timing
21 [VM/SCSI_DEV] simplify codes
22 [VM/SCSI_HDD] fix save/load state function to call SCSI_DEV's ones
23 [VM/SCSI_HDD] simplify codes
24 [VM/SCSI_HOST] suuport output bsy signal to notify bus free
25
26 [PCENGINE] support CD-ROM^2 based on MAME 0.171 and Ootake 2.76
27 [PCENGINE] change icon file
28
29
30 3/5/2016
31
32 [EMU] add force_out_debug_log() function
33
34 [VM/DEVICE] add definitions for SCSI signals
35 [VM/I8237] suuport output signal to notify terminal count
36 [VM/MB8877] support MB89311
37 [VM/SCSI_HOST] support SCSI base host adaptor
38 [VM/SCSI_DEV] support SCSI base device
39 [VM/SCSI_HDD] support SCSI hard disk drive
40 [VM/UPD71071] fix to clear registers at initialize() for debug mode
41 [VM/UPD71071] fix initial mode and mask registers values in reset()
42
43 [FMR30] fix not to use pseudo bios class when ipl rom image is loaded
44 [FMR30/SCSI] support SCSI host adaptor
45 [FMR50] fix not to use pseudo bios class when ipl rom image is loaded
46 [FMR50/BIOS] remove codes for unused memory card and power management bios
47 [FMR50/SCSI] support SCSI host adaptor
48
49
50 3/1/2016
51
52 [ALL] use integer types defined in stdint.h (uint8 -> uint8_t, etc)
53 [ALL] rename pair and scrntype to pair_t and scrntype_t
54
55 [COMMON] add get_long_full_path_name() and get_parent_dir()
56 [COMMON] rename IsFileExists() in FILEIO class to IsFileExisting()
57 [EMU] import Mr.Artane.'s fixes (Commits on Feb 27, 2016)
58 [EMU] add get_osd()
59 [EMU] add set_mouse_pointer(), set_mouse_button(), and get_mouse_button()
60 [EMU] add get_access_lamp_status() and get_led_status()
61 [EMU/DEBUGGER] avoid PostMessage() and GetAsyncKeyState()
62 [WIN32/CONSOLE] add is_console_key_pressed() and close_debugger_console()
63
64 [VM/DATAREC] fix t77 image loader (thanks Mr.Artane.)
65 [VM/DEVICE] add get_device_name() (thanks Mr.Artane.)
66 [VM/DISK] import Mr.Artane.'s fixes for eFM7/77/77AV hacks
67 [VM/MB8877] import Mr.Artane.'s fixes for eFM7/77/77AV hacks
68 [VM/MC6809] add 16/32bit read/write functions for debugger (thanks Mr.Artane.)
69 [VM/V99X8] fix macro to create color (thanks Mr.Artane.)
70 [VM/Z80DMA] fix build issue for MinGW's (older) GCC (thanks Mr.Artane.)
71
72 [FM77AV] import Mr.Artane.'s fixes (Commits on Feb 27, 2016)
73 [FM77AV] add eFM8 codes (thanks Mr.Artane.)
74 [J3100] fix build issues (thanks Mr.Artane.)
75
76
77 2/26/2016
78
79 [WINMAIN] refactor codes
80 [WIN32] fix routine to check the Windows Vista or later
81 [WIN32/INPUT] improve DirectInput codes for newer DirectX 9.0 SDK
82 [WIN32/VIDEO] improve routine to copy DirectShow buffer to vm screen buffer
83
84 [VM/HD46505] support to set character clock
85 [VM/MC6840] reimplement based on MAME 0.168
86 [VM/T3444A] fix build error
87 [VM/YM2203] fix to clear output register and mode register in reset()
88
89
90 2/21/2016
91
92 [VM/MB8877] fix timing to start read/write sector for invalid format track
93 [VM/T3444A] fix timing to start read/write sector for invalid format track
94
95 [MZ2500/CMT] fix reset signal again for Laydock
96
97
98 2/19/2016
99
100 [ALL] add VC++2013 project files
101 [ALL] change many public method names according to common naming convention
102
103 [COMMON] add create_string() function
104 [WINMAIN] copy codes to read clipboard for auto key from osd class
105 [EMU] copy codes for auto key and joystick mapping from osd class
106 [EMU/OSD] remove codes for auto key and joystick mapping
107
108 [VM/PRNFILE] fix not to register ack event in initialize() for debug build
109 [VM/MZ1P17] fix not to register ack event in initialize() for debug build
110 [VM/MZ1P17] fix font rom loader for MZ-80B/2000/2200
111
112 [MZ2200/MEMORY80B] fix green monitor color
113
114
115 2/17/2016
116
117 [EMU] improve screen stretch modes
118 [EMU/OSD] improve screen stretch modes
119
120 [VM/FMGEN] support to set left/right volumes
121 [VM/YM2151] support to set left/right volumes
122 [VM/YM2203] support to set left/right volumes
123 [VM/Z80DMA] fix timing of bus request and release
124
125 [MZ2200/MEMORY80B] fix green monitor not to refer text/back color registers
126 [MZ2200/MEMORY80B] support to swap left/right side of color and green monitors
127
128
129 2/13/2016
130
131 [VM/DISK] fix routine to calculate sector position for invalid format track
132 [VM/DISK] increase max sector number from 256 to 512
133 [VM/MB8877] improve timing to start read/write sector for invalid format track
134 [VM/MZ1P17] fix initial value of reset signal
135 [VM/PRNFILE] fix initial value of reset signal
136 [VM/T3444A] improve timing to start read/write sector for invalid format track
137
138 [MZ2200/MEMORY80B] support dual (color and green) monitors
139
140
141 2/11/2016
142
143 [VM/DISK] fix to allow fdc class to get gap3 size
144 [VM/MB8877] improve timing to start read/write sector
145 [VM/T3444A] improve timing to start read/write sector
146 [VM/T3444A] fix to wait 100usec for tnd signal after sector is finshed
147
148
149 2/10/2016
150
151 [COMMON] improve routine to apply volume to sound samples
152 [WINMAIN] improve volume dialog
153 [WINMAIN] change volume uppder limit from +20dB to 0dB
154 [WINMAIN] support joystick dialog
155 [WINMAIN] simplify codes
156 [EMU] remove function to get sound device info
157 [EMU] change keyboard/joystick/mapper data pointer to const pointer
158
159 [MZ80K/KEYBOARD] fix for constant keyboatd data pointer
160 [PC6001/PSUB] fix for constant keyboatd data pointer
161 [X1/KEYBOARD] fix for constant keyboatd data pointer
162
163
164 2/7/2016
165
166 [WINMAIN] add dialog to set sound device volumes
167 [EMU] support to get sound device info
168 [EMU] support to set left/right volumes
169
170 [VM/BEEP] support to set left/right volumes
171 [VM/DATAREC] support to set left/right volumes
172 [VM/DEVICE] add virtual function to set left/right volumes
173 [VM/LD700] support to set left/right volumes
174 [VM/PCM1BIT] support to set left/right volumes
175 [VM/SN76489AN] support to set left/right volumes
176 [VM/TMS3631] support to set left/right volumes
177 [VM/UPD7552] support to set left/right volumes
178 [VM/YM2151] support to set volume
179 [VM/YM2203] support to set volume
180 [VM/YM2413] support to set left/right volumes
181 [VM/YM2413] fix memory leak issue
182
183 [BMJR/MEMORY] support to set left/right volumes
184 [FAMILYBASIC/APU] support to set left/right volumes
185 [MULTI8] support beep sound
186 [PV1000/PSG] support to set left/right volumes
187 [SCV/SOUND] support to set left/right volumes
188
189
190 2/4/2016
191
192 [VM/TMS9995] support debugger
193
194
195 1/10/2016
196
197 [VM/MZ1P17] support ESC % 2 in MZ-1 mode
198 [VM/MZ1P17] support MZ-2/3/X1 mode
199 [VM/MZ1P17] improve hiragana mode
200 [VM/MZ1P17] support overprint in the case that line feed distance is not enough
201 [VM/MZ1P17] improve busy signal
202 [VM/MZ1P17] support ack and reset signal
203 [VM/PRNFILE] improve busy signal
204 [VM/PRNFILE] support ack and reset signal
205
206 [MZ1500] support dummy printer device and MZ-1P17
207 [MZ2200/PRINTER] support dummy printer device and MZ-1P17
208 [MZ2500/PRINTER] improve to use printer reset signal
209 [MZ2800/PRINTER] support dummy printer device and MZ-1P17
210 [MZ3500] support dummy printer device and MZ-1P17
211 [MZ5500] support dummy printer device and MZ-1P17
212 [PC8801/PC88] fix to get printer busy status
213 [PC9801] fix to get printer busy status
214 [PC98LT] fix to get printer busy status
215 [X1] support dummy printer device and MZ-1P17
216
217
218 12/31/2015
219
220 [VM/MZ1P17] support underline, hiragana mode, and color mode
221
222
223 12/30/2015
224
225 [COMMON] add jis_to_sjis() function
226 [EMU] fix to delete OSD instance after delete VM instance
227 [EMU/OSD] improve functions to manipulate bitmaps and fonts
228
229 [VM/PRNFILE] support save/load state
230 [VM/MZ1P17] support MZ-1P17
231
232 [MZ2500/PRINTER] support dummy printer device and MZ-1P17
233
234
235 12/23/2015
236
237 [ALL] fix for UNICODE character set case
238
239 [COMMON] improve create_local_path() and get_file_path_without_extensiton() not to overwrite previous result soon
240 [EMU/OSD] improve to capture screen with png file format
241 [EMU/OSD] improve functions to manipulate bitmaps and fonts
242
243 [TOOL/MZ80K] support software keyboard for MZ-80K/C
244
245
246 12/20/2015
247
248 [EMU/OSD] remove functions for pinter interface
249 [EMU/OSD] add functions to manipulate bitmaps and fonts
250
251 [VM/PRNFILE] support dummy printer device that outputs to file
252
253 [MZ80K/MEMORY] combine memory class and display class
254 [MZ80K/MEMORY] support PCG-8000/1200
255 [MZ700/MEMORY] fix PCG-700
256 [PC6001] improve to use new dummy printer device
257 [PC8801] improve to use new dummy printer device
258 [PC9801] improve to use new dummy printer device
259 [PC98LT] improve to use new dummy printer device
260 [X1] improve to use new dummy printer device
261
262
263 12/17/2015
264
265 [COMMON] add application_path() and create_local_path()
266 [COMMON] add create_date_file_path()
267 [COMMON] add get_host_time()
268 [EMU/OSD] remove EMU::application_path() and EMU::bios_path()
269 [EMU/OSD] remove OSD::create_date_file_name()
270 [EMU/OSD] remove EMU::get_host_time()
271 [WIN32/SCREEN] fix screen rotation
272
273 [EX80] improve screen
274
275
276 12/16/2015
277
278 [COMMON] improve config, common, and fileio for other environments
279 [EMU/OSD] improve lock_vm() and unlock_vm() to support nesting
280 [EMU/OSD] add force_unlock_vm() to force unlock vm ignoring nesting
281
282 [VM/DISK] improve for other environments
283 [VM/F9368] support F9368
284 [VM/FMGEN] fix to use FILEIO class (thanks Mr.Artane.)
285 [VM/LD700] improve for other environments
286 [VM/MC6809] improve for other environments
287 [VM/UPD765A] improve for other environments
288 [VM/V99X8] fix to check if screen buffer is valid or not
289
290 [EX80] support save/load state
291 [FM77AV] import Mr.Artane.'s fixes (Commits on Dec 13, 2015)
292 [J3100] fix build errors (thanks Mr.Artane.)
293 [TK80BS] support save/load state
294
295
296 12/15/2015
297
298 [WINMAIN] fix to check if button caption is multi-line or not
299
300 [VM/I8080] fix to use fetch_op() function to fetch opecode
301 [VM/I8080] support to read interrupt enabled status
302
303 [EX80] support TOSHIBA EX-80
304 [TK80BS] improve screen
305
306
307 12/10/2015
308
309 [COMMON] improve common.h for other environments
310 [WIN32/SCREEN] fix crt filter issue for eFM-7
311
312
313 12/9/2015
314
315 [EMU/OSD] add OSD class and move OS dependent codes to OSD class
316 [WIN32/SCREEN] support screen rotation 180deg and 270deg, not only 90deg
317 [WIN32/SCREEN] support to load png image from resource
318
319 [FM77AV] import Mr.Artane.'s fixes (Commits on Dec 7, 2015)
320 [PC9801] fix PC-9801-26(K) irq number on YM2203 port A again
321 [TK80BS] add printed circuit board picture and buttons
322 [X1TURBO/PSUB] fix kana key map in keyboard mode B
323
324
325 11/18/2015
326
327 [WINMAIN] support to eject disk with d88 bank selection menu open
328 [EMU/WIN32] add tape_playing(), tape_recording(), and tape_position()
329
330 [VM/*] add tape_playing(), tape_recording(), and tape_position()
331
332 [FM77AV] import Mr.Artane.'s fixes (Commits on Nov 14, 2015)
333
334
335 10/31/2015
336
337 [WIN32/INPUT] fix broken auto key function
338 [WIN32/INPUT] support to notify l/r-shift/control/menu key to virtual machine
339 [WIN32/SOUND] fix not to create a sound buffer on sound card memory
340
341 [FM77AV] import Mr.Artane.'s fixes (Commits on Oct 29, 2015)
342
343
344 10/27/2015
345
346 [VM/IO] fix build error
347 [VM/UPD765A] fix tc signal in exec phase (thanks Mr.PI.)
348
349
350 10/7/2015
351
352 [VM/DISK] import Mr.Artane.'s fixes for FM-7 PSY-O-BLADE
353 [VM/IO] improve debug log for second cpu
354
355 [FM77AV] import Mr.Artane.'s fixes (Commits on Oct 2, 2015)
356
357
358 10/6/2015
359
360 [WIN32/DEBUGGER] add > command to output the logfile
361
362 [VM/UPD7220] support vram data mask to support 12bit vram for MZ-3500
363 [VM/Z80] improve disassembler for DD/ED/FD opecodes
364
365 [MZ3500/SUB] fix character vram bit width
366 [MZ3500/SUB] fix graphic vram size
367 [MZ3500/SUB] fix to negate color palette number of kanji character screen
368
369
370 9/30/2015
371
372 [EMU/WIN32] fix eFM77AV40/EX menu issues
373
374 [VM/TMS3631] add TMS3631 based on Neko Project 2
375
376 [MZ3500/SUB] support monochrome mode
377 [MZ3500/SUB] support vertical/horizontal line
378 [MZ3500/SUB] fix character color in the case color number is zero
379 [PC9801] fix PC-9801-26(K) irq number on YM2203 port A
380 [PC9801] support PC-9801-14
381
382
383 9/29/2015
384
385 [EMU/WIN32] fix terrible mistakes (thanks Mr.Artane.)
386
387 [VM/DISK] import Mr.Artane.'s fixes for FM-7 PSY-O-BLADE
388 [VM/MB8877] import Mr.Artane.'s fixes for FM-7 series
389
390 [FM77AV] add eFM77AV40/40EX codes (thanks Mr.Artane.)
391 [FM77AV] import Mr.Artane.'s fixes (from SNAPSHOT 20150926)
392 [MZ3500/MAIN] support some dip switches
393 [MZ3500/SUB] support middle resolution monitor and green monitor
394 [PC9801] support to enable/disable sound board and sound bios
395
396
397 9/26/2015
398
399 [MZ3500/SUB] fix kanji character renderer
400 [MZ3500/SUB] fix character renderer for non transparent black color
401
402
403 9/25/2015
404
405 [MZ3500] support HALT button
406 [MZ3500/KEYBOARD] support PRO/OP mode switch
407 [MZ3500/KEYBOARD] support CL and 00 keys
408 [MZ3500/KEYBOARD] change key assign for program control keys
409 [MZ3500/MAIN] fix to add one clock wait for each m1 cycle
410 [MZ3500/MAIN] fix memory mapper to check me1/me2 signals
411 [MZ3500/MAIN] fix memory mapper to update only when register values are changed
412 [MZ3500/SUB] support kanji rom and kanji vram
413 [MZ3500/SUB] implement graphic screen renderer
414
415
416 9/23/2015-2
417
418 [MZ3500/KEYBOARD] support kana key
419
420
421 9/23/2015
422
423 [VM/UPD765A] fix index hole signal width to 5msec (thanks Mr.Sato)
424
425 [MZ3500] support SHARP MZ-3500
426 [MZ3500/KEYBOARD] implement keyboard
427 [MZ3500/SUB] enlarge ram size of sub cpu
428 [MZ3500/SUB] fix text screen renderer
429
430
431 9/17/2015
432
433 [TOOL/ANY2D88] support to convert solid image to 1dd
434 [TOOL/ANY2D88] support to convert solid image with sector size 256bytes
435
436 [WINMAIN] improve to inhibit starting screen saver
437
438 [VM/DISK] fix issue in the case that file extension of solid image is *.dsk
439 [VM/DISK] update physical disk format table
440 [VM/DISK] improve fdi converter
441 [VM/DISK] support to get am1 position in id field
442 [VM/MB8877] improve timing to start read/write sector
443 [VM/MB8877] fix to use const time to search sector in incorrect timing setting
444 [VM/T3444A] fix to use const time to search sector in incorrect timing setting
445 [VM/UPD765A] fix to use const time to search sector in incorrect timing setting
446
447 [MZ80K/DISPLAY] support green monitor for MZ-80C
448 [X1TURBO/DISPLAY] fix issue in the case that char raster is greater than 8/16
449
450
451 9/15/2015
452
453 [TOOL/ANY2D88] add new utility any2d88 that converts any format image to d88
454
455 [COMMON] add FileLength() function to FILEIO class
456 [WIN32/DEBUGGER] disable ctrl-c on the debug console
457
458 [VM/DATAREC] support to record tap format image
459 [VM/DISK] simplify image loader
460 [VM/DISK] improve cpdread converter for invalid track size table
461
462 [MZ80K/MZ80FIO] fix drive number register (thanks Mr.masa and Mr.Suga)
463
464
465 9/9/2015
466
467 [COMMON] add batch file to merge manifest file for Windows Vista or later
468
469
470 9/8/2015
471
472 [VM/DISK] fix for single density disk in double density drive
473 [VM/T3444A] support T3444A/T3444M
474
475 [BMJR] support HITACHI BASIC Master Jr
476 [MZ80K/MZ80FIO] support MZ-80FIO
477 [MZ80K/KEYBOARD] fix eisuu/kana key to toggle with kana key
478 [PC6001] fix signal connections between i8255 and PC-80S31K
479
480
481 8/28/2015
482
483 [WIN32/SCREEN] improve and simplify crt filter
484
485 [VM/DATAREC] rename SIG_DATAREC_OUT to SIG_DATAREC_MIC
486 [VM/DATAREC] rename set_context_out() to set_context_ear()
487 [VM/DEVICE] add virtual functions to get remaining time until event is expired
488 [VM/DEVICE] add functions to get remaining time until event is expired
489 [VM/MC6800] fix build error for MB8861
490 [VM/YS6522] support YS6522 based on MAME 0.164
491
492 [JR100] support National JR-100
493
494
495 8/25/2015
496
497 [WIN32/SCREEN] improve crt filter for non stretched screen
498 [WIN32/SCREEN] fix not to lock Direct3D9 offscreen surface for a long period
499
500 [PC8801/PC88] import Mr.PI.'s fixes from XM8 version 1.30
501
502
503 8/24/2015
504
505 [VM/DISK] fix to save image in d88 format if solid image is physical formatted
506 [VM/DISK] fix to save single side solid image correctly
507 [VM/DISK] fix imagedisk converter for single side disk image
508
509
510 8/23/2015
511
512 [VM/DISK] fix routine to check FM-7 DEATH FORCE
513
514
515 8/22/2015-2
516
517 [VM/DISK] support solid 1dd 280kb disk image with .img extension
518 [VM/MB8877] revert the fix in 8/22/2015
519
520 [SMC777] fix floppy drive speed to 600rpm
521
522
523 8/22/2015
524
525 [COMMON] replace many _TCHAR* to const _TCHAR* mainly for file path
526 [WIN32/DEBUGGER] improve L and W command to load/write intel hex format file
527
528 [VM/DISK] add patch for FM-7 DEATH FORCE (thanks Mr.Artane.)
529 [VM/MB8877] fix for 2d disk image on 2dd/2hd drive (thanks Mr.Artane.)
530 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
531
532 [FM77AV] import Mr.Artane.'s fixes (Commits on Aug 19, 2015)
533 [MZ2500/CRTC] fix character blinking (thanks Mr.KanegonP)
534
535
536 8/21/2015
537
538 [WIN32/INPUT] improve auto key function for us-keyboard
539 [WIN32/INPUT] support to load vm's own auto key table
540
541 [VM/DISK] support *.1dd floppy disk image
542 [VM/I286] fix build error
543 [VM/MB8877] fix to check cylinder number for read/write sector command
544
545 [SMC777] support SONY SMC-777
546
547
548 8/13/2015
549
550 [VM/HUC6280] support debugger
551 [VM/I86] fix aad instruction for NEC V30
552 [VM/I286] add NEC V30 instructions based on MAME 0.128
553
554 [PC9801U] fix to use new V30 core
555 [PC9801VF] fix to use new V30 core
556 [PC9801VM] fix to use new V30 core
557 [PC98DO] fix to use new V30 core
558 [PC98HA] fix to use new V30 core
559 [PC98LT] fix to use new V30 core
560
561
562 8/9/2015
563
564 [VM/MB8877] support MB8866
565 [VM/MB8877] improve type-2/3 command timing for E flag
566 [VM/MB8877] fix write protect status (thanks Mr.Artane.)
567
568 [MZ80A] change fdc device type from MB8876 to MB8866
569
570
571 8/8/2015
572
573 [VM/DISK] remove ugly patch for X1turbo Alpha
574 [VM/MB8877] remove ugly patch for X1turbo Alpha
575 [VM/MB8877] improve type-1 command timing
576 [VM/MB8877] improve type-2/3 command timing for E flag
577 [VM/MB8877] improve force interrupt command to finish write sector command
578 [VM/Z80SIO] improve transmitting timing for external clock signal
579
580
581 8/7/2015
582
583 [VM/DATAREC] support ASCII MSX cas format tape image (thanks Mr.Sean Young)
584 [VM/DATAREC] improve mzt converter to support fast forward/rewind
585 [VM/DISK] improve image decoder for single side and data mark missing cases
586 [VM/MB8877] fix timing to abort searching the target sector
587 [VM/MB8877] fix to raise irq signal after abort searching the target sector
588 [VM/MB8877] fix to abort write command before drq when disk is write protected
589 [VM/MB8877] fix to abort write command when lost data occurs at first drq
590 [VM/MB8877] fix to read/write data register when lost data occurs
591 [VM/MB8877] fix to show crc error when verify track number at seek command
592 [VM/MB8876] fix not to show busy after seek command for FMR-30/50/60 series
593
594
595 8/5/2015
596
597 [WINMAIN] support menu to enable/disable correct fdc timing
598
599 [VM/DISK] improve to check both id crc error and data crc error
600 [VM/I286] fix issue that emulation may go to infinite loop when cpu is halted
601 [VM/MB8877] fix index hole signal width to 5msec (thanks Mr.Sato)
602 [VM/MB8877] improve drq signal timing to check E flag of type-2 and 3 commands
603 [VM/MB8877] improve drq signal timing for write track command
604 [VM/MB8877] improve data lost timing for write sector and write track commands
605 [VM/MB8877] improve to check both id crc error and data crc error
606 [VM/UPD765A] improve timing to go to exec phase
607 [VM/UPD765A] improve to check both id crc error and data crc error
608 [VM/Z80SIO] improve transmitting timing (thanks Mr.Sato)
609
610 [FMR50/BIOS] improve to check both id crc error and data crc error
611 [FMR50/BIOS] improve write track command for sectors without data field
612 [MSX2/MEMORY] improve to check both id crc error and data crc error
613
614
615 8/3/2015
616
617 [VM/DISK] support sectors without data field
618 [VM/MB8877] improve drq signal timing for write sector command (thanks Mr.Sato)
619 [VM/MB8877] improve index hole signal width (thanks Mr.Sato)
620 [VM/MB8877] improve read/write command to wait at least 60msec after seeking
621 [VM/MB8877] improve seek command not to set seek error without verify flag
622 [VM/MB8877] improve read/write sector commands for sectors without data field
623 [VM/MB8877] improve write track command for sectors without data field
624 [VM/MB8877] improve force interrupt command to finish write track command
625 [VM/MB8877] remove ugly patch for MZ-2500 RELICS
626 [VM/UPD765A] improve read/write sector commands for sectors without data field
627 [VM/Z80SIO] improve transmitting timing (thanks Mr.Sato)
628
629
630 8/1/2015
631
632 [WINMAIN] support menu to modify write protected status of floppy disk image
633 [WINMAIN] support menu to enable/disable DirectInput for keyboard
634 [WIN32/INPUT] support to swap joystick buttons #1/#3/#5... and #2/#4/#6...
635
636 [VM/DISK] fix not to inherit the write protected status of image file
637 [VM/DISK] support to modify write protected status of floppy disk image
638 [VM/DISK] add ugly patch for FM-7 Gambler Jiko Chuushin Ha
639 [VM/MB8877] improve read/write commands to access the current track
640 [VM/MB8877] improve seek commands (thanks Mr.Artane.)
641 [VM/MB8877] suppot to set/get write protected status of floppy disk image
642 [VM/MB8877] add ugly patch for FM-7 Gambler Jiko Chuushin Ha
643 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
644 [VM/PC6031] suppot to set/get write protected status of floppy disk image
645 [VM/PTF20] suppot to set/get write protected status of floppy disk image
646 [VM/UPD765A] suppot to set/get write protected status of floppy disk image
647
648 [FM77AV] import Mr.Artane.'s fixes
649
650
651 7/31/2015
652
653 [COMMON] fix all vcproj files to disable WholeProgramOptimization option
654 [COMMON] fix all vcproj files to enable SSE2 instructions
655 [CONFIG] support ignore crc options individually for each floppy drive
656 [WINMAIN] support ignore crc options individually for each floppy drive
657
658 [VM/DISK] support ignore crc options individually for each floppy drive
659 [VM/MB8877] improve read/write commands  (thanks Mr.Artane.)
660 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
661 [VM/PC80S31K] fix m1 wait for PC-8801 series (thanks Mr.PI.)
662 [VM/PC80S31K] fix for force ready signal (thanks Mr.PI.)
663 [VM/UPD765A] fix for force ready signal (thanks Mr.PI.)
664 [VM/YM2203] improve timer timing (thanks Mr.PI.)
665 [VM/YM2151] improve timer timing (thanks Mr.PI.)
666
667 [FM77AV] import Mr.Artane.'s fixes
668 [PC8801] import Mr.PI.'s fixes from XM8 version 1.20
669
670
671 6/28/2015
672
673 [FM77AV] import Mr.Artane.'s fixes
674 [MZ2500/CMT] fix reset signal
675 [MZ2500/CRTC] improve timing for 15KHz and 24KHz mode
676 [MZ2500/MEMORY] improve vram wait in display timing
677 [PC8801] import Mr.PI.'s fixes from XM8 version 1.10
678
679
680 6/25/2015
681
682 [EMU/WIN32] add sleep(ms) for virtual machines (thanks Mr.PI.)
683 [WIN32/DEBUGGER] support * for bc/bd/be to clear/disable/enable all points
684 [WIN32/DEBUGGER] fix to accept escape key when the console is active
685
686 [VM/FMGEN] fix status register (thanks Mr.PI.)
687 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
688 [VM/YM2203] fix busy period (thanks Mr.PI.)
689
690 [FM77] add eFM77 codes (thanks Mr.Artane.)
691 [FM77AV] import Mr.Artane.'s fixes
692 [PC8801] import Mr.PI.'s fixes from XM8 version 1.00
693 [PC8801/PC88] fix to check if sio output is connected to cmt or rs232c
694
695
696 4/29/2015
697
698 [EMU/WIN32] suport to load intel hexadecimal object file format
699 [WIN32/DEBUGGER] fix my_hexatoi() for 32bit hexadecimal value
700
701 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
702
703 [FM77AV] import Mr.Artane.'s fixes
704 [Z80TVGAME] support Homebrew Z80 TV GAME SYSTEM
705
706
707 4/24/2015
708
709 [VM/DISK] fix to check only bit4-7 of sector status (thanks Mr.Artane.)
710 [VM/I386] improve i386 core based on MAME 0.160
711 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
712
713 [FM77AV] import Mr.Artane.'s fixes
714
715
716 4/10/2015
717
718 [CONFIG] remove model-dependent codes
719
720 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
721 [VM/MC6809] support debugger (thanks Mr.Artane.)
722
723 [FM77AV] import Mr.Artane.'s fixes
724 [MZ2800/MEMORY] fix memory bank swith
725
726
727 4/7/2015
728
729 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
730
731 [FM77AV] add eFM77AV codes (thanks Mr.Artane.)
732
733
734 3/28/2015
735
736 [FM7] add eFM7 codes (thanks Mr.Artane.)
737
738
739 3/26/2015
740
741 [VM/MB8877] fix not to return error status when seek to unformatted track (thanks Mr.Artane.)
742 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
743 [VM/YM2151] support mamefm.dll
744 [VM/YM2203] fix to check SUPPORT_MULTIPLE flag of mamefm.dll
745
746 [MSX2/MEMORY] import Mr.tanam's fixes
747
748
749 3/21/2015-2
750
751 [MSX2] import Mr.umaiboux's patches posted on Mr.tanam's blog
752
753
754 3/21/2015
755
756 [VM/DISK] support 1dd floppy image
757 [VM/V99X8] support V99x8 (thanks Mr.umaiboux and Zodiac)
758 [VM/V99X8] support save/load state
759 [VM/Z80] support to hook ret opecode for pseudo bios call
760
761 [MSX1] add yaMSX1 codes (thanks Mr.tanam, Mr.umaiboux and fMSX)
762 [MSX1] support save/load state
763 [MSX2] add yaMSX2 codes (thanks Mr.tanam, Mr.umaiboux and fMSX)
764 [MSX2] support save/load state
765
766
767 3/19/2015
768
769 [WIN32/INPUT] fix DirectInput issues
770
771
772 3/15/2015
773
774 [WINMAIN] support to disable Desktop Window Manager (DWM) automatically
775 [WIN32/INPUT] support DirectInput for keyboard
776
777 [VM/*] simplify including fileio.h
778 [VM/DATAREC] fix sound mixer
779 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
780 [VM/UPD7801] fix disassembler
781
782 [FM16PI] support save/load state
783 [FMR30] support save/load state
784 [FMR50] support save/load state
785 [FMR60] support save/load state
786 [FMR70] support save/load state
787 [FMR80] support save/load state
788 [FP200/IO] fix lcd driver
789
790
791 3/12/2015
792
793 [FMR50/BIOS] support to format a floppy disk image physically
794
795
796 3/12/2015
797
798 [VM/DATAREC] support to play tape sound
799 [VM/DATAREC] support FUJITSU FM-7/77 t77 format tape image (thanks Mr.Artane.)
800 [VM/EVENT] suppot to change secondary cpu clock (thanks Mr.Artane.)
801 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
802 [VM/MEMORY] support memory wait
803 [VM/PTF20] support save/load state
804 [VM/UPD765A] fix not to write sector because of tc if no data transfered
805
806 [FP200] support save/load state
807 [FP200] support memory and io wait
808 [HC20] support save/load state
809 [HC40] support save/load state
810 [HC80] support save/load state
811 [X07] support save/load state
812 [X1TURBO] support cmt control buttons
813
814
815 3/4/2015
816
817 [VM/I8255] fix save/load state
818
819 [MZ700/MEMORY] support PCG-700
820 [PC8201] support save/load state
821
822
823 3/3/2015
824
825 [CONFIG] add cmt baud rate setting (thanks FP-1100 user)
826
827 [VM/UPD765A] fix period to raise lost data for write id command
828
829 [FP1100/MAIN] fix expansion slot selection
830 [FP1100/SUB] fix color register (thanks FP-1100 user)
831 [FP1100/SUB] fix vram plane mask
832 [FP1100/SUB] support dipswitch to select cmt baud rate
833
834
835 2/28/2015
836
837 [COMMON] fix typo virtical to vertical (thanks Mr.Koucha-Youkan)
838
839 [VM/DISK] fix to use correct gap0/gap1/gap3 length for known format images
840 [VM/Z80] fix disassembler (thanks Mr.Reddam)
841
842
843 2/21/2015
844
845 [WIN32/INPUT] support to specify wait after shift key is pressed or released
846 [WIN32/SCREEN] improve crt filter for rotated screen
847 [CONFIG] add screen rotation setting
848
849 [VM/BEEP] improve sound quality
850 [VM/DATAREC] simplify sound mixer
851 [VM/DEVICE] rename bios_call() to bios_call_i86()
852 [VM/DEVICE] rename bios_int() to bios_int_i86()
853 [VM/DEVICE] add virtual function bios_call_z80()
854 [VM/DISK] support to fix sector number from big endian to little endian
855 [VM/EVENT] support more precise loop event timing
856 [VM/EVENT] improve sound quality
857 [VM/HD46505] fix to update timing after all required registers are written
858 [VM/PCM1BIT] simplify sound mixer
859 [VM/PCM1BIT] fix to suppress petite noise when go to mute
860 [VM/SN76489AN] improve sound quality
861 [VM/UPD7801] support correct serial i/o
862 [VM/Z80] support pseudo bios call
863
864 [FP1100] improve auto key timing after shift key is pressed or released
865 [FP1100] fix crtc horizontal frequency
866 [FP1100] support cmt
867 [FP1100/MAIN] support wait for i/o access
868 [FP1100/SUB] support cmt control circuit consists of some standard logic ics
869 [FP1100/SUB] support vram plane mask
870 [MZ1500] support screen rotation (thanks Mr.Koucha-Youkan)
871 [PASOPIA7/IOBUS] fix to initialize mio flag
872 [PC8801MA/PC88] improve beep and cmd sing mixer
873 [PC100] split setting for monitor type and screen rotation
874 [PV1000/PSG] improve sound quality
875
876
877 2/13/2015
878
879 [VM/UPD765A] add ugly patch for PC-8801 Kimochi Disk 2
880
881 [FP1100] change slot indices to support floppy drives
882 [FP1100/MAIN] fix to clear irq from sub cpu when raise irq to sub cpu
883 [PC8801MA/PC88] fix routine to set back color to black in color mode
884 [PC8801MA/PC88] fix crtc to clear status in set interrupt mask (thanks Mr.cisc)
885 [PC8801MA/PC88] fix crtc to restart when dma underrun does not occur
886 [PC8801MA/PC88] fix out port 0x53 (thanks Mr.Redart)
887
888
889 2/1/2015
890
891 [VM/DISK] fix condition to check if the track offset is valid
892 [VM/DISK] fix routine to trim the disk image
893
894
895 1/31/2015
896
897 [VM/DISK] improve for format operation
898 [VM/DISK] fix issue that deleted mark is mistakely recognized as crc error
899 [VM/MB8877] support write track command
900 [VM/PTF20] rename pseudo EPSON TF-20 class from TF20 to PTF20
901 [VM/PTF20] improve format command
902 [VM/TF20] support EPSON TF-20
903 [VM/UPD765A] support write id command
904
905 [HC20] support EPSON TF-20
906
907
908 1/28/2015
909
910 [VM/DATAREC] fix issue for loading state file saved while recording
911 [VM/PC6031] support save/load state
912 [VM/UPD7552] support save/load state
913 [VM/UPD7552] support init() function to specify sound rate
914 [VM/YM2203] fix to reset fmdll before registers are restored (thanks Mr.Rednow)
915
916 [FAMILYBASIC] support save/load state
917 [MULTI8/CMT] fix issue for loading state file saved while recording cmt
918 [MZ2800] support save/load state
919 [MZ5500] support save/load state
920 [MZ6500] support save/load state
921 [PC6001] fix to specify sound rate to uPD7552
922 [PC6001] support save/load state
923 [PC6001MK2] support save/load state
924 [PC6001MK2SR] support save/load state
925 [PC6601] support save/load state
926 [PC6601SR] support save/load state
927 [PC8801MA/PC88] fix issue for loading state file saved while recording cmt
928 [PC8801MA/PC88] fix crtc for dma underrun case (thanks Mr.Rednow)
929 [PC98HA] support save/load state
930 [PC98HA] fix crash issue
931 [PC98LT] support save/load state
932 [PC98LT] fix crash issue
933
934
935 1/24/2015
936
937 [COMMON] avoid _tfopen_s() and use _tfpoen() not to lock reading file
938 [WINMAIN] fix to close d88 format disk image after image titles are read
939
940 [VM/DISK] fix to save image to temporary file if image file cannot be written
941 [VM/MB8877] fix to enable REC NOT FOUND patch only for Batten Tanuki
942
943 [X1TURBO] support to select boot floppy media type 2D or 2HD
944
945
946 1/21/2015
947
948 [MZ2500/SERIAL] fix port 0xcd for specifying Z80SIO TX/RX clock frequency
949 [MZ2800/SERIAL] fix port 0xcd for specifying Z80SIO TX/RX clock frequency
950
951
952 1/19/2015
953
954 [VM/HD146818P] support save/load state
955 [VM/I386] support save/load state
956 [VM/I8080] support save/load state
957 [VM/I8155] support save/load state
958 [VM/M6502] support save/load state
959 [VM/MC6800] support save/load state
960 [VM/MC6820] support save/load state
961 [VM/MC6840] support save/load state
962 [VM/UPD4991A] support save/load state
963 [VM/UPD71071] support save/load state
964 [VM/Z80SIO] improve transmit/receive timing
965 [VM/Z80SIO] support external transmit/receive clocks
966
967 [FP1100] support save/load state
968 [MULTI8] support save/load state
969 [MYCOMZ80A] support save/load state
970 [MZ1500] support correct sio timing
971 [MZ2200] support correct sio timing
972 [MZ2500] support to switch sio port address
973 [MZ2500] support correct sio timing
974 [MZ2800] support to switch sio port address
975 [MZ2800] support correct sio timing
976 [MZ5500] support correct sio timing
977 [PASOPIA] support save/load state
978 [PASOPIA7] support save/load state
979 [PASOPIA7] fix to use standard i/o bus class
980 [PASOPIA7/IOBUS] simplify unique i/o bus class
981 [QC10] support save/load state
982 [QC10] support correct sio timing
983 [X1TURBO] support correct sio timing
984 [X1TURBO] fix to use standard i/o bus class
985 [X1TURBO/IOBUS] simplify unique i/o bus class
986
987
988 1/14/2015
989
990 [COMMON] fix to use secure string functions
991 [COMMON] add substitutes for _TCHAR and secure string functions
992
993 [VM/I386] improve i386 core again based on MAME 0.157
994
995 [MZ80A] support MZ-80AIF and floppy drives (thanks Mr.Suga)
996
997
998 1/11/2015
999
1000 [VM/MC6820] fix mc6820 build error (thanks Mr.Artane.)
1001
1002 [PC8801MA/PC88] fix RGB to COLOR_RGB macro (thanks Mr.Artane.)
1003 [PHC25] fix issue that cmt tape igam can not be correctly loaded
1004
1005
1006 1/10/2015
1007
1008 [VM/DATAREC] support NEC PC-6001 p6t format tape image (temporary)
1009 [VM/DATAREC] improve NEC PC-6001 p6 format tape image loader
1010 [VM/I386] improve i386 core based on MAME 0.157
1011 [VM/MC6847] support save/load state
1012 [VM/MSM58321] support save/load state
1013 [VM/YM2203] support to change device type to YM2608
1014
1015 [MAP1010] support save/load state
1016 [MZ80A] support save/load state
1017 [MZ80K] support save/load state
1018 [MZ1200] support save/load state
1019 [PC6001/SUB] support p6t format tape image (temporary)
1020 [PC6001/SUB] fix to start/stop data recorder by 0x19/0x1a command
1021 [PC6001/PSUB] support p6t format tape image (temporary)
1022 [PC6001/PSUB] fix cmt loader to wait 1sec between header and body
1023 [PC8801MA] support to select PC-8801-23 (OPNA) or PC-8801-11 (OPN)
1024 [PC100] support save/load state
1025 [PHC20] support save/load state
1026 [PHC25] support save/load state
1027 [PV1000] support save/load state
1028 [RX78] support save/load state
1029
1030
1031 1/1/2015
1032
1033 [PC8801MA/PC88] fix to mask bit4-7 of extended ram bank register
1034
1035
1036 12/29/2014
1037
1038 [VM/SN76489AN] support save/load state
1039 [VM/TMS9918A] support save/load state
1040 [VM/TMS9995] support save/load state
1041 [VM/UPD7801] support save/load state
1042
1043 [M5] support save/load state
1044 [MZ700] support save/load state
1045 [MZ800] support save/load state
1046 [MZ1500] support save/load state
1047 [MZ1500/KANJI] support MZ-1R23 and MZ-1R24
1048 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1049 [PV2000] support save/load state
1050 [PYUTA] support save/load state
1051 [SC3000] support save/load state
1052 [SCV] support save/load state
1053
1054
1055 12/26/2014
1056
1057 [VM/AND] support save/load state
1058 [VM/I8237] support save/load state
1059 [VM/I86] support save/load state
1060 [VM/LS244] support save/load state
1061 [VM/LS393] support save/load state
1062 [VM/NAND] support save/load state
1063 [VM/NOR] support save/load state
1064 [VM/NOT] support save/load state
1065 [VM/OR] support save/load state
1066 [VM/UPD1990A] fix to show lsb bit of second when shift register is not updated
1067 [VM/UPD7220] support save/load state
1068
1069 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1070 [PC8801MA/PC88] fix cmt issue that pacland cannot be loaded on PC-8001mkIISR
1071 [PC9801] support save/load state
1072 [PC9801E] support save/load state
1073 [PC9801U] support save/load state
1074 [PC9801VF] support save/load state
1075 [PC9801VM] support save/load state
1076 [PC98DO] support save/load state
1077
1078
1079 12/25/2014
1080
1081 [EMU/WIN32] fix to remove printer file if the file size is less than 2 bytes
1082 [EMU/WIN32] fix to initialize virtual machine when sound device type is changed
1083
1084 [VM/HD46505] support save/load state
1085 [VM/I286] support save/load state
1086 [VM/I8259] support save/load state
1087 [VM/MCS48] support save/load state
1088 [VM/UPD1990A] fix to show lsb bit of second after all bit are read
1089
1090 [MZ2200] support save/load state
1091 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1092 [PC8801MA/PC88] fix renderer for graphic screen with text attribute color
1093 [X1] support save/load state
1094 [X1TWIN] support save/load state
1095 [X1TURBO] support save/load state
1096
1097
1098 12/23/2014
1099
1100 [EMU/WIN32] simplify get/put functions for several types in file i/o class
1101
1102 [VM/BEEP] support save/load state
1103 [VM/DATAREC] support save/load state
1104 [VM/DISK] support save/load state
1105 [VM/DISK] fix issue that disk image except d88 or beta image may not be saved
1106 [VM/EVENT] fix load state function to update number of sound samples per frame
1107 [VM/FMGEN] support save/load state
1108 [VM/I8251] support save/load state
1109 [VM/I8253] support save/load state
1110 [VM/I8255] support save/load state
1111 [VM/IO] support save/load state
1112 [VM/MB8877] support save/load state
1113 [VM/PC6031] fix to initialize old_D2H
1114 [VM/PC80S31K] support save/load state
1115 [VM/PCM1BIT] support save/load state
1116 [VM/RP5C01] support save/load state
1117 [VM/UPD765A] support save/load state
1118 [VM/UPD1990A] support save/load state
1119 [VM/W3100A] support save/load state
1120 [VM/YM2151] support save/load state
1121 [VM/YM2203] support save/load state
1122 [VM/Z80] support save/load state
1123 [VM/Z80CTC] support save/load state
1124 [VM/Z80DMA] support save/load state
1125 [VM/Z80PIO] support save/load state
1126 [VM/Z80SIO] support save/load state
1127
1128 [MZ80B] support save/load state
1129 [MZ1500/QUICKDISK] fix to clear first data/send break flags
1130 [MZ2500] support save/load state
1131 [MZ2500/CMT] fix issue that Laydock is not correctly booted
1132 [PC8001MKIISR] support save/load state
1133 [PC8801MA] support save/load state
1134 [PC8801MA/PC88] fix to reset dirty NIPPY patch flag
1135 [PC8801MA/PC88] fix not to render text scree when dma ch.2 is not running
1136
1137
1138 12/18/2014
1139
1140 [EMU/WIN32] support save/load state
1141 [EMU/WIN32] support get/put functions for several types in file i/o class
1142
1143 [VM/EVENT] support save/load state functions
1144 [VM/HUC6280] support save/load state functions
1145 [VM/I8155] fix to clear event register id in reset()
1146 [VM/I8253] fix to clear event register id in reset()
1147 [VM/UPD765A] fix to clear event register id in reset()
1148
1149 [MZ2500/CMT] fix to check the pulse width of ipl reset signal
1150 [PCENGINE] support save/load state
1151
1152
1153 12/16/2014
1154
1155 [VM/MB8877] fix to show not ready status a moment when no command is running
1156
1157 [MZ80A] add EmuZ-80A codes (thanks Mr.Suga)
1158
1159
1160 11/28/2014
1161
1162 [X1TURBO/DISPLAY] fix text renderer for 32rasters/char mode
1163
1164
1165 11/22/2014
1166
1167 [WIN32/SCREEN] support two screen stretch modes keep aspect and fill screen
1168
1169 [VM/I8080] fix debugger trace issue in busreq status
1170 [VM/I86] fix debugger trace issue in busreq status
1171 [VM/I286] fix debugger trace issue in busreq status
1172 [VM/I386] fix debugger trace issue in busreq status
1173 [VM/Z80] fix debugger trace issue in busreq status
1174
1175
1176 11/21/2014
1177
1178 [PC8801MA/PC88] fix to support multi blocks tape images
1179 [PC8801MA/PC88] add dirty patch for NIPPY
1180
1181
1182 10/29/2014
1183
1184 [PC8801MA/PC88] fix to check dma underrun in every frames
1185 [PC8801MA/PC88] fix port number of crtc status
1186 [PC8801MA/PC88] add function to read crtc parameters
1187
1188
1189 10/28/2014
1190
1191 [PC8801MA/PC88] fix crtc issue that dma underrun never occurs
1192 [PC8801MA/PC88] fix crtc status
1193
1194
1195 10/27/2014
1196
1197 [PC8801MA/PC88] revert the uPD5257 fix for CHOBIN
1198
1199
1200 10/26/2014
1201
1202 [WINMAIN] fix frame rate issue again
1203
1204
1205 10/25/2014
1206
1207 [WINMAIN] fix frame rate issue (thanks Mr.Rednow)
1208 [WIN32/DEBUGGER] fix issue about inputting decimal value
1209
1210 [VM/Z80] fix disassembler
1211
1212 [PC8801MA/PC88] fix uPD8257 dma controller
1213 [PC9801] fix PC-9801-26K bios size
1214
1215
1216 10/11/2014
1217
1218 [WIN32/DEBUGGER] fix issue that hexa value ends with d is recognized as decimal
1219
1220 [VM/Z80] fix disassembler
1221
1222 [PC8801MA/PC88] fix to press insdel key automatically when backspace is pressed
1223
1224
1225 10/10/2014
1226
1227 [VM/I8155] fix issue in the case that cpu clock is less than const frequency
1228 [VM/I8253] fix issue in the case that cpu clock is less than const frequency
1229 [VM/Z80CTC] fix issue in the case that cpu clock is less than const frequency
1230
1231 [PC8801MA/PC88] support PCG-8100
1232
1233
1234 10/4/2014
1235
1236 [PC8801MA/PC88] fix color/monochrome and 320x200/640x200 bits in port31
1237
1238
1239 9/29/2014
1240
1241 [WIN32/SCREEN] support crt filter
1242
1243 [BABBAGE2ND] update circuit board picture
1244 [PC9801U] support NEC PC-9801U
1245 [PC9801VF] support NEC PC-9801VF
1246
1247
1248 9/13/2014
1249
1250 [WIN32/DEBUGGER] support search command
1251
1252 [VM/I86] support to change IP register value from debugger console
1253 [VM/I286] support to change IP register value from debugger console
1254 [VM/I386] support to change IP register value from debugger console
1255 [VM/MC6800] support debugger
1256
1257 [HC20/MEMORY] fix keyboard chattering
1258
1259
1260 9/7/2014
1261
1262 [WIN32/DEBUGGER] support debugger console
1263
1264 [VM/DEBUGGER] support common debugger object
1265 [VM/EVENT] fix to check ownew of event before it is canceled
1266 [VM/I8080] support debugger
1267 [VM/I86] support debugger
1268 [VM/I86] remove code for i186 and i286
1269 [VM/I286] fix for i8086/i8088/i80186
1270 [VM/I286] fix not to quit REP when remained icount is less than 0
1271 [VM/I286] support debugger
1272 [VM/I386] support debugger
1273 [VM/MB8877] fix not to cancel event registered by other device
1274 [VM/MCS48] support debugger
1275 [VM/UPD7801] support debugger
1276 [VM/Z80] support debugger
1277
1278 [FM16PI] fix to use new i86 core
1279 [FMR30] fix to use new i86 core
1280 [MZ2200] fix to use new i86 core
1281 [MZ5500] fix to use new i86 core
1282 [MZ6500] fix to use new i86 core
1283 [MZ6550] fix to use new i86 core
1284 [PC8801/PC88] fix uPD8257 address and counter registers
1285 [PC100] fix to use new i86 core
1286 [PC9801] fix to use new i86 core
1287 [PC9801E] fix to use new i86 core
1288
1289
1290 8/29/2014
1291
1292 [PC8801/PC88] fix crtc to support non transparent mode
1293 [PC8801/PC88] fix crtc issue that cursor is not displayed in non attibutes mode
1294
1295
1296 8/28/2014
1297
1298 [COMMON] fix all vcproj files to set WholeProgramOptimization option
1299 [WINMAIN] support 320x240 full screen mode
1300
1301 [VM/FMGEN] update fmgen.cpp from v1.49 to v1.50 (thanks Mr.Rururu-Tan)
1302 [VM/FMGEN] update opna.cpp from v1.68 to v1.70 (thanks Mr.Rururu-Tan)
1303 [VM/DATAREC] support NEC PC-6001 cas/p6 format tape image
1304 [VM/I386] fix memory leak issue
1305 [VM/I386] fix x87 opcodes FPREM and FPREM1 based on MAME 0.154
1306 [VM/MC6847] support enable/disable signal
1307 [VM/PC6031] support NEC PC-6031 and PC-6032 (thanks Mr.Nishida)
1308 [VM/UPD765A] fix to compare all of C/H/R/N to search sector (thanks Mr.Haserin)
1309
1310 [GAMEGEAR/MEMORY] fix memory leak issue
1311
1312 [MZ2500] fix to reset only cpu and memory map in standard (non-ipl) reset
1313 [MZ2500/CMT] fix to check the pulse width of ipl reset and cmt eject signals
1314 [MZ2500/CRTC] fix 640x400, 4 colors mode for Yukara K2 (temporary)
1315 [MZ2500/FLOPPY] support i/o signal to swtich internal/external floppy drives
1316 [MZ2500/FLOPPY] remove dirty patch for Laydock
1317
1318 [PC6601] support real sub cpu emulation (thanks Mr.Moriya)
1319 [PC6601/FLOPPY] rename system to floppy
1320 [PC6601/FLOPPY] split to PC-6601 internal floppy drive class and PC-6031 class
1321 [PC6601/FLOPPY] support to switch internal/external floppy drives
1322 [PC6601/MEMORY] split to memory class and timer/irq class
1323 [PC6601/MEMORY] support CRTKILL/BUSRQ signals
1324 [PC6601/PSUB] rename keyboard to psub (pesudo sub cpu)
1325 [PC6601/PSUB] simplify cmt codes
1326
1327 [PC8801/PC88] fix text attributes
1328
1329
1330 5/15/2014
1331
1332 [PC6001] update yaPC-6001/6201/6601 codes (thanks Mr.tanam)
1333 [PC6001] support PC-80S31K floppy drives
1334 [PC6001MK2] support PC-80S31K floppy drives
1335 [PC6001MK2SR] add yaPC-6401 codes (thanks Mr.tanam)
1336 [PC6601SR] add yaPC-6801 codes (thanks Mr.tanam)
1337
1338
1339 5/1/2014
1340
1341 [VM/I286] reimplement based on MAME 0.149
1342 [VM/I286] support disassembler
1343 [VM/I386] reimplement based on MAME 0.152
1344 [VM/I386] support disassembler
1345
1346 [FMR50] split project for i286, i386 and i486
1347 [FMR60] split project for i286, i386 and i486
1348 [FMR50/MEMORY] improve memory address mask for cpu and dma
1349 [FMR50/MEMORY] support shutdown flag
1350 [FMR50/MEMORY] remove invalid color palette i/o
1351 [FMR50/MEMORY] fix text color palette #0
1352 [FMR50/MEMORY] fix text reverse/blink
1353 [FMR50/TIMER] support free run counter
1354
1355
1356 4/17/2014
1357
1358 [WINMAIN] fix resource leak issue (thanks Mr.Redart)
1359 [EMU/WIN32] fix resource leak issue (thanks Mr.Redart)
1360
1361 [VM/FMGEN] fix compiler dependent issue
1362 [VM/YM2203] support full sound generator dll features (thanks Mr.Redart)
1363
1364 [MZ1500/QUICKDISK] support *.qdf raw quick disk images
1365 [PX7/MEMORY] fix super impose signal based on openMSX-0.10.0
1366
1367
1368 4/10/2014
1369
1370 [EMU/WIN32] support to map keys to joystick buttons
1371
1372 [GAMEGEAR] fix to map keys to joystick buttons
1373 [MASTERSYSTEM] fix to map keys to joystick buttons
1374 [PX7/MEMORY] fix to add one clock wait for each m1 cycle
1375 [PC6001] update yaPC-6001/6201/6601/6801 codes (thanks Mr.tanam)
1376
1377
1378 4/8/2014
1379
1380 [EMU/WIN32] support to capture the movie sounds in DirectShow codes
1381
1382 [VM/DATAREC] support SORD M5 cas format tape image
1383 [VM/LD700] support PIONEER LD-700 laser-disc player based on openMSX-0.10.0
1384 [VM/PCM1BIT] fix noise occurs when input signals top
1385 [VM/YM2203] support to overwrite i/o mode to fixed value
1386
1387 [M5/CMT] stop loading cmt when tape image reaches the end of tape
1388 [PX7] support PIONEER PX-7 (MSX1 + laser-disc player)
1389 [PX7] fix MSX1 implements (thanks Mr.umaiboux)
1390
1391
1392 4/7/2014
1393
1394 [WINMAIN] fix issue in the case that menu bar becomes multi line
1395
1396 [VM/DATAREC] fix to output no sound signal when tape image reaches end of tape
1397 [VM/YM2203] fix build error in YM2608 case
1398
1399
1400 4/1/2014
1401
1402 [VM/TMS9918A] fix mode1 and mode1+2 to fill out of screen with back color
1403 [VM/YM2203] fix i/o port codes for AY-3-8910/8912/8913
1404 [VM/YM2203] fix assert issue in fmgen module (thanks Mr.Mamiya)
1405
1406 [PC8001MK2SR] fix ini file name
1407
1408
1409 3/26/2014
1410
1411 [EMU/WIN32] improve video recorder timing to sync to sound recorder
1412 [EMU/WIN32] improve video recorder to compress frames in another thread
1413 [EMU/WIN32] support to play a movie file
1414 [EMU/WIN32] support Fgets() in file i/o class
1415 [EMU/WIN32] support new function to get the file path without extension
1416
1417 [VM/TMS9918A] support super impose
1418
1419 [GAMEGEAR] add yaGAMEGEAR codes (thanks Mr.tanam)
1420 [MASTERSYSTEM] add yaMASTERSYSTEM codes (thanks Mr.tanam)
1421 [PC6001] update yaPC-6001 codes (thanks Mr.tanam)
1422 [PC6001MK2] add yaPC-6201 codes (thanks Mr.tanam)
1423 [PC6601] add yaPC-6601 codes (thanks Mr.tanam)
1424 [PX7] support PIONEER PX-7 (MSX1 + laser-disc player) (partial)
1425
1426
1427 1/8/2014
1428
1429 [VM/DISK] fix cpdread converter to check cylinder/side in track info block
1430 [VM/DISK] fix cpdread converter to check deleted mark
1431 [VM/MB8877] fix to seek one track when force interrupt is done
1432
1433 [MZ800/FLOPPY] connect fdc drq signal to cpu irq pin
1434 [MZ800/FLOPPY] support irq mask register
1435 [MZ800/FLOPPY] support motor on/off signal delay
1436 [MZ800/MEMORY] support monochrome display
1437 [MZ800/MEMORY] fix to connect vblank signal to Z80PIO:PA5, not hblank signal
1438
1439
1440 12/31/2013
1441
1442 [EMU/WIN32] support printer interface
1443
1444 [PC8801/PC88] support printer interface
1445 [PC9801/PRINTER] support printer interface
1446 [PC98LT/PRINTER] support printer interface
1447 [MZ800] change the floppy drive type from 2D to 2DD
1448 [X1TURBO/PRINTER] support printer interface
1449
1450
1451 12/5/2013
1452
1453 [VM/MC6840] support MC6840 (partial)
1454
1455 [PC8801/PC88] fix to show opn busy flag at the first access only for ALPHA
1456 [PC8801/PC88] support crtc reverse flag
1457
1458
1459 8/24/2013
1460
1461 [EMU/WIN32] fix access lamp renderer for Direct3D9
1462
1463 [VM/HD46505] fix to initialize frequency if vline is lesser than 400
1464 [VM/MB8877] fix not to show record not found status after drive is changed
1465 [VM/MB8877] fix to activate access lamp while searching target sector
1466 [VM/MC6847] add function to load external cgrom image
1467 [VM/MC6847] support to request bus to cpu in display timing
1468 [VM/MC6847] support color bleed in black/white pattern (thanks Mr.tanam)
1469
1470 [PC6001] add yaPC-6001 codes (thanks Mr.tanam)
1471 [X1TURBO/EMM] change EMM memory size to 320KB
1472 [X1TURBO/PSUB] fix to clear irq flag when z80 reads data from sub cpu
1473
1474
1475 8/21/2013
1476
1477 [WINMAIN] fix to use GetFullPathName() to get the parent directory
1478
1479 [VM/MB8877] modify constant period for searching sector
1480
1481
1482 8/16/2013
1483
1484 [VM/DISK] add ugly patch for X1turbo ARCUS
1485 [VM/MB8877] fix to use constant period for searching sector if disk has no skew
1486 [VM/MB8877] fix to show busy status while searching sector if sector not found
1487 [VM/Z80DMA] fix dma stop condition
1488
1489
1490 8/10/2013
1491
1492 [VM/DATAREC] fix not to skip frames while doint ff/rew
1493 [VM/DATAREC] support ff/rew for cas and tap images
1494 [VM/DATAREC] support APSS signals and doing APSS for SHARP X1
1495
1496 [MZ2200] support to select if loading mzt to ram directly or not
1497 [X1TURBO] fix cmt ff/rew speed to x16
1498 [X1TURBO/PSUB] support APSS command
1499
1500
1501 8/9/2013
1502
1503 [EMU/WIN32] improve debug log function
1504
1505 [VM/Z80DMA] fix not to reset all registers in reset command
1506
1507 [X1] support CZ-8BM2
1508 [X1/MOUSE] support serial mouse
1509
1510
1511 8/8/2013
1512
1513 [VM/DISK] fix not to convert standard disk images to d88 format images
1514 [VM/DISK] add ugly patch for X1turbo ALPHA
1515 [VM/HD46505] reset registers and timings in reset()
1516 [VM/MB8877] fix to use constant wait to search sector for standard disk image
1517 [VM/MB8877] add ugly patch for X1turbo ALPHA
1518 [VM/YM2151] fix to show busy status in a moment
1519 [VM/YM2203] fix to show busy status in a moment
1520 [VM/Z80DMA] fix dma stop condition
1521
1522 [PC8801/PC88] improve initial memory pattern
1523 [X1TURBO/DISPLAY] fix text renderer for kanji character on standard display
1524 [X1TURBO/DISPLAY] fix text renderer for 16rasters/char mode
1525 [X1TURBO/IO] fix not to add wait for text vram (temporary)
1526
1527
1528 8/2/2013
1529
1530 [EMU/WIN32] fix to create new avi file when current file is close to 2GB
1531
1532 [VM/DISK] support 1.20MB/1.44MB/2.88MB floppy disk images
1533 [VM/DISK] fix to add index mark in track image
1534 [VM/UPD765A] fix read data command when sector size or number is invalid
1535 [VM/UPD765A] fix seek time for MZ-3500
1536
1537
1538 8/1/2013
1539
1540 [VM/DEVICE] support virtual function to set or get expend cpu clocks
1541 [VM/DEVICE] support virtual function to get passed usec
1542 [VM/DEVICE] support virtual functions for dma access with i/o wait
1543 [VM/DISK] support function to get perid to transfer specified bytes
1544 [VM/DISK] support functions to get drive rpm and track size
1545 [VM/DISK] improve make track image
1546 [VM/DEVICE] support function to get passed usec
1547 [VM/I86] support function to get and set expend cpu clocks
1548 [VM/I86] fix single mode dma when busreq is active
1549 [VM/I286] support function to get and set expend cpu clocks
1550 [VM/I386] fix single mode dma when busreq is active
1551 [VM/I386] support function to get and set expend cpu clocks
1552 [VM/I386] fix single mode dma when busreq is active
1553 [VM/MB8877] improve timing of index hole, seek, search sector and transfer data
1554 [VM/MB8877] improve to raise drq signal for each data
1555 [VM/MB8877] improve timing of index hole, seek, search sector and transfer data
1556 [VM/UPD765A] improve read data command to read sector gaps among sectors
1557 [VM/UPD765A] improve read id command to read id of first found sector
1558 [VM/Z80] support function to get and set expend cpu clocks
1559 [VM/Z80] fix single mode dma when busreq is active
1560 [VM/Z80DMA] improve timing of data transfer, bus request and release
1561
1562 [PC8801/PC88] support to select hireso/standard display type
1563 [PC8801/PC88] improve memory wait (thanks Mr.Crazy Unit)
1564 [X1TURBO] fix not to input 2MHz to Z80CTC on CZ-8BS1
1565 [X1TURBO/DISPLAY] fix color reverse attribute (thanks Mr.Enri)
1566 [X1TURBO/FLOPPY] support motor on/off signal (thanks Mr.Sato)
1567 [X1TURBO/IO] improve i/o wait (thanks Mr.Sato)
1568
1569
1570 7/25/2013
1571
1572 [X1TURBO/DISPLAY] fix text renderer for vertical/horizontal doubled character
1573
1574
1575 7/24/2013
1576
1577 [WINMAIN] support 320x240 fullscreen mode
1578 [EMU/WIN32] support multiple quick disk drives and cart slots
1579 [CONFIG] support to read/write ini file
1580
1581
1582 7/23/2013
1583
1584 [WINMAIN] simplify codes for boot mode and device type menus
1585 [EMU/WIN32] fix sound recorder not to output the old samples
1586
1587 [VM/HD146818P] fix not to save backuped ram if it is not modified
1588 [VM/MCS48] fix to divide the given clocks in MCS48 class
1589 [VM/MCS48] fix not to run cpu if enough clocks are not given
1590 [VM/RP5C15] fix not to save backuped ram if it is not modified
1591
1592 [FAMILYBASIC] support to select basic rom
1593 [FAMILYBASIC/MEMORY] fix not to save backuped ram if it is not modified
1594 [FMR30/CMOS] fix not to save backuped ram if it is not modified
1595 [FMR50/CMOS] fix not to save backuped ram if it is not modified
1596 [J3100SL/SLMEMORY] fix not to save backuped ram if it is not modified
1597 [PC8801MA] support dipswitch to select memory wait on/off
1598 [PC8801MA/PC88] fix display vertical frequency
1599 [PC8801MA/PC88] fix m1 wait and ram/vram wait clocks
1600 [PC98HA/MEMORY] fix not to learn ram/ram drive/memcard if they are not modified
1601 [QC10/MEMORY] fix not to save backuped ram if it is not modified
1602 [TK80BS] support to select basic rom
1603 [MZ700/CMOS] fix not to save backuped ram if it is not modified
1604 [SCV/MEMORY] fix not to save backuped ram if it is not modified
1605 [X1TURBO/PSUB] fix key repeat timing
1606 [X1TURBO/SUB] fix signal to detect cassette tape
1607
1608
1609 5/11/2013
1610
1611 [VM/I286] reimplement based on MAME 0.148
1612 [VM/I386] reimplement based on MAME 0.148
1613 [VM/I8255] improve mode #1 and #2
1614 [VM/MCS48] support mcs48 based on MAME 0.148
1615
1616 [X1TURBO] support real sub cpu and keyboard emulation
1617 [X1TURBO/DISPLAY] fix routine to get currently displayed character address
1618 [X1TURBO/DISPLAY] fix routine to render Vx2 character
1619 [X1TURBO/PSUB] improve key repeat timing
1620
1621
1622 4/25/2013
1623
1624 [VM/DATAREC] fix mzt image converter based on Bin2Wav
1625
1626 [MZ2200] fix to reset Z80PIO in special_reset()
1627 [MZ2200/MEMORYB80] fix to load mzt image to memory only when offset is 0
1628 [MZ2200/MZ1M01] fix to reset inport value from Z80PIO in reset()
1629
1630 [PC8201] fix cpu clock from 2.4MHz to 2.4576MHz
1631 [PC8201] support cmt
1632 [PC8201] fix to reset rtc strobe signal at boot
1633
1634
1635 4/14/2013
1636
1637 [WINMAIN] support to show a message on title bar post from vm or emu class
1638 [WINMAIN] disable close media menu when media file is not opened
1639 [EMU/WIN32] add function to post a message onto title bar
1640
1641 [VM/DATAREC] fix mzt image converter to add 1sec space after header block
1642 [VM/DATAREC] support to post the tape status message onto title bar
1643 [VM/Z80PIO] fix handshake signals in bidirectional mode
1644 [VM/Z80PIO] fix masks follows bit in control register
1645 [VM/Z80PIO] fix to disable interrupt until the mask register is written
1646
1647 [MZ80B/MEMORY] support optional 2nd vram
1648 [MZ2200/MEMORY] fix not to load mzt image to memory when attribute is not $01
1649 [MZ2200/MZ1M01] support 16bit cpu board (MZ-1M01)
1650
1651
1652 3/30/2013
1653
1654 [VM/DATAREC] fix issue that sample number in recorded wav file header is 0
1655 [VM/DATAREC] improve recording wav file
1656 [VM/DATAREC] improve wave shaper function to support dB-BASIC
1657 [VM/EVENT] fix issue that continuous event causes invalid event clock
1658 [VM/Z80PIO] support handshake mode
1659
1660 [MZ2200/MEMORY] support m1 wait when ipl rom is selected
1661 [MZ2200/MEMORY] support vram access wait
1662 [MZ2200/MZ1R13] fix address increment
1663
1664
1665 3/29/2013
1666
1667 [MZ2200] support quick disk drive (MZ-1E18 and MZ-1F11)
1668 [MZ2200/MZ1R12] support to load MZ-1E18 ipl rom image
1669 [MZ2200/MZ1R13] support to switch kanji/dictionary roms
1670
1671
1672 3/28/2013
1673
1674 [WINMAIN] fix to support max 30 screen resolutions
1675
1676 [VM/DATAREC] support wave shaper function
1677 [VM/EVENT] fix not to skip frames when the sound is outputted
1678
1679
1680 3/23/2013
1681
1682 [VM/I8080] support disassembler
1683
1684 [FP200] support CASIO FP-200
1685
1686
1687 3/21/2013
1688
1689 [VM/DATAREC] fix to skip the fact chunk in wave file header
1690
1691 [MZ80B] support SHARP MZ-80B
1692 [MZ2200] support SHARP MZ-2200
1693
1694
1695 2/26/2013
1696
1697 [WINMAIN] destry window before emulation core is released
1698
1699 [PC8801MA/PC88] fix text attributes
1700
1701
1702 2/7/2013
1703
1704 [EMU/WIN32] remove the function to play media files
1705
1706 [VM/DATAREC] support fast forward and rewind
1707 [VM/DATAREC] support playing wav file
1708 [VM/HD146818P] fix to restart timer event when date/time is modified
1709 [VM/MSM58321] fix to restart timer event when date/time is modified
1710 [VM/RP5C01] fix to restart timer event when date/time is modified
1711 [VM/UPD1990A] fix to restart timer event when date/time is modified
1712 [VM/UPD4990A] fix uPD1990A compatible mode
1713 [VM/Z80] revert modifying clocks for interrupt in mode2
1714
1715 [FMR30/RTC] fix to restart timer event when date/time is modified
1716 [HC40/IO] fix to restart timer event when date/time is modified
1717 [HC80/IO] fix to restart timer event when date/time is modified
1718 [MZ2500/CASSETTE] support playing a music cassette tape
1719 [MZ2500/CASSETTE] support load/save a data cassette tape
1720 [MZ2500/CASSETTE] support fast forward and rewind a cassette tape
1721 [X07/IO] fix to restart timer event when date/time is modified
1722 [X1TURBO/SUB] fix to restart timer event when date/time is modified
1723 [X1TURBO/SUB] support fast forward and rewind a cassette tape
1724
1725 [TOOL/MZ2500] add new tool to cleanup the cassette tape for APSS
1726
1727
1728 1/23/2013
1729
1730 [WINMAIN] support drag & drop a cart or disk image files
1731
1732 [VM/HD146818P] support modifying the date and time
1733 [VM/MSM58321] renamed from RTC58321 to MSM58321
1734 [VM/MSM58321] support modifying the date and time
1735 [VM/MSM58321] support busy flag and base signal register
1736 [VM/MSM58321] remove ugly functions for FMR-50/60
1737 [VM/MS5832] removed and joined to MSM58321
1738 [VM/RP5C01] support modifying the date and time
1739 [VM/RP5C15] removed and joined to RP5C01
1740 [VM/UPD1990A] support modifying the date and time
1741 [VM/UPD1990A] remove ugly functions for PC-9801/PC-98LT
1742 [VM/UPD4991A] support modifying the date and time
1743 [VM/Z80] revert previous modification
1744 [VM/Z80] modify clocks for interrupt in mode2
1745
1746 [FM16PI] replace rtc chip from msm5832 to rtc58321
1747 [FMR30/RTC] support modifying the date and time
1748 [FMR50/TIMER] support rtc with standard signal connections
1749 [HC40/IO] support modifying the date and time
1750 [HC80/IO] support modifying the date and time
1751 [PC9801] support rtc with standard signal connections
1752 [PC9801/DISPLAY] initialize year data in memory switch
1753 [PC98LT/CALENDAR] support rtc with standard signal connections
1754 [PC100] fix rtc signal connection and now rtc works fine
1755 [PCENGINE] fix to check the selected cart is for super grafx
1756 [X07/IO] support modifying the date and time
1757 [X1TURBO/SUB] support modifying the date and time
1758
1759
1760 1/18/2013
1761
1762 [VM/DISK] fix to always save the converted disk image
1763 [VM/Z80] revert reimplemented Z80 core based on MAME 0.145
1764
1765 [PC8801MA/PC88] support n80 format tape image
1766
1767
1768 12/29/2012
1769
1770 [EMU/WIN32] support joysticks with more than 4 buttons
1771 [EMU/WIN32] support new function to get crc32 value
1772
1773 [VM/DISK] fix make_track() to consider the media type
1774 [VM/DISK] fix teledisk/imagedisk converter to get the correct media type
1775 [VM/UPD765A] fix read diagnotics to start reading at the top of 1st sector data
1776
1777 [FAMILYBASIC/PPU] fix crash issue in ppu
1778 [PC8001MK2SR] support NEC PC-8001mkIISR
1779 [PCENGINE] support NEC-HE PC Engine / SuperGrafx
1780
1781
1782 10/25/2012
1783
1784 [PC8801MA/PC88] fix dma wait cycles on V1S mode
1785
1786
1787 10/23/2012
1788
1789 [VM/HUC6280] reimplement based on MAME 0.147
1790 [VM/I286] reimplement based on MAME 0.147
1791 [VM/I386] reimplement based on MAME 0.147
1792
1793 [FAMILYBASIC/MEMORY] fix joypad status
1794 [PC8801MA/PC88] fix video memory wait on V1S mode
1795 [X1TWIN/PCE] reimplement vdc based on MESS 0.147
1796
1797
1798 8/18/2012
1799
1800 [EMU/WIN32] support to switch GDI/Direct3D9
1801
1802 [VM/UPD7220] add get_start() function
1803 [VM/YM2203] support mamefm.dll(V1)
1804
1805 [PC8801MA/PC88] fix text attributes based on m88
1806 [PC8801MA/PC88] fix to update memory wait in reset() 
1807 [PC9801/DISPLAY] fix to check gdc start status
1808
1809
1810 3/20/2012
1811
1812 [EMU/WIN32] fix not to render screen to Direct3D9 buffer while recording video
1813
1814 [VM/DEVICE] add new virtual function to nitify ei opecode is done on cpu
1815 [VM/YM2151] fix to raise/clear irq line when it is changed as level signal
1816 [VM/YM2203] fix to raise/clear irq line when it is changed as level signal
1817 [VM/Z80] fix to notify ei opecode is done on z80 core
1818
1819 [PC8801MA/PC88] fix sound irq based on m88 for Lipstick Adv and Re-Fight
1820
1821
1822 3/15/2012
1823
1824 [EMU/WIN32] fix to renew vm class instance to change cpu clock in reset()
1825
1826 [PC8801MA/PC88] support data recorder
1827 [PC8801MA/PC88] fix not to show pallete#0 color when graph screen is disabled
1828 [PC8801MA/PC88] fix to recognize ctrl + comma/period as numpad comma/period
1829
1830
1831 3/6/2012
1832
1833 [WINMAIN] fix to reset timing controls when run any extra frames to fill sound buffer
1834 [EMU/WIN32] fix to stretch offscreen buffer in both window mode and fullscreen mode
1835 [EMU/WIN32] fix to call ReleaseDC() to release the device context
1836 [EMU/WIN32] fix to call SelectObject() to select the old hBmp before release the DIBSection
1837 [EMU/WIN32] fix to start play sound buffer when virtual machine is driven
1838 [EMU/WIN32] fix to use constant threshold for joystick direction values
1839 [EMU/WIN32] support table to convert given keycodes from winmain
1840 [EMU/WIN32] fix to initialize d88 multi volume handler
1841
1842 [VM/DEVICE] add virtual function to fetch opecode
1843 [VM/FMGEN] fix to give the advanced time with chip clock, not usec
1844 [VM/YM2151] fix to initialize register #29 to enable only timer interrupt
1845 [VM/YM2151] fix to update fmgen count when read/write opm registers
1846 [VM/YM2151] fix to update fmgen count with chip clocks
1847 [VM/YM2203] fix to update fmgen count when read/write opn(a) registers
1848 [VM/YM2203] fix to update fmgen count with chip clocks
1849 [VM/Z80] fix to use new fetch_op() function to fetch opecode from memory bus
1850
1851 [PASOPIA] support floppy drives by Mr.zak
1852 [PASOPIA/DISPLAY] fix attribute and display mode by Mr.zak
1853 [PASOPIA/MEMORY] fix vram access via pio by Mr.zak
1854 [PASOPIA/PAC2] support kanji rom and joystick pac by Mr.zak
1855 [PASOPIA/RAMPAC2] support to change file to load/save rampac2 image by Mr.zak
1856
1857 [PASOPIA7] fix memory bank switch by Mr.zak
1858 [PASOPIA7/RAMPAC2] support to change file to load/save rampac2 image by Mr.zak
1859
1860 [PC8801MA] change rtc device type from uPD1990A to uPD4990A
1861 [PC8801MA/PC88] support bus mouse
1862 [PC8801MA/PC88] change memory wait cycles
1863 [PC8801MA/PC88] fix not to draw cursor before cursor position is updated
1864 [PC8801MA/PC88] fix to refer text attributes for hireso screen
1865 [PC8801MA/PC88] fix a ugly patch for attributes issue for RST Ongaku Disk 12
1866
1867
1868 2/22/2012
1869
1870 [WINMAIN] add codes to check memory leaks in debug build
1871 [VM/*] fix memory leaks
1872
1873 [MULTI8/CMT] fix not to refer other device in release() function
1874 [MZ1500/QUICKDISK] fix not to refer other device in release() function
1875 [PC9801/CMT] fix not to refer other device in release() function
1876 [TK80BS/CMT] fix not to refer other device in release() function
1877
1878
1879 2/21/2012
1880
1881 [PC8801MA/PC88] update memory wait cycles
1882
1883
1884 2/20/2012
1885
1886 [WINMAIN] support d88 disk image with multi voluemes
1887 [EMU/WIN32] update screen manager with Direct3D9
1888
1889 [VM/DISK] support d88 disk image with multi voluemes
1890
1891 [JX/DISPLAY] fix not to render screen just after screen size is changed
1892 [PC8801MA/PC88] fix to render 640x400 graph screen refering text attributes
1893 [PC8801MA/PC88] update memory/dma wait cycles based on m88 and QUASI88
1894
1895
1896 2/16/2012
1897
1898 [WINMAIN] simplify timing controls
1899 [EMU/WIN32] simplify screen manager
1900 [EMU/WIN32] fix to capture the rotated screen in vertical screen mode
1901
1902 [VM/Z80] reimplement based on MAME 0.145 Z80 core
1903
1904 [PC8801MA] support NEC PC-8801MA
1905 [PC8801MA/PC88] fix to initialize main ram pettern
1906 [PC8801MA/PC88] fix text window
1907 [PC8801MA/PC88] fix to clear vram bank when alu is active
1908 [PC98DO] remove dictionary rom, joystick and opna sound
1909
1910
1911 2/13/2012
1912
1913 [PC98DO/PC88] fix to show opn busy flag at the first access (for ALPHA)
1914
1915 [VM/EVENT] fix not to clear sound buffer index in reset function
1916 [VM/I8255] fix not to clear output signals in default setting
1917
1918
1919 2/11/2012
1920
1921 [PC98DO/PC88] fix to select hireso screen only in monochrome mode
1922 [PC98DO/PC88] fix crtc registers
1923 [PC98DO/PC88] fix the character scan lines and screen height again
1924 [PC98DO/PC88] fix to consider the number of attributes data
1925 [PC98DO/PC88] add a ugly patch for attributes issue for alpha
1926
1927 [VM/I8255] fix to clear output signals when control register is written
1928 [VM/Z80] fix not to output debug log for continuously executed halt command
1929
1930
1931 2/8/2012
1932
1933 [EMU/WIN32] fix to release all pressed keys when the main window lost focus
1934
1935 [PC98DO/PC88] fix hireso/mono graphic screen renderer
1936 [PC98DO/PC88] support dictionary rom
1937 [PC98DO/PC88] fix the character scan lines and screen height again
1938
1939
1940 2/7/2012
1941
1942 [VM/UPD765A] fix the wait time to finish seek command
1943
1944 [PC9801/DISPLAY] support semi graphics on text screen
1945
1946
1947 2/6/2012
1948
1949 [VM/YM2151] fix to raise irq when timer is expired before it is reset
1950 [VM/YM2203] support YM2608(OPNA)
1951 [VM/YM2203] fix to raise irq when timer is expired before it is reset
1952
1953 [PC98DO/PC88] fix to clear text screen when dma overrun occurs
1954 [PC98DO/PC88] fix to refer same palettes in 8/512 color mode
1955 [PC98DO/PC88] support OPNA sound (though PC-98DO does not support OPNA...)
1956 [PC98DO/PC9801] support OPNA sound (though PC-98DO does not support OPNA...)
1957
1958
1959 2/2/2012
1960
1961 [VM/Z80] fix to consider meaningless $dd/$ed/$fd
1962
1963 [PC9801] disable i/o port to change mouse irq frequency
1964 [PC9801E] disable i/o port to change mouse irq frequency
1965 [PC98DO/PC88] fix to raise vrtc irq when crtc is not started
1966
1967
1968 1/31/2012
1969
1970 [VM/UPD1990A] support uPD4990A
1971
1972 [PC98DO/PC88] support caps/kana lock
1973 [PC98DO/PC88] fix to reverse strobe signal to rtc
1974
1975
1976 1/30/2012
1977
1978 [PC98DO/PC88] fix text attributes again
1979 [PC98DO/PC88] fix not to raise irq when disk is changed
1980
1981
1982 1/29/2012
1983
1984 [PC98DO/PC88] fix to canel the requested irq when it is masked
1985 [PC98DO/PC88] fix text attributes
1986
1987
1988 1/27/2012
1989
1990 [VM/DISK] fix the routine to check d88 format
1991 [VM/EVENT] fix the event manager for sub cpu event timing
1992
1993
1994 1/25/2012
1995
1996 [WINMAIN] support to specify the minimum window width
1997
1998 [EMU/WIN32] fix the routine to detect the shift and numpad keys are pressed
1999
2000 [VM/DISK] fix to check if the inserted disk image is really d88 format
2001 [VM/EVENT] update event manager to check events in every cpu opecode
2002 [VM/HUC6260] update cpu to run only one opecode and return clocks
2003 [VM/I86] update cpu to run only one opecode and return clocks
2004 [VM/I386] update cpu to run only one opecode and return clocks
2005 [VM/M6502] update cpu to run only one opecode and return clocks
2006 [VM/MC6800] update cpu to run only one opecode and return clocks
2007 [VM/MC6809] update cpu to run only one opecode and return clocks
2008 [VM/TMS9995] update cpu to run only one opecode and return clocks
2009 [VM/UPD765A] fix to get the side number from hdu param in SHARP MZ-3500 case
2010 [VM/UPD765A] fix index hole signal width and frequency
2011 [VM/UPD7801] update cpu to run only one opecode and return clocks
2012 [VM/Z80] update cpu to run only one opecode and return clocks
2013
2014 [HC80/IO] fix the memory access violation issue when run without rom images
2015 [PC100/IOCTRL] move keyborad initialization from intialize() to reset()
2016 [PC98DO] raise irq when disk is inserted or ejected
2017 [PC98DO/MOUSE] fix not to clear the registered event when machine is reset
2018 [PC98DO/PC88] fix extended vram selection mode
2019 [PC98DO/PC88] fix the key code table for ins/del
2020 [PC98DO/PC88] fix to convert the pressed ins/f6-10 keys to shift + del/f1-f5
2021 [SC3000] support SF-7000
2022 [SC3000] fix to negate the motor on/off signal from pio pc1
2023
2024
2025 1/18/2012
2026
2027 [EMU/WIN32] support to detect the shift and numpad keys are pressed
2028
2029 [VM/I8080] fix to refer read_data8w() to fetch opcode if memory wait is active
2030 [VM/UPD765A] fix to accept seek command before other seek is not finished
2031 [VM/UPD765A] fix to accept tc in result phase after read/write commands
2032 [VM/YM2203] fix to read the input port value though the port mode is output
2033 [VM/Z80] fix to refer read_data8w() to fetch opcode if memory wait is active
2034
2035 [PC98DO/PC88] support joystick (though PC-98DO does not support joystick...)
2036 [PC98DO/PC88] fix i/o port to read expanded ram selection in $e2
2037 [PC98DO/PC88] fix i/o port to read 15KHz/24KHz monitor type in $40
2038 [PC98DO/PC88] fix hireso/mono graphic screen renderer
2039 [PC98DO/PC88] support memory access wait (temporary)
2040 [PC98DO/PC88] fix to raise busreq while dma is running in V1(S)/N mode
2041 [VM/X1TWIN] remove the routine to detect the shift and numpad keys are pressed
2042
2043
2044 1/11/2012
2045
2046 [VM/HD46505] support to update the timing settings in the event manager
2047 [VM/UPD7220] support to update the timing settings in the event manager
2048
2049 [VM/PC9801E] support to switch crt frequency
2050 [VM/PC9801VM] support to switch crt frequency
2051 [VM/PC98DO] support to switch crt frequency
2052 [VM/X1TURBO] support to switch crt frequency
2053
2054
2055 1/9/2012
2056
2057 [VM/DEVICE] add virtual function to get the id of parent event manager
2058 [VM/EVENT] fix to notify the timing changes only to child devices
2059
2060 [PC9801E] support to switch cpu clocks
2061 [PC9801VM] support to switch cpu clocks
2062 [PC98DO] support to switch cpu clocks
2063
2064
2065 1/7/2012
2066
2067 [VM/DEVICE] add virtual function to notify that timing settings are changed
2068 [VM/EVENT] fix to notify to all devices when timing settings are changed
2069 [VM/PC80S31K] add ugly patch to enable both #1 and #2 drives
2070 [VM/UPD765A] fix that recalib is successfully done though disk is unformatted
2071 [VM/YM2203] fix to update the period that fmgen is driven in vline
2072 [VM/YM2151] fix to update the period that fmgen is driven in vline
2073
2074 [PC98DO/PC88] fix to connect opn irq line to the interrupt controller
2075 [PC98DO/PC88] fix to initialize opn input ports
2076 [PC98DO/PC88] fix to access high speed tvram through dma in V1(H)/V2 mode
2077 [PC98DO/PC88] fix to draw text screen when crtc is already started
2078 [PC98DO/PC88] fix the initial attribute before it is changed
2079 [PC98DO/PC88] fix the character scan lines (temporary)
2080 [PC98DO/PC88] support 2HD disks
2081
2082
2083 1/5/2012
2084
2085 [VM/HD46505] fix the issue that vline event is not correctly registered
2086 [VM/UPD765A] fix the issue that CP/M Plus does not boot correctly on QC-10
2087
2088
2089 12/31/2011
2090
2091 [EMU/WIN32] support to change the frame timing by virtual machine
2092
2093 [VM/DEVICE] support multiple event manager
2094 [VM/DISK] support to detect the disk ejection
2095 [VM/EVENT] support multiple cpus with different clocks
2096 [VM/HD46505] fix typo
2097 [VM/I8237] support word transfer
2098 [VM/I8259] fix to wait a few time to raise irq that imr is cleared
2099 [VM/PC80S31K] support PC-80S31K floppy drives
2100 [VM/UPD765A] support non dma mode
2101 [VM/UPD765A] fix to clear irq signal when result pahse is finished
2102 [VM/UPD765A] support irq/drq mask signals
2103 [VM/UPD765A] support to detect the disk ejection
2104 [VM/Z80] support NOP in IM0 interrupt
2105
2106 [FP1100] set correct sub cpu clock
2107 [J3100] support TOSHIBA J-3100GT/SL (not work)
2108 [MZ800] reset virtual machine when boot mode is changed
2109 [PC9801] support 320KB floppy drives
2110 [PC9801VM] support NEC PC-9801VM
2111 [PC98DO] support NEC PC-98DO
2112 [QC10] fix the issue that CP/M Plus does not boot correctly
2113 [MZ2500/SASI] refine code
2114
2115
2116 8/6/2011
2117
2118 [EMU/WIN32] render access lamp in emu class
2119
2120 [VM/MC6820] support MC6820 (partial)
2121
2122 [M5/CMT] support reset/halt key
2123 [X1TURBO] fix i/o map for i8255 at 01a**h
2124 [X1TURBO/IO] clear i/o tables to fix debug build issue
2125
2126
2127 6/1/2011
2128
2129 [VM/BEEP] remove the routine to get frequency from the pulse count
2130 [VM/MC6800] support MB8861
2131
2132 [HC20/MEMORY] implement some slave cpu commands
2133 [PASOPIA7] fix signal connections from z80ctc to speaker
2134
2135
2136 5/28/2011
2137
2138 [VM/MB8877] clear track register and index hole counter in reset()
2139 [VM/MC6800] support MC6800/MC6801/HD6301 (based on MAME 0.142)
2140 [VM/MC6809] support MC6809 (based on MAME 0.142)
2141 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
2142
2143 [HC20] support EPSON HC-20
2144 [PASOPIA] fix OA-BASIC issue
2145
2146
2147 5/20/2011
2148
2149 [EMU/WIN32] support sound latency 50msec
2150
2151 [VM/DEVICE] add virtual function do_dma() for single mode dma
2152 [VM/I8237] support single mode
2153 [VM/UPD71071] support single mode
2154 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
2155 [VM/Z80DMA] support single mode
2156 [VM/I86] call do_dma() in every machine cycle for single mode dma
2157 [VM/I386] call do_dma() in every machine cycle for single mode dma
2158 [VM/Z80] call do_dma() in every machine cycle for single mode dma
2159
2160 [MZ2800] support single mode dma
2161 [MZ5500] support single mode dma
2162 [PC9801] support single mode dma
2163 [PC9801E] support single mode dma
2164 [X1TURBO] support single mode dma
2165
2166
2167 5/19/2011
2168
2169 [VM/EVENT] fix to check registered count for frame/vline events
2170 [VM/EVENT] clear event counts before other devices are initialized
2171 [VM/HD46505] fix to update sync signals in more precise timing
2172 [VM/HD46505] support notifying vline event to other devices
2173 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
2174 [VM/Z80DMA] fix to return current count/address for init read sequence command
2175 [VM/Z80DMA] fix do_dma() routine
2176
2177 [JX/DISPLAY] support high resolution screen (partial)
2178 [JX/DISPLAY] support bankswitch for kanji rom and extended vram
2179 [MZ800/DISPLAY] remove display class and combine to memory class
2180 [MZ800/MEMORY] fix scroll registers
2181 [X1TURBO/DISPLAY] remove crtc vblank/vsync signal generator
2182
2183
2184 5/18/2011
2185
2186 [VM/DISK] fix dsk floppy disk image converter
2187
2188 [MZ800] support SHARP MZ-800
2189 [MZ1500] support floppy disk drives
2190
2191
2192 5/16/2011
2193
2194 [JX] fix memory map for kanji rom
2195 [JX/DISPLAY] fix text screen renderer
2196
2197
2198 5/14/2011
2199
2200 [VM/DISK] support dsk floppy disk image based on MESS formats/dsk_dsk.c
2201 [VM/I8259] support poll command
2202 [VM/I8259] update eoi command
2203 [VM/MEMORY] return file size of loaded bios image
2204 [VM/UPD765A] fix sence interrupt status result
2205 [VM/UPD765A] fix not to clear exm bit in multi sector read/write
2206 [VM/Z80CTC] fix not to reset time constant when channel is freezed
2207 [VM/Z80DMA] fix transfer length when 0 is specified
2208
2209 [JX] support IBM Japan Ltd PC/JX
2210 [PC9801] set media type for floppy drives
2211 [X1TURBO/DISPLAY] wait next raster when pcg/cgrom is accessed
2212 [X1TURBO/SUB] readjust the key repeat timing
2213
2214
2215 5/4/2011
2216
2217 [EMU/WIN32] remove patch code for PV-2000 in input manager
2218
2219 [VM/DEVICE] add virtual functions for 16bit/32bit dma
2220 [VM/I8259] refine code
2221 [VM/IO] support standard d-ff register
2222 [VM/IO] support 16bit/32bit dma functions
2223 [VM/MB8877] change wait period for read/write from 100msec to 70msec
2224 [VM/HD146818P] check address line in write access
2225 [VM/UPD765A] check address line in write access
2226 [VM/W3100A] check address line in write access
2227 [VM/YM2203] disable status register for AY-3-8912
2228
2229 [MZ80K] refine driver and remove unused io class
2230 [MZ2800] refine driver and remove unused calendar/timer classes
2231 [X1TURBO] support dip-switch for monitor type selection
2232 [X1TURBO/DISPLAY] fix vblank/vsync signals
2233 [X1TURBO/IO] support standard d-ff register
2234
2235
2236 4/27/2011
2237
2238 [COMMON] modify struct union 'pair'
2239 [VM/EVENT] fix to get more precise cpu clocks
2240 [VM/HUC6260] fix to get more precise cpu clocks
2241 [VM/I8080] fix to get more precise cpu clocks
2242 [VM/I86] fix i286 protected mode boundary check (from MESS)
2243 [VM/I86] fix POP SP and POP ESP (from MESS)
2244 [VM/I86] fix to get more precise cpu clocks
2245 [VM/I386] fix to get more precise cpu clocks
2246 [VM/M6502] fix to get more precise cpu clocks
2247 [VM/TMS9995] fix to get more precise cpu clocks
2248 [VM/UPD7801] fix to get more precise cpu clocks
2249 [VM/Z80] fix to get more precise cpu clocks
2250
2251 [X1TURBO/DISPLAY] fix to get correct pcg address in hires screen mode
2252
2253
2254 4/25/2011
2255
2256 [VM/MB8877] fix to wait 100msec to read/write just after seek command
2257 [VM/Z80CTC] fix to initialize vector when reset device
2258 [VM/Z80CTC] fix to copy time constant to counter just after reset command
2259 [VM/Z80CTC] fix to clear pending irq when RETI opcode is detected
2260 [VM/Z80CTC] fix to update int signal without checking the current signal
2261 [VM/Z80DMA] fix to update int signal without checking the current signal
2262 [VM/Z80PIO] fix to update int signal without checking the current signal
2263 [VM/Z80SIO] fix to update int signal without checking the current signal
2264
2265
2266 4/23/2011
2267
2268 [VM/DISK] fix to check disk type in teledisk converter
2269 [VM/I86] reimplement based on MAME 0.142 80x86 core
2270 [VM/I86] support 80186
2271 [VM/MB8877] fix to clear drq/irq when status register is read
2272 [VM/UPD71071] fix not to restart dma while dma is running
2273 [VM/Z80CTC] fix to clear pending irq when control reg is updated
2274 [VM/Z80DMA] fix not to restart dma while dma is running
2275 [VM/Z80DMA] fix end of block condition
2276 [VM/Z80DMA] fix to support auto restart
2277
2278 [X1TURBO/DISPLAY] fix vertical doubled character in hires mode
2279 [X1TURBO/DISPLAY] fix black character renderer
2280
2281
2282 4/15/2011
2283
2284 [VM/DEVICE] add virtual functions for i/o port with dma
2285 [VM/DISK] support drive type
2286 [VM/MB8877] add functions to get/set drive type
2287 [VM/UPD765A] add functions to get/set drive type
2288 [VM/Z80DMA] change transfer length when block length equals to 0
2289
2290 [X1TURBO] support 2HD floopy disk
2291 [X1TURBO/FLOPPY] support to change the drive type
2292
2293
2294 4/14/2011
2295
2296 [VM/DEVICE] add virtual functions for Z80 daisy chain definitions
2297
2298 [X1TURBO] support 2nd CZ-8BS1 for NRTDRV
2299 [X1TURBO/DISPLAY] support black/transparency register
2300 [X1TURBO/SUB] fix xfer key code
2301 [X1TURBO/SUB] fix ctrl/shift/kana/caps/graph bits in $e6 command
2302 [X1TURBO/SUB] fix write protected bit in $eb command
2303
2304
2305 4/13/2011
2306
2307 [VM/Z80DMA] fix address step count (thanks Kale)
2308
2309
2310 4/12/2011
2311
2312 [EMU/WIN32] fix repeat flag for caps/kana/kanji keys
2313
2314 [VM/DISK] fix not to write disk image when data is not modified
2315 [VM/IO] support read/write interface for dma
2316 [VM/Z80] fix disassembler
2317 [VM/Z80DMA] support Z80DMA (based on MAME Z80DMA core)
2318
2319 [PC9801/CMT] support cmt interface
2320 [X1TURBO] support SHARP X1turbo
2321 [X1TURBO/DISPLAY] generate HD46505 vblank/vsync signals in display class
2322 [X1TURBO/IO] support read/write interface with dma
2323
2324
2325 4/7/2011
2326
2327 Fix typo (regist -> register, recieve -> receive)
2328
2329
2330 4/6/2011
2331
2332 [EMU/WIN32] fix joystick manager
2333
2334 [VM/DISK] support standard disk image without format info
2335 [VM/Z80SIO] fix abort/break flag
2336 [VM/Z80SIO] fix not to load data before sync char is loaded
2337
2338 [MZ1500/QUICKDISK] fix unformat error issue
2339 [X1TWIN] support to enable/disable CZ-8BS1
2340 [X1TWIN/DISPLAY] fix cursor blink
2341 [X1TWIN/DISPLAY] combine kanji class to refer the same font rom image
2342 [X1TWIN/DISPLAY] refine code to support X1turbo series
2343 [X1TWIN/MEMORY] refine code to support X1turbo series
2344
2345
2346 4/2/2011
2347
2348 [X1TWIN/SUB] fix irq handling
2349
2350
2351 4/1/2011
2352
2353 [EMU/WIN32] support stereo sound
2354 [EMU/WIN32] fix joystick initialization
2355
2356 [VM/DATAREC] support to load wave file with 16bit/stereo and any frequency
2357 [VM/DATAREC] support to load TAP tape images (used for SHARP X1 series)
2358 [VM/DATAREC] support to rewind tape image
2359 [VM/EVENT] support stereo sound
2360 [VM/FMGEN] fix timer not to cause overflow
2361 [VM/FMGEN] support interface to read int signal
2362 [VM/SN76489AN] fix mixer issue that volume mixed by other device is doubled
2363 [VM/YM2151] fix irq handling to refer int signal from fmgen
2364 [VM/YM2203] fix irq handling to refer int signal from fmgen
2365 [VM/Z80SIO] support monosync/bisync mode
2366 [VM/Z80SIO] support auto enables bit in wr3
2367 [VM/Z80SIO] support send break bit in wr5
2368 [VM/Z80SIO] support sync/abort bit in rr0
2369 [VM/Z80SIO] support signals to notify transmitt/recieve is done
2370 [VM/Z80SIO] support sync signal (input/output)
2371 [VM/Z80SIO] fix not to reset external signals
2372
2373 [MZ1500] support quick disk drive
2374 [PC9801] support irq connection from PC-9801-26
2375 [PC9801/DISPLAY] support 200 lines screen mode
2376 [PC9801/JOYSTICK] support joystick
2377 [X1TWIN] support CMT device
2378 [X1TWIN/EMM] support 512kb emm board
2379 [X1TWIN/MEMORY] fix memory mapping for ipl rom
2380
2381
2382 2/16/2011
2383
2384 [EMU/WIN32] notify key repeat
2385
2386 [VM/YM2203] fix prescaler for AY-3-8190/8192
2387 [VM/YM2151] fix typo
2388
2389 [X1TWIN] support fm sound card
2390 [X1TWIN/DISPLAY] fix routine to render vertical doubled character
2391 [X1TWIN/DISPLAY] render screen in each scan line
2392 [X1TWIN/SUB] support pressing both shift and numpad key for XANADU
2393 [X1TWIN/SUB] support key repeat
2394 [X1TWIN/SUB] fix ctrl + '_'
2395 [X1TWIN/SUB] fix $e6 command to return key code until it is released
2396
2397
2398 1/26/2011
2399
2400 [EMU/WIN32] support capture screen
2401
2402 [VM/SN76489AN] support SN76489
2403 [VM/SN76489AN] fix noise period
2404
2405 [X1TWIN/DISPLAY] fix not to update pcg addr frequently for Wibarm
2406 [X1TWIN/SUB] fix to raise irq just after command with no results was processed
2407 [X1TWIN/SUB] fix keycode read function
2408 [X1TWIN/SUB] fix command processing period
2409
2410
2411 1/21/2011
2412
2413 [EMU/WIN32] support output debug log to console
2414
2415 [VM/DEVICE] fix virtual functions for memory and i/o access with wait
2416 [VM/MB8877] support output debug log
2417 [VM/MB8877] support request cpu to output debug log when status is read
2418 [VM/Z80] support variable m1 cycle wait
2419 [VM/Z80] support disassembler to output executed mnemonics
2420 [VM/Z80SIO] change delay timing for data transmitter
2421
2422 [X1TWIN] fix i/o map for display controller and text/attr vram
2423 [X1TWIN/DISPLAY] fix routine to render vertical doubled character
2424 [X1TWIN/DISPLAY] fix routine to get accessing vram address and raster
2425 [X1TWIN/DISPLAY] fix graphic renderer to check view range in crtc registers
2426 [X1TWIN/FLOPPY] fix not to stop motor of floppy drive
2427 [X1TWIN/MEMORY] fix to wait 1 clock in m1 cycle when ipl rom is selected
2428 [X1TWIN/SUB] fix not to raise irq before all data are recieved by main cpu
2429 [X1TWIN/SUB] fix to exit interrupt automatically without reti
2430 [X1TWIN/SUB] fix to raise obf when new command is processed
2431 [X1TWIN/SUB] fix caps lock
2432 [X1TWIN/SUB] remove game key read command because this is turbo feature
2433
2434
2435 1/17/2011
2436
2437 [PV1000/VDP] fix pattern offset register for Dig-Dug and Space Panic
2438
2439
2440 1/16/2011
2441
2442 [VM/YM2203] support AY-3-8190/8192
2443 [VM/Z80SIO] fix transmit/status interrupt
2444
2445 [SCV/SOUND] support 2nd and 3rd square wave generators (by Mr.kazz)
2446 [SCV/SOUND] fix not to accept new command before return ack (by Mr.kazz)
2447 [MZ2500/CRTC] fix gfx plane mask register
2448 [MZ2500/CRTC] fix scroll registers
2449 [MZ2500/CRTC] fix to effect transparency register to outside of text region
2450 [MZ2500/CRTC] support screen mask i/o signal
2451 [MZ2500/CRTC] optimize screen rederer
2452 [MZ2800/CRTC] fix gfx plane mask register
2453 [MZ2800/CRTC] fix to effect transparency register to outside of text region
2454 [MZ2800/CRTC] support screen mask i/o signal
2455 [MZ2800/CRTC] optimize screen rederer
2456 [X1TWIN/DISPLAY] support 4 rasters * 50 lines screen for XEVIOUS
2457 [X1TWIN/SUB] fix get calender command
2458
2459
2460 12/28/2010
2461
2462 [EMU/WIN32] support power off notification
2463
2464 [VM/DATAREC] support to load MZT/M12 tape images (used for SHARP MZ series)
2465 [VM/I8251] support break signal
2466 [VM/MB8877] change irq signal to low when new command is processed
2467 [VM/MSM5832] support address write signal
2468 [VM/Z80SIO] support cts/dcd signals
2469
2470 [FM16PI] support FUJITSU FM16pi
2471 [SC3000/KEYBOARD] fix the issue that multiple keys in the same column cannot be pressed at the same time
2472 [MZ1500] support z80sio for quick disk and rs-232c (not work)
2473
2474
2475 9/29/2010
2476
2477 [VM/UPD765A] fix not to retry read id command
2478 [VM/UPD765A] fix to return the result of non-seek commands for sence intstat
2479 [VM/UPD765A] fix to update the data lost event when data is read/written
2480
2481 [PC9801] fix not to disable fdc i/o in the case fd bios roms are not loaded
2482
2483
2484 9/20/2010
2485
2486 [VM/DEVICE] support interface for memory mappied i/o
2487 [VM/I8237] fix bank register
2488 [VM/I8253] fix counter latch before the counter update event is occured
2489 [VM/MEMORY] support general memory bus
2490 [VM/SN76489AN] fix noise generator
2491 [VM/UPD765A] fix to wait 100usec before go to result phase
2492 [VM/UPD7220] fix not to terminate write command after data is set
2493 [VM/UPD7220] support interface to get the cursor address and top/bottom lines
2494
2495 [MZ3500/MAIN] update memory mapper
2496 [MZ3500/SUB] implement serial i/o for keyboard
2497 [PC9801] support NEC PC-9801
2498 [PC9801E] support NEC PC-9801E/F/M
2499
2500
2501 9/4/2010
2502
2503 [VM/EVENT] support to run extra frames for continuous sound
2504 [VM/IO] support to register the return value
2505 [VM/IO] refine i/o map registrations
2506 [VM/UPD765A] support external drive selection
2507 [VM/UPD765A] fix not to output index hole signal if disk is not inserted
2508
2509 [MZ1500] fix sound mask (for thunder force)
2510 [MZ1500/DISPLAY] fix to refer bit3 of pcg attribute
2511 [MZ1500/MEMORY] support pcg ram wait
2512 [MZ1500/MEMORY] fix memory mapped i/o range
2513 [MZ1500/RAMFILE] support ram file
2514 [MZ3500] reimplement SHARP MZ-3500 (not work)
2515 [PASOPIA7/IO] refine i/o map registrations
2516 [PHC20] support SANYO PHC-20
2517 [X1TWIN/IO] refine i/o map registrations
2518
2519
2520 8/31/2010
2521
2522 [VM/UPD765A] support dack signal
2523
2524 [FP1100/SUB] support logic to clear vram
2525 [FP1100/SUB] fix vram write access
2526 [FP1100/SUB] fix screen renderer
2527 [MZ1500] fix psg i/o addr
2528 [MZ1500/DISPLAY] fix color palette and priority register
2529
2530
2531 8/27/2010
2532
2533 [VM/AND] fix output signal when it is changed
2534 [VM/OR] fix output signal when it is changed
2535 [VM/NAND] fix output signal when it is changed
2536 [VM/NOR] fix output signal when it is changed
2537 [VM/NOT] fix output signal when it is changed
2538 [VM/DEVICE] refine signal connections
2539 [VM/DISK] support SEGA SF-7000 floppy disk image
2540 [VM/EVENT] sync 2 or more cpus precisely
2541 [VM/I8253] fix read both low and high counter
2542 [VM/PCM1BIT] update to check on/off signal width in one sample
2543 [VM/TMS9918A] fix screen mode selection
2544 [VM/UPD765A] support reset signal
2545 [VM/UPD765A] support index hole signal
2546 [VM/Z80] revert reimplemented Z80 core (temporary)
2547
2548 [FM16PI] remove FUJITSU FM16pi skelton
2549 [PC3200] remove SHARP PC-3200 skelton
2550 [FP1100/MAIN] raise sub cpu's int2 at both L->H edge and H->L edge
2551 [FP1100/SUB] add ugly patch to raise int2 when sub cpu recieve the command
2552 [MZ80K] support SHARP MZ-80K
2553 [MZ1200] support SHARP MZ-1200
2554 [MZ700/MEMORY] init memory map when mzt image is loaded
2555 [MZ700/MEMORY] support MZ700WIN's patch block when mzt image is loaded
2556 [MZ1500] support SHARP MZ-1500 (QD is not supported yet)
2557 [PASOPIA] fix signal connections around z80ctc
2558 [SC3000] support SEGA SC-3000
2559 [X1TWIN/SUB] fix sub cpu to check key release
2560 [X1TWIN/DISPLAY] fix vertical/horizontal doubled character
2561 [X1TWIN/DISPLAY] fix palette priority register
2562
2563
2564 8/13/2010
2565
2566 [EMU/WIN32] reset virtual machine after emu class is initialized
2567
2568 [VM/M6502] support M6502 and N2A03
2569 [VM/SN76489AN] fix mixer
2570 [VM/YM2151] fix mixer
2571 [VM/YM2203] fix mixer
2572
2573 [FAMILYBASIC] support Nintendo Family BASIC
2574
2575
2576 8/9/2010
2577
2578 [EMU/WIN32] disable ALT short cut key
2579
2580 [VM/Z80] reimplement Z80 (based on MAME Z80 core)
2581
2582 [MAP1010/KEYBOARD] support keyboard
2583 [MYCOMZ80A/KEYBOARD] reset key event counter
2584
2585
2586 8/6/2010
2587
2588 [VM/MC6847] fix graphics mode
2589 [VM/MC6847] check vram size in render routine
2590
2591 [MAP1010] support SEIKO MAP-1010 (not work)
2592 [PHC25] fix psg i/o address
2593 [PHC25] fix vsync/hsync bit in system port
2594 [PHC25/JOYSTICK] support joystick
2595 [PHC25/SYSTEM] fix vdp mode signals in system port
2596
2597
2598 8/4/2010
2599
2600 [VM/MC6847] support MC6847
2601 [VM/UPD7801] add wait signal
2602 [VM/Z80] support raise irq by write_signal()
2603
2604 [FP1100] support CASIO FP-1100 (not work)
2605 [PHC25] support SANYO PHC-25
2606 [MULTI8/FLOPPY] fix floppy drive
2607 [PV1000/PSG] fix psg frequency
2608
2609
2610 6/4/2010
2611
2612 [EMU/WIN32] update screen stretch/rotation
2613 [EMU/WIN32] support window x3 - x8 modes
2614 [EMU/WIN32] support fullscreen mode with any resolutions
2615 [EMU/WIN32] fix video recorder
2616 [EMU/WIN32] hide menu bar in full screen mode
2617 [EMU/WIN32] save opened file dir for common dialog's initial dir
2618
2619 [VM/UPD765A] fix result status for recalib/seek commands
2620
2621 [PV1000/PGS] support sound generation (based on MESS driver)
2622 [PV1000/JOYSTICK] fix $fc status register
2623
2624
2625 5/12/2010
2626
2627 [EMU/WIN32] remove Windows CE support
2628 [EMU/WIN32] remove Direct3D support
2629 [EMU/WIN32] remove waveOut api support
2630 [EMU/WIN32] remove video capture support
2631
2632 [VM/DISK] support media type property
2633 [VM/DISK] check if the current disk image is reopened
2634 [VM/UPD7220] update csform/csrw commands
2635 [VM/UPD7220] support unknown $5a command
2636 [VM/UPD765A] support force ready signal for NEC PC-98 series
2637 [VM/UPD765A] fix result status for recalib/seek commands
2638 [VM/UPD764A] update hdu for sence device status command
2639 [VM/UPD765A] raise interrupt when disk is inserted or ejected
2640
2641 [MZ2500/CRTC] remove super impose support
2642 [PC98LT] support floppy drive
2643 [PC98LT/BIOS] support pseudo disk bios to check the media type
2644 [PC98LT/FLOPPY] remove unused io address for 1MB FDD I/F
2645
2646
2647 12/31/2009
2648
2649 [YS6464A] support Shinko Sangyo YS-6464A
2650
2651
2652 12/28/2009
2653
2654 [EMU/WIN32] support artwork, buttons and leds for single-board computers
2655 [VM/I386] reimplement 80386 (based on MAME i386 core)
2656 [VM/I8237] support increment mask of bank register
2657 [VM/I8251] check number of sync characters
2658 [VM/I8253] fix mask bit for output signal
2659 [VM/UPD7220] check vram pointer is not null
2660 [VM/Z80CTC] fix issue in the case sysclock is same as cpu clock
2661
2662 [BABBAGE2ND] support Gijutsu Hyron Sha Babbage-2nd
2663 [N5200] support NEC N5200 (not work)
2664 [FMR50] check crc32 of bios and set machine id
2665 [FMR50] select cpu core i286/i386 refering machine id
2666 [FMR50/MEMORY] support 32bit memory address
2667 [MULTI8/DISPLAY] fix cursor end line
2668 [PASOPIA/VM] fix order of z80family's daisy chain
2669 [PASOPIA7/VM] fix order of z80family's daisy chain
2670 [MYCOMZ80A/DISPLAY] fix semi graphics mode
2671 [MYCOMZ80A/DISPLAY] fix cursor end line
2672 [MYCOMZ80A/KEYBOARD] add key buffer
2673
2674
2675 5/25/2009
2676
2677 [VM/UPD7220] fix initial vect params
2678 [VM/Z80CTC] support different sysclock from cpu clock
2679
2680 [MYCOMZ80A] build without optimization for wince port
2681 [MZ5500] set correct z80ctc sysclock
2682 [QC10/DISPLAY] fix access violation problem
2683
2684
2685 5/20/2009
2686
2687 [VM/MSM5832] fix build error
2688
2689 [MYCOMZ80A] support Japan Electronics College MYCOMZ-80A (my 30th emulator!)
2690 [FMR50/CMOS] add experimental codes for FMR-CARD
2691 [FMR50/MEMORY] add experimental codes for FMR-CARD
2692
2693
2694 5/17/2009
2695
2696 [VM/I386] support 80386 (based on PCemu i386 core)
2697 [VM/LS393] refine implements of output signal
2698 [VM/MSM5832] support MSM5832
2699 [VM/SN76489AN] support cs/we/data signal to be controlled without i/o bus
2700 [VM/Z80CTC] refine implements of output signal
2701
2702 [MZ5500] fix ay-3-8912 address
2703 [MZ6500] support SHARP MZ-6500
2704 [FMR50/MEMORY] support address mask 20/24/32bit
2705 [PC8201/KEYBOARD] support kana key (thanks Mr.apaslothy)
2706 [X1TWIN/SUB] fix key matrix
2707
2708
2709 4/9/2009
2710
2711 [COMMON] modify definition of uint64 and int64
2712 [VM/DEVICE] support 32bit i/o bus
2713 [VM/IO] support 32bit i/o bus
2714
2715 [PC8201] support PC-8201A (by Mr.apaslothy)
2716 [PC8201/LCD] support command $3a,$3b,$3e,$3f,$7e,$be and $fe (by Mr.apaslothy)
2717
2718
2719 4/5/2009
2720
2721 [COMMON] define pair struct
2722 [VM/I8155] fix build error
2723 [VM/UPD1990A] fix shift register
2724
2725 [PC98LT] fix signal connection from upd1990a to i8255
2726 [X1TWIN] fix key matrix
2727 [PC8201] support NEC PC-8201
2728
2729
2730 4/1/2009
2731
2732 [COMMON] define uint64 and int64
2733 [EMU/WIN32] support 1024x768 and 1280x1024 full-screen mode
2734 [VM/DEVICE] support 32bit memory bus
2735 [VM/DISK] detect disk is changed
2736 [VM/EVENT] remove hsync event
2737 [VM/EVENT] initialize sound buffer before reset
2738 [VM/EVENT] multi instance free
2739 [VM/HD46505] support vblank signal
2740 [VM/HD63484] support HD63484 (based on MAME HD63484 core)
2741 [VM/HUC6260] support HuC6260 (based on Ootake cpu core)
2742 [VM/I8155] add mask bit for output signal
2743 [VM/I8253] add mask bit for output signal
2744 [VM/I86] fix to refer 16bit i/o bus
2745 [VM/UPD1990A] support TP signal
2746 [VM/YM2151] support YM2151 (use fmgen core by Mr.CISC)
2747
2748 [MULTI8/DISPLAY] check R8:DISPTMG on HD46505
2749 [MZ2500/JOYSTICK] fix full-auto timing
2750 [MZ2800/JOYSTICK] fix full-auto timing
2751 [PASOPIA/DISPLAY] check R8:DISPTMG on HD46505
2752 [PASOPIA7/DISPLAY] check R8:DISPTMG on HD46505
2753 [FMR60] support FUJITSU FMR-60
2754 [X1TWIN] support SHARP X1twin
2755
2756
2757 2/8/2009
2758
2759 [EMU/WIN32] support window minimize button
2760
2761 [FMR30/MEMORY] optimize memory bank switch
2762 [FRM50/BIOS] fix disk bios $fa
2763 [FMR50/BIOS] support memcard
2764 [FRM50/BIOS] support power management bios
2765 [FMR50/FLOPPY] fix disk status register
2766 [FMR50/KEYBOARD] fix kbint register
2767 [FMR50/MEMORY] support line/logical operations circuit
2768 [FMR50/MEMORY] support 40chars/20lines text screen mode
2769 [FMR50/MEMORY] refer cursor end line register on hd46505
2770 [FMR50/TIMER] fix timer interrupt cause register
2771
2772
2773 1/16/2009
2774
2775 [EMU/WIN32] change screen buffer type from uint16 to user-defined type
2776 [EMU/WIN32] change screen buffer depth from RGB555 to RGB888 on windows pc
2777 [VM/I8155] support i8155
2778
2779 [FMR50/MEMORY] optimize memory bank switch
2780
2781 *) change the compiler from vs2005 to vs2008
2782
2783
2784 1/2/2009
2785
2786 [EMU/WIN32] support power off requested by vm
2787 [VM/I8237] support external bank register
2788 [VM/I8251] support txrdy/txempty/dsr/dtr signals
2789 [VM/I8251] support loop back
2790 [VM/I8251] don't reset dsr bit of status register
2791 [VM/I8253] don't latch count before previously latched count is not read
2792 [VM/I8254] support i8254 based on i8253
2793 [VM/I86] fix push sp in 8086 mode
2794 [VM/I86] fix a20 line in fetch functions
2795 [VM/IO] change class name from IO8 to IO
2796 [VM/IO] support 16bit i/o bus
2797
2798 [FMR30] support FUJITSU FMR-30
2799 [FMR50/MEMORY] support power off bit on $20
2800
2801
2802 12/26/2008
2803
2804 [EMU/WIN32] support kana-characters on auto key function
2805 [VM/DISK] support ImageDisk floppy disk image
2806 [VM/I8085] support 8080/8085 (based on MAME 8080/8085 core)
2807 [VM/I86] change class name from X86 to I86
2808
2809 [MULTI8/KEYBOARD] fix the problem that cannot input the kana-character "¨"
2810 [TK80] change cpu core from z80 to 8080
2811 [TK80/MEMORY] change user-defined rom address to $0c00-$7dff
2812
2813
2814 10/17/2008
2815
2816 [EMU/WIN32] fix key notification for caps/kana/kanji
2817 [VM/X86] optimize the pseudo bios call by interrupt
2818
2819 [FMR50/BIOS] support scsi hard drive
2820 [FMR50/BIOS] support pseudo bios
2821 [FMR50/BIOS] support disk bios $FA
2822 [FMR50/BIOS] support cmos/wait bios call
2823 [FMR50/FLOPPY] support disk change register
2824 [FMR50/KEYBOARD] support key repeat
2825 [FMR50/MEMORY] fix vram bank switch in 200line screen mode
2826 [FMR50/MEMORY] support reading ank/kanji rom
2827 [HC40/IO] fix caps toggle problem
2828 [HC80/IO] fix caps toggle problem
2829 [PC98HA/KEYBOARD] fix kana toggle problem
2830 [TK80/DISPLAY] change 8-seg LED color
2831 [TK80/KEYBOARD] change key assign
2832 [TK80/MEMORY] change rom size for COMPO BS/80
2833 [TK80/MEMORY] support user-defined rom for $0800-$7dff
2834
2835
2836 10/11/2008
2837
2838 [FMR50] fix i/o address of pit and crtc
2839 [FRM50/MEMORY] fix busy status of line renderer
2840 [FMR50/MEMORY] draw cursor on text screen
2841 [FMR50/MEMORY] support cg screen
2842
2843
2844 10/10/2008
2845
2846 [FMR50/BIOS] support disk bios
2847 [FMR50/KEYBOARD] support keyboard
2848 [MZ700/MEMORY] change EMM memory size for Windows CE
2849
2850
2851 10/6/2008
2852
2853 [EMU/WIN32] fix the problem when new file path is specified
2854 [EMU/WIN32] support 96khz sound
2855
2856 [VM/DATAREC] support trigger signal
2857 [VM/DATAREC] output remote signal
2858 [VM/I8253] fix mode3 output signal
2859 [VM/PCM1BIT] support LPF
2860 [VM/UPD765A] fix AT bit in the result of seek command
2861 [VM/X86] support pseudo bios call
2862
2863 [MZ700] support mzt/m12 file
2864 [MZ700] support datarec control signals
2865 [MZ700] fix vsync/hsnyc timing
2866 [MZ700/MEMORY] support memory wait
2867 [TK80BS] support circuits on TK-80 main board
2868 [TK80BS] support 2ch sound (PC1 and PC2 of 8255)
2869 [TK80BS/MEMORY] support save/load ram image
2870 [TK80BS/MEMORY] fix interrupt address
2871 [TK80BS/KEYBOARD] fix key map for kana chars
2872
2873
2874 8/27/2008
2875
2876 [EMU/WIN32] fix build problem for Windows CE
2877
2878 [VM/I8255] support mode1
2879 [VM/I8259] clear irr bit if the request signal is changed to low level
2880 [VM/UPD1990A] support i/o coonection interface
2881 [VM/X86] fix interrup status
2882 [VM/X86] fix pop es on 80286
2883
2884 [MZ700] fix vsync/hsnyc timing
2885 [MZ700/MEMORY] support 16MB EMM board
2886 [PC98LT] support PC-98LT
2887 [TK80BS] support TK-80BS (COMPO BS/80)
2888
2889
2890 8/19/2008
2891
2892 [VM/UPD765A] fix the problem that data lost occurs after the result phase
2893 [VM/UPD765A] fix CB bit in the status register in sence intstat command
2894 [VM/UPD765A] fix AT bit in the result of seek command
2895
2896 [PC100/CTRC] support monochrome screen mode
2897 [PC100/CRTC] fix palette registers
2898 [PC100/IOCTRL] fix keyboard event
2899 [PC100/IOCTRL] support keyboard reset
2900 [PC100/IOCTRL] fix keyboard initialize data
2901
2902
2903 8/16/2008
2904
2905 [EMU/WIN32] support rotate screen
2906 [EMU/WIN32] fix build problem for Windows CE
2907
2908 [VM/BEEP] more clear beep generation for the constant frequency
2909 [VM/BEEP] fix mute logic
2910 [VM/DEVICE] return address for unassigned I/O port
2911 [VM/EVENT] fix crash problem in the initialization
2912 [VM/I8251] fix PE bit in the status register
2913 [VM/I8253] check edge of the input signal
2914 [VM/I8253] fix gate signal
2915 [VM/RTC58321] support i/o coonection interface
2916 [VM/UPD4991A] modify i/o connection interface
2917 [VM/UPD4991A] fix year data
2918 [VM/UPD765A] support drq line delay
2919
2920 [PC98HA] support NEC PC-98HA
2921 [PC100] support NEC PC-100 (not work)
2922 [MZ700] fix sound noise problem
2923 [MZ700/MEMORY] support EMM memory
2924 [MZ2500/TIMER] modify 8253 gate control
2925
2926
2927 6/11/2008
2928
2929 [EMU/WIN32] open command line as cart or disk file path
2930 [EMU/WIN32] convert file path to full and long file path
2931
2932 [VM/AND/OR/NAND/NOR] support and/or/nand/nor gates
2933 [VM/DATAREC] output low signal when the tape is closed
2934 [VM/MB8876] support motor on/off signal
2935 [VM/PCM1BIT] support on/off signal
2936 [VM/PCM1BIT] support high quality sound
2937 [VM/RTC58321] support RTC58321
2938 [VM/UPD4991A] support uPD4991A
2939 [VM/UPD765A] fdc status patch for MZ-3500
2940 [VM/X86] fix freeze problem that some opecodes did not decrease the clock
2941 [VM/Z80] return busack signal whe busreq occurs
2942
2943 [FMR50] support FUJITSU FMR-50 (not work)
2944 [MZ700] support SHARP MZ-700
2945 [MZ3500] support SHARP MZ-3500 (not work)
2946 [HC80/IO] support intelligent ram disk (by Mr.Dennis Heynlein)
2947
2948
2949 4/22/2008
2950
2951 [VM/LS244] support 74LS244/245
2952 [VM/UPD1990A] support uPD1990A
2953 [VM/X86] fix hlt
2954 [VM/X86] support busreq
2955 [VM/Z80] don't reset busreq in reset()
2956
2957 [MZ5500/KEYBOARD] support communication timeout
2958
2959
2960 4/16/2008
2961
2962 [VM/UPD7220] support pitch command
2963 [VM/UPD7220] fix vecte command in the case R=C=T=L=0 (pset)
2964 [VM/UPD765A] fix read id command
2965
2966 [MZ5500/DISPLAY] support window controller
2967 [MZ5500/DISPLAY] support 320x200, 320x400, 640x200 mode
2968 [MZ5500/DISPLAY] support color palette
2969 [MZ5500/DISPLAY] support b/w mode
2970 [MZ5500/DISPLAY] support plane priority
2971 [MZ5500/KEYBOARD] support algo key
2972 [MZ5500/SYSPORT] support nmi reset
2973 [QC10/DISPLAY] support floppy drive access lamp
2974
2975
2976 4/14/2008
2977
2978 [MZ5500/KEYBOARD] support keyboard and mouse
2979
2980
2981 4/12/2008
2982
2983 [VM/LS393] support 74LS393
2984 [VM/RP5C01] support RP-5C01
2985 [VM/UPD7220] fix pset function
2986 [VM/UPD7220] notify vsync
2987 [VM/UPD765A] check sector id strictly
2988
2989 [MZ5500] support SHARP MZ-5500
2990
2991
2992 4/7/2008
2993
2994 [EMU/WIN32] support the screen size changing requested by the virtual machine
2995
2996 [VM/MZ2800] support z80sio interrupt vector port
2997
2998
2999 4/3/2008
3000
3001 [VM/I8259] fix the cascade mode condition
3002 [VM/UPD7220] fix low/high byte condition in dma commands
3003 [VM/UPD7220] check the param count in fifo buffer in sync/vectw commands
3004 [VM/UPD7220] get mod param in write command with no params
3005 [VM/UPD7220] check mod param in vect/char drawing commands
3006 [VM/UPD7220] check dir param in read/write command
3007 [VM/UPD7220] support line drawing in vecte command
3008 [VM/UPD7220] update ead/dad after drawing commands
3009 [VM/UPD7220] fix lsb/msb order in pset function
3010
3011 [QC10] change the default dipswitch status
3012 [QC10/DISPLAY] support color monitor subboard
3013 [QC10/KEYBOARD] support SF1-SF4 keys
3014 [QC10/MFONT] support multifonts rom card
3015
3016
3017 3/22/2008
3018
3019 [VM/I8251] notify rxrdy is changed
3020 [VM/TF20] fix the error result of read command
3021
3022 [HC80/IO] support HD6303 commands for microcassette (returns error code)
3023 [HC80/IO] support HD6303 commands for serial i/o
3024 [HC80/IO] support TF-20
3025 [HC80/IO] support 8kb/16kb rom capsule
3026 [HC80/IO] remove 8251 codes and use common 8251 class
3027
3028
3029 3/20/2008
3030
3031 [EMU/WIN32] set DirectX9 graphics params on the screen menu
3032
3033 [HC40/IO] fix key buffers
3034 [HC80] support EPSON HC-80/PX-8/Geneva
3035
3036
3037 3/2/2008
3038
3039 [EMU/WIN32] support DirectX9 graphics
3040 [EMU/WIN32] fix the window size problem of eHC-40
3041
3042
3043 2/29/2008
3044
3045 [EMU/WIN32] more quick stretch screen
3046 [EMU/CONFIG] divide the config version to the file version and the virtual machine version
3047 [VM/TF20] support EPSON TF-20 terminal floppy drives
3048
3049 [HC40/IO] don't reset 7508 sub cpu when boot the system
3050 [HC40/IO] support system reset
3051 [HC40/IO] support buzzer partially (constant frequency)
3052 [HC40/IO] support ART (8251 subset)
3053 [HC40/IO] support TF-20 connected to ART
3054
3055
3056 2/27/2008
3057
3058 [EMU/WIN32] Windows CE.NET binaries for GAPI are no longer supported
3059 [EMU/WIN32] don't use StretchBlt
3060
3061 [HC40] support EPSON HC-40/PX-4
3062 [QC10/MEMORY] fix the gate signal bit in $18
3063 [QC10/MEMORY] fix the memory bank switch
3064 [X07/IO] change LCD display color
3065
3066
3067 2/20/2008
3068
3069 VC++ 6.0 project files are removed.
3070
3071 [VM/HD146818P] support sqw and periodic interrupt
3072 [VM/HD146818P] clear IRQF/PF/AF/UF in the reg $0c when it is read
3073 [VM/I8237] fix the build error
3074 [VM/I8237] reimplement based on uPD71071
3075 [VM/UPD7220] fix the build error
3076 [VM/UPD7220] modify hblank/vsync event
3077 [VM/UPD765A] lost data event occurs soon if dma request is not accepted
3078 [VM/Z80SIO] change uPD7201 fifo buffer size
3079
3080 [QC10] support EPSON QC-10/QX-10
3081 [RX78/VDP] fix the crash problem on Windows CE
3082
3083
3084 2/11/2008
3085
3086 The interrupt logics are largely modified and are now very close to the real circuits.
3087
3088 In the older versions:
3089         - Each device requests the interrupt, sends the vector and goes into the in-service status only in the case that CPU can accept the interrupt.
3090         - These requests are always accepted and executed just now.
3091         - When the interrupt acception status is changed by the opecodes for example EI/RETI/RETN, CPU notifies to each devices to let them request the pending interrupt.
3092         - Realize Z80 family daisy chain by the pseudo device Z80PIC to control the priorities and receive RETI opecode.
3093
3094 This is because let CPU not to monitor the int-line in every opecodes.
3095 But it causes some problems for example:
3096         - Timing problems.
3097         - End of Interrupt command in Z80SIO/uPD7201.
3098         - Using Z80 family devices with 80x86 and PIC8259.
3099
3100 In this release:
3101         - Each device can request the interrupt any time.
3102         - CPU checks the int-line in every opecodes.
3103         - When CPU accepts the request, CPU sends the ack signal to the device and receive the vector.
3104         - The device goes into the in-service status when receive the ack signal.
3105         - Realize Z80 family daisy chain by IEI/OEI signals supported in Z80 family devices.
3106         - Z80 checks the wired-or of int-lines from Z80 family devices.
3107
3108 [VM/DEVICE] modify virtual functions for interrupts
3109 [VM/I8259] support the new interrupt logic
3110 [VM/I8259] fix the crash problem
3111 [VM/UPD7201] support uPD7201 (combined to Z80SIO class)
3112 [VM/X86] support the new interrupt logic
3113 [VM/Z80] support the new interrupt logic
3114 [VM/Z80CTC] support the new interrupt logic
3115 [VM/Z80PIO] support the new interrupt logic
3116 [VM/Z80SIO] support the new interrupt logic
3117 [VM/Z80SIO] support the End of Interrupt command
3118 [VM/Z80SIO] fix the status register #0 (interrupt pending bit)
3119 [VM/Z80SIO] fix the status register #2 (vector)
3120 [VM/Z80PIC] removed
3121
3122 [MZ2500/CRTC] notify vsync signal by not edge but level
3123 [MZ2500/INTERRUPT] support the new interrupt logic
3124 [MZ2500/INTERRUPT] pending the interrupt request from vsync and timer
3125 [MZ2500/INTERRUPT] remove the patches added in 2/11/2007
3126
3127
3128 1/5/2008
3129
3130 [VM/BEEP] fix the crash problem when the frequency is constant
3131 [VM/BEEP] support the interface to change the frequency constant
3132
3133 [X07/IO] support user defined keys
3134 [X07/IO] support break key
3135 [X07/IO] support line/circle commands
3136 [X07/IO] support beep command
3137 [X07/IO] support data recorder
3138
3139
3140 12/31/2007
3141
3142 [VM/FIFO] support read_not_remove()
3143 [VM/NSC800] fix NSC800
3144
3145 [X07] support CANON X-07
3146
3147
3148 9/14/2007
3149
3150 [MZ2800/CRTC] fix read-modify-write registers
3151
3152
3153 8/24/2007
3154
3155 [EMU/WIN32] check the status of both left and right ALT/CTRL/SHIFT keys
3156
3157 [MZ2800] ignore A15 of I/O port addr
3158 [MZ2800/CTRL] support 65536colors graphic screen
3159 [MZ2800/KEYBOARD] change keymap to newply support some keys
3160 [MZ2800/MEMORY] fix the problem that symbol does not work on BASIC-M25
3161
3162
3163 8/22/2007
3164
3165 [VM/RP5C15] fix the initial 12H/24H setting
3166
3167 [MZ2500/CRTC] optimize the screen renderer
3168 [MZ2800/CRTC] support the 16/4096colors graphic screen
3169 [MZ2800/CRTC] support the read modify write
3170 [MZ2800/CRTC] support the hardware scroll
3171 [MZ2800/CRTC] support the vram plane mask
3172 [MZ2800/MEMORY] support the dictionary/kanji/pcg bank switch
3173
3174
3175 8/19/2007
3176
3177 [VM/MB8877] fix the status for type4 command
3178 [VM/UPD71071] support the base registers
3179 [VM/X86] fix rep never to exit and re-fetch the opecode in the loop
3180 [VM/X86] fix the modrm table
3181
3182 [MZ2800] add eVC4 project file
3183 [MZ2800/CRTC] fix the test screen renderer
3184 [MZ2800/CRTC] support 4096 color palette registers
3185 [MZ2800/MEMORY] fix that ipl rom is initially mapped to $f0000-$fffff
3186
3187
3188 8/16/2007
3189
3190 [VM/DEVICE] add the virtual functions for dma access
3191 [VM/I8237] fix the typo
3192 [VM/I8259] support the special fully nest mode
3193 [VM/I8259] support the rotation of priorities
3194 [VM/I8259] support the intrrupt request from Z80 family devices
3195 [VM/IO8] support 16bit i/o adrress
3196 [VM/MB8877] support the dma access
3197 [VM/MB8877] support the irq and drq signals
3198 [VM/RP5C15] support reading the values of banks #13/#14/#15
3199 [VM/UPD71071] support uPD71071
3200 [VM/X86] support 8086/V30/80286
3201 [VM/YM2203] support the irq signal
3202
3203 [MZ2500] fix YM2203 PortB signal from RP-5C15
3204 [MZ2800] support SHARP MZ-2800
3205
3206
3207 7/23/2007
3208
3209 [VM/DATAREC] modify the frame skip condition (skip when the signal is changed)
3210 [VM/TMS9918A] reimplement based on MAME 0.116
3211 [VM/UPD7801] support the memory access wait
3212
3213 [PYUTA/MEMORY] modify the memory bank switch
3214 [PYUTA/MEMORY] change the data bus from pull-down to pull-up
3215 [SCV/MEMORY] support the memory access wait (now disabled)
3216
3217
3218 7/16/2007
3219
3220 [VM/TMS9995] support TMS9995
3221
3222 [PYUTA] support TOMY PyuTa and PyuTa Jr.
3223
3224
3225 2/11/2007
3226
3227 [COMMON] support auto key hitting from the clipboard
3228 [COMMON] save and restore the window mode when the emulator is restarted
3229 [VM/DEVICE] modify memory access wait
3230 [VM/DEVICE] support i/o access wait
3231 [VM/DISK] fix the crash problem when the invalid track number is set
3232 [VM/HD46505] support HD46505
3233 [VM/HD46505] fix the display/vsync/hsync signals timing
3234 [VM/I8253] more precise signal timing in mode #2, #4 and #5
3235 [VM/MB8877] support the access led status
3236 [VM/PICM1BIT] support 1bit pcm
3237 [VM/UPD765A] support the acces led status
3238 [VM/YM2203] support the volume adjustment
3239 [VM/Z80] modify memory access wait
3240 [VM//Z80] support i/o access wait
3241 [VM/Z80SIO] fix the recv and under-run interrupt flags
3242 [VM/Z80SIO] fix the status affect vector
3243 [VM/Z80SIO] cancel the interrupt request when read the recv buffer
3244 [VM/Z80SIO] support the i/f to clear the recv buffer
3245
3246 [MULTI8/DISPLAY] remove HD46505 codes
3247 [MULTI8/DISPLAY] draw the flopppy drive access led
3248 [MZ2500] support 1bit pcm
3249 [MZ2500] adjust fm/psg volume
3250 [MZ2500] support i/o access wait
3251 [MZ2500/CRTC] render screen with less cpu power
3252 [MZ2500/CRTC] draw the floppy drive access led
3253 [MZ2500/INTERRUPT] reimplement interrupt handler with the common Z80PIC class
3254 [MZ2500/INTERRUPT] add the patch for GALAGA, LAYDOCK, THEXDER, MULTIPLAN, Super Shunbou, Wizardry and Ys3
3255 [MZ2500/MEMORY] modify memory access wait
3256 [MZ2500/MOUSE] clear Z80SIO recv buffer when send the mouse status
3257 [PASOPIA] support OA-BASIC
3258 [PASOPIA] support hsync signal
3259 [PASOPIA/DISPLAY] remove HD46505 codes
3260 [PASOPIA/MEMORY] fix the memory map $8000-$ffff
3261 [PASOPIA7/DISPLAY] remove HD46505 codes
3262 [PASOPIA7/DISPLAY] draw the flopppy drive access led
3263 [PV1000] rewrite with the common event manager class
3264 [PV1000/JOYSTICK] fix $fc status (not complete)
3265 [PV1000/VDP] add the patch for SPACE PANIC
3266
3267
3268 2/1/2007
3269
3270 [COMMON] ignore some warnings on Visual Studio 2005
3271 [WIN32/SCREEN] support video recording
3272 [WIN32/SOUND] record wave as 16bit, stereo (for TMPGEnc)
3273 [WIN32/SOUND] dont use multi threading to recieve MM_WOM_DONE event
3274 [WIN32/WCE] build 4 binaries (use GAPI or GDI, DirectSound or waveOut)
3275 [VM/BEEP] modify beep sound generator for more stable frequency
3276 [VM/DATAREC] auto stop at the end of tape image
3277 [VM/DEVICE] add virtual functions to get the memory wait and passed clocks in cpu class
3278 [VM/EVENT] more precise event timing refering the passed clock in cpu class
3279 [VM/I8253] drive counter when it reaches the terminal count or read the count registers
3280 [VM/I8253] more precise output signal timing
3281 [VM/NSC800] suppor NSC800
3282 [VM/Z80] fix the clocks for opecodes DD-CB-** and FD-CB-**
3283 [VM/Z80CTC] drive counter when it reaches the terminal count or read the count registers
3284 [VM/Z80PIC] accept the interrupt request when it is running
3285
3286 [MULTI8/HD46505] dont use hsync event and use the event callback to drive the hsync signal 
3287 [MZ2500/CRTC] dont use hsync event and use the event callback to drive the hsync signal 
3288 [MZ2500/MEMORY] support the memory wait in display period
3289 [MZ2500/Z80PIC] accept the interrupt request when it is running 
3290 [MZ2500/Z80PIC] recognize the i8253 clock signal as level, or edge only for MUDER CLUB, KUGYOKUDEN and RELICS 
3291 [PASOPIA] reimplement EmuPIA under the common source code project 
3292 [PASOPIA7/HD46505] dont use hsync event and use the event callback to drive the hsync signal 
3293
3294
3295 12/31/2006
3296
3297 [WIN32] support DirectShow video capture devices (DX8 or later is required)
3298 [WIN32] support Windows CE.net 4.x devices (use GAPI and waveOut APIs)
3299 [VM] each device can get the cpu time
3300 [VM/BEEP] modify beep sound generator for more stable frequency
3301 [VM/Z80] support BUSREQ
3302 [VM/Z80PIC] call do_reti() in the device that requested the interrupt
3303 [VM/Z80SIO] suppor Z80SIO
3304 [VM/DISK] support TeleDisk floppy disk image
3305 [VM/EVENT] fix the problem in the case that the new event is registered in the event callback routine
3306 [VM/I8253] drive the counter more accurate and less power
3307
3308 [MZ2500] reimplement EmuZ-2500 under the common source code project
3309 [MZ2500] support the ethernet card function designed by Mr.Oh!Ishi
3310 [MZ2500/CRTC] support the super impose function
3311 [MZ2500/MEMORY] support VRAM access wait 
3312
3313
3314 12/7/2006
3315
3316 Initial release