OSDN Git Service

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