OSDN Git Service

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